| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2024-03-19 | 1 | -6/+5 |
|\ |
|
| * | int -> Tcl_Size in font handling (not done yet) | jan.nijtmans | 2024-03-19 | 1 | -6/+5 |
|
|
* | | Fix [52df668390]: Measurement of control characters are wrong after measureme... | jan.nijtmans | 2024-01-03 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2024-01-03 | 1 | -5/+5 |
| |\ |
|
| | * | AllocFont() -> InitFont() in comments. Stolen from "less_tests_constraints" b... | jan.nijtmans | 2024-01-03 | 1 | -1/+1 |
|
|
| | * | Fix [52df668390]: Measurement of control characters are wrong after measureme... | jan.nijtmans | 2024-01-03 | 1 | -4/+4 |
| | |\ |
|
| | | * | Fix [52df668390]: Measurement of control characters are wrong after measureme... | fvogel | 2023-12-30 | 1 | -4/+4 |
|
|
| | | * | Function AllocFont() became InitFont() in [1120dc4257] (Tk 8.1, in 1999!). Re... | fvogel | 2023-11-26 | 1 | -1/+1 |
| | |/ |
|
* | | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP) | jan.nijtmans | 2023-11-27 | 1 | -9/+9 |
|
|
* | | | 2 more ... | jan.nijtmans | 2023-11-15 | 1 | -2/+2 |
|
|
* | | | Don't use TCL_ENCODING_STOPONERROR any more, it's TCL_ENCODING_PROFILE_STRICT... | jan.nijtmans | 2023-11-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Introduce TCL_ENCODING_PROFILE_TCL8, making the behavior of Tk independant on... | jan.nijtmans | 2023-11-15 | 1 | -1/+1 |
|
|
* | | | Merge 8.7. Remove a lot of dead code | jan.nijtmans | 2023-11-15 | 1 | -221/+3 |
|/ / |
|
* | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-03 | 1 | -12/+12 |
|
|
* | | Whenever searching fonts with Tcl_UtfToExternal(... TCL_ENCODING_STOPONERROR ... | jan.nijtmans | 2023-01-24 | 1 | -2/+2 |
|
|
* | | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat... | fvogel | 2023-01-18 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-18 | 1 | -2/+2 |
| |\ |
|
| | * | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -2/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2023-01-10 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | More usage of TCL_UNUSED. Make sure Tk never uses the TIP #575 version of Tcl... | jan.nijtmans | 2023-01-10 | 1 | -3/+9 |
| |/ |
|
* | | Fix signature for TkpDrawCharsInContext/TkDrawAngledChars, when compiling wit... | jan.nijtmans | 2022-10-26 | 1 | -9/+10 |
|
|
* | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -8/+8 |
|
|
* | | Fix test failure (entry.test and others) in UNIX builds without xft | jan.nijtmans | 2022-04-04 | 1 | -1/+1 |
|
|
* | | Fix building against Tcl 8.6 headers | jan.nijtmans | 2022-04-03 | 1 | -3/+3 |
|
|
* | | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc... | jan.nijtmans | 2022-04-01 | 1 | -6/+6 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-05-27 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix parameter mismatch between functions definitions and implementation. This... | jan.nijtmans | 2021-05-27 | 1 | -2/+2 |
|
|
| * | A few NULL <-> None mistakes, more usage of TCL_UNUSED and implicit type-casts | jan.nijtmans | 2020-10-08 | 1 | -43/+40 |
|
|
* | | Don't compile in ucs-2be encoding when Tk is compiled with Tcl 9.0 headers, s... | jan.nijtmans | 2021-03-17 | 1 | -0/+16 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-10-08 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | More elimination of the "register" keyword, and more explicit typecasts | jan.nijtmans | 2020-10-06 | 1 | -1/+1 |
|
|
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ... | fvogel | 2020-07-13 | 1 | -0/+35 |
|\ \
| |/ |
|
| * | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no... | fvogel | 2020-07-12 | 1 | -0/+3 |
|
|
| * | merge core-8-6-branch | fvogel | 2020-05-01 | 1 | -30/+34 |
| |\ |
|
| * | | 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/+32 |
|
|
* | | | Fix [2712f43f6e]: X11: crash for rotated text w/o Xft, and optimize text item... | fvogel | 2020-05-01 | 1 | -30/+34 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix [2712f43f6e]: X11: crash for rotated text w/o Xft. Patch from Christopher... | fvogel | 2020-04-23 | 1 | -30/+34 |
| |/ |
|
* | | Merge 8.6. More TCL_UNUSED() usage. | jan.nijtmans | 2020-03-19 | 1 | -33/+21 |
|\ \
| |/ |
|
| * | Increase FONTMAP_PAGES from 192 to 256, making room for Unicode 13 plane 3. | jan.nijtmans | 2020-03-19 | 1 | -7/+7 |
|
|
| * | Revert a constification that broke the X build on OSX. | dgp | 2020-03-09 | 1 | -2/+2 |
|
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -1/+1 |
|
|
* | | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml... | jan.nijtmans | 2020-03-01 | 1 | -2/+2 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-02-14 | 1 | -2/+2 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2020-02-14 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | A few missing (internal) "const" modifiers. | jan.nijtmans | 2020-02-14 | 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 | -19/+29 |
|/ / |
|
* | | Merge 8.6. When compiling against Tcl 9.0 headers, don't allow Emoji escape s... | jan.nijtmans | 2019-12-01 | 1 | -9/+12 |
|\ \
| |/ |
|
| * | In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use m... | jan.nijtmans | 2019-12-01 | 1 | -9/+12 |
|
|