| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2024-03-19 | 1 | -2/+1 |
|\ |
|
| * | int -> Tcl_Size in font handling (not done yet) | jan.nijtmans | 2024-03-19 | 1 | -2/+1 |
|
|
* | | Fix [52df668390]: Measurement of control characters are wrong after measureme... | jan.nijtmans | 2024-01-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2024-01-03 | 1 | -1/+1 |
| |\ |
|
| | * | AllocFont() -> InitFont() in comments. Stolen from "less_tests_constraints" b... | jan.nijtmans | 2024-01-03 | 1 | -1/+1 |
|
|
| | * | Use more TCL_UNUSED() macro's in stead of (void) casts | jan.nijtmans | 2023-02-07 | 1 | -8/+7 |
|
|
| | * | Use more X11 macro's, in stead of accessing fields directly. Mostly backporte... | jan.nijtmans | 2023-01-02 | 1 | -3/+3 |
|
|
* | | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP) | jan.nijtmans | 2023-11-27 | 1 | -5/+5 |
|
|
* | | | Don't use TCL_ENCODING_STOPONERROR any more, it's TCL_ENCODING_PROFILE_STRICT... | jan.nijtmans | 2023-11-15 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Introduce TCL_ENCODING_PROFILE_TCL8, making the behavior of Tk independant on... | jan.nijtmans | 2023-11-15 | 1 | -1/+1 |
|/ / |
|
* | | More -Wconversion C warning fixes | jan.nijtmans | 2023-03-06 | 1 | -3/+3 |
|
|
* | | -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-03 | 1 | -20/+16 |
|
|
* | | Whenever searching fonts with Tcl_UtfToExternal(... TCL_ENCODING_STOPONERROR ... | jan.nijtmans | 2023-01-24 | 1 | -2/+2 |
|
|
* | | Switch off XLIB_ILLEGAL_ACCESS in Xlib.h, making some acess to Display only p... | jan.nijtmans | 2022-11-15 | 1 | -1/+1 |
|
|
* | | More Xlib.h macro usage | jan.nijtmans | 2022-11-15 | 1 | -2/+2 |
|
|
* | | Fix signature for TkpDrawCharsInContext/TkDrawAngledChars, when compiling wit... | jan.nijtmans | 2022-10-26 | 1 | -8/+9 |
|
|
* | | Fix build | jan.nijtmans | 2022-10-12 | 1 | -1/+1 |
|
|
* | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -7/+7 |
|
|
* | | Fix building against Tcl 8.6 headers | jan.nijtmans | 2022-04-03 | 1 | -4/+4 |
|
|
* | | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc... | jan.nijtmans | 2022-04-01 | 1 | -8/+8 |
|
|
* | | Fix [0338867c74]: Windows text widget hangs when Phaistos font is installed | fvogel | 2021-09-21 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | Fix [0338867c74]: Windows text widget hang Phaistos font installed | fvogel | 2021-09-20 | 1 | -9/+9 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-12-14 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Better warning fix for Windows (slightly better rounding behavior) | jan.nijtmans | 2020-12-14 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-12-14 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix warnings seen on MS-VC6 PSDK 2003SP1: C:\test\tk8.6.11_rc0\win\..\win\tkW... | jan.nijtmans | 2020-12-14 | 1 | -2/+2 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-11 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix [3bc0f44ef3]: UBSan complains about body.chars[] usage | jan.nijtmans | 2020-09-11 | 1 | -19/+16 |
| |\
| |/
|/| |
|
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ... | fvogel | 2020-07-13 | 1 | -1/+35 |
|\ \
| |/ |
|
| * | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no... | fvogel | 2020-07-12 | 1 | -1/+4 |
|
|
| * | merge core-8-6-branch | fvogel | 2020-05-01 | 1 | -7/+9 |
| |\ |
|
| * | | Apply a third patch from Christopher Chavez. | fvogel | 2020-04-21 | 1 | -2/+2 |
|
|
| * | | Apply another patch by Christopher Chavez that fixes the jerk of strings on a... | fvogel | 2020-04-19 | 1 | -0/+31 |
|
|
* | | | Fix [cd8714756c]: Long lines of rotated text not printing correctly - MultiFo... | fvogel | 2020-05-01 | 1 | -7/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | Remove cast to int when calling MultiFontTextOut from TkDrawAngledChars (sinc... | fvogel | 2020-04-26 | 1 | -3/+3 |
|
|
| * | | Fix [cd8714756c]: Long lines of rotated text not printing correctly - MultiFo... | fvogel | 2020-04-22 | 1 | -4/+6 |
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2020-04-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Better implementation of TkUtfToUniChar(), one that doesn't require cooperati... | jan.nijtmans | 2020-04-06 | 1 | -46/+52 |
| |\ |
|
| | * | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni... | jan.nijtmans | 2020-03-24 | 1 | -39/+44 |
|
|
* | | | Merge 8.6. More TCL_UNUSED() usage. | jan.nijtmans | 2020-03-19 | 1 | -32/+18 |
|\ \ \
| | |/
| |/| |
|
| * | | Increase FONTMAP_PAGES from 192 to 256, making room for Unicode 13 plane 3. | jan.nijtmans | 2020-03-19 | 1 | -4/+5 |
|
|
* | | | More progress in making win32 build C++-ready. | jan.nijtmans | 2020-03-10 | 1 | -17/+17 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-06 | 1 | -2/+2 |
|\ \ \ |
|
* | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -2/+2 |
|
|
* | | | | Merge 8.7. More WIP. | jan.nijtmans | 2019-12-16 | 1 | -7/+19 |
|/ / / |
|
* | | | Merge 8.6 | jan.nijtmans | 2019-11-26 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c... | jan.nijtmans | 2019-11-21 | 1 | -2/+2 |
|
|
* | | | merge core-8-6-branch, in particular, push a different fix for the 'Column ..... | fvogel | 2019-11-01 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter... | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
| |/ |
|