| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2024-06-17 | 1 | -43/+43 |
|\ |
|
| * | Move scrollbar sanity checks from platform-code to generic. Fix indenting in ... | jan.nijtmans | 2024-06-17 | 1 | -43/+43 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2024-03-27 | 1 | -59/+61 |
|\ \
| |/ |
|
| * | Revise some (void *)/(char *) usage. Now on X11, everything compiles/runs wit... | jan.nijtmans | 2024-03-27 | 1 | -53/+53 |
|
|
* | | Tcl_LinkVar doesn't need typecast any more (starting with Tcl 8.7) | jan.nijtmans | 2024-03-13 | 1 | -6/+6 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2024-02-19 | 1 | -18/+7 |
|\ \
| |/ |
|
| * | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possible | jan.nijtmans | 2024-02-19 | 1 | -18/+7 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2024-02-16 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Fix warning in tkEntry.c. More typecast cleanup | jan.nijtmans | 2024-02-16 | 1 | -12/+12 |
|/ |
|
* | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts. | jan.nijtmans | 2024-02-14 | 1 | -29/+29 |
|
|
* | improve tkWinGDI.c: eliminate many usages of atoi/atol. Use Tcl_GetIntFromObj... | jan.nijtmans | 2023-11-09 | 1 | -74/+96 |
|
|
* | improve tkWinGDI.c, using objc/objv in stead of argc/argv | jan.nijtmans | 2023-11-08 | 1 | -238/+226 |
|
|
* | more progress strtod -> Tcl_GetDouble() | jan.nijtmans | 2023-09-01 | 1 | -5/+1 |
|
|
* | Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index valu... | jan.nijtmans | 2023-06-23 | 1 | -1/+0 |
|
|
* | -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-03 | 1 | -3/+3 |
|
|
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat... | fvogel | 2023-01-18 | 1 | -1/+1 |
|
|
* | Switch off XLIB_ILLEGAL_ACCESS in Xlib.h, making some acess to Display only p... | jan.nijtmans | 2022-11-15 | 1 | -2/+2 |
|
|
* | More gcc warnings (introduced by the fix in previous commit) | jan.nijtmans | 2022-11-10 | 1 | -4/+4 |
|
|
* | Fix [af844f6be7]: win10 : one warning when compiling Tk's trunk | jan.nijtmans | 2022-11-08 | 1 | -14/+13 |
|\ |
|
| * | Attempt to fix [af844f6be7]: win10 : one warning when compiling Tk's trunk | jan.nijtmans | 2022-08-24 | 1 | -1/+1 |
|
|
* | | More Tcl_Size usages (so longer lists can be handled with >= Tcl 9.0 headers) | jan.nijtmans | 2022-11-03 | 1 | -1/+1 |
|/ |
|
* | argc -> objc, where Tcl_Obj * arrays are handled | jan.nijtmans | 2022-06-22 | 1 | -7/+7 |
|
|
* | More alphabetizing Tk options. More type-cast improvements | jan.nijtmans | 2022-05-12 | 1 | -3/+3 |
|
|
* | In case-statements, use "default:" in stead of "case TK_ANCHOR_CENTER:". So u... | jan.nijtmans | 2021-12-17 | 1 | -1/+1 |
|
|
* | Eliminate (almost) duplicate functions | jan.nijtmans | 2021-09-07 | 1 | -1111/+9 |
|
|
* | Further conversion to Wide Win32 API | jan.nijtmans | 2021-07-26 | 1 | -21/+28 |
|
|
* | Fix max chars to be written by wcsncpy (taken over from tkWinDialog.c) | jan.nijtmans | 2021-07-23 | 1 | -1/+1 |
|
|
* | Font handling enhancement: Use LOGFONTW in stead of LOGFONT for full Unicode. | jan.nijtmans | 2021-07-22 | 1 | -10/+15 |
|
|
* | Remove unneeded macro; fix crash on Windows when cancel print button pressed | Kevin Walzer | 2021-07-21 | 1 | -20/+19 |
|
|
* | Put back DrawTextW() without crashing. Use more TCL_UNUSED() | jan.nijtmans | 2021-07-21 | 1 | -75/+29 |
|
|
* | Minor formatting cleanup | Kevin Walzer | 2021-07-21 | 1 | -12/+12 |
|
|
* | Canvas printing now works again on Windows without crashing; discuss updates ... | Kevin Walzer | 2021-07-21 | 1 | -4/+20 |
|
|
* | Merge in tk_print-ensemble-rewrite | Kevin Walzer | 2021-07-20 | 1 | -130/+85 |
|\ |
|
| * | Display print dialog only once, not twice | Kevin Walzer | 2021-07-19 | 1 | -6/+0 |
|
|
| * | Merge tk_print | jan.nijtmans | 2021-07-14 | 1 | -3/+3 |
| |\ |
|
| * | | Rewrite to use an actual ensemble instead of a homebrew version. | dkf | 2021-07-14 | 1 | -124/+85 |
|
|
* | | | Use Tcl_UtfToWCharDString() in stead of Tcl_UtfToUniCharDString(), otherwise ... | jan.nijtmans | 2021-07-20 | 1 | -32/+7 |
|
|
* | | | Undo Unicode handling in GDI: Makes debugging easier, Can be re-applied when... | jan.nijtmans | 2021-07-20 | 1 | -43/+32 |
| |/
|/| |
|
* | | Since localPrinterName is in UTF-16, but varlink1 is UTF-8 ... | jan.nijtmans | 2021-07-14 | 1 | -3/+3 |
|/ |
|
* | Possible fix for crash after print cancel button on win; additional error tes... | Kevin Walzer | 2021-07-13 | 1 | -1/+9 |
|
|
* | Remove build error | Kevin Walzer | 2021-07-11 | 1 | -1/+1 |
|
|
* | Starting to reduce number of bad practices | dkf | 2021-07-11 | 1 | -198/+189 |
|
|
* | Bring the GDI code into something close to Core style. | dkf | 2021-07-07 | 1 | -2445/+2363 |
|
|
* | Make gdi_command struct "static const" | jan.nijtmans | 2021-07-05 | 1 | -1/+1 |
|
|
* | Eliminate more (gcc) warnings | jan.nijtmans | 2021-07-05 | 1 | -43/+30 |
|
|
* | Eliminate two unused variables | jan.nijtmans | 2021-07-05 | 1 | -4/+2 |
|
|
* | Merge 8.7 | jan.nijtmans | 2021-06-03 | 1 | -3/+3 |
|
|
* | Use Wide-API in tkWinGDI.c. also make it compile with mingw-w64 | jan.nijtmans | 2021-06-02 | 1 | -87/+60 |
|
|
* | Merge 8.7. end-of-line spacing | jan.nijtmans | 2021-05-22 | 1 | -56/+56 |
|
|
* | Minor cleanup | Kevin Walzer | 2021-05-19 | 1 | -8/+3 |
|
|