| Commit message (Expand) | Author | Age | Files | Lines |
* | Using the application's TkMainInfo struct for sharing the data of the trough'... | csaba | 2024-05-15 | 1 | -0/+2 |
|\ |
|
| * | Using the application's TkMainInfo struct for sharing the data of the trough'... | csaba | 2024-05-15 | 1 | -0/+2 |
|
|
* | | (c) -> © | jan.nijtmans | 2024-05-09 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | (c) -> © | jan.nijtmans | 2024-05-09 | 1 | -3/+3 |
| |\ |
|
| | * | Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr... | jan.nijtmans | 2024-05-09 | 1 | -1/+1 |
|
|
| | * | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a... | csaba | 2023-11-13 | 1 | -0/+2 |
|
|
| * | | Fix --disable-shared build | jan.nijtmans | 2024-03-15 | 1 | -9/+15 |
|
|
| * | | Handle Tcl_UtfToUniChar/Tcl_UniCharToUtf correctly as wellcore-bug-53fdb87e49 | jan.nijtmans | 2024-03-14 | 1 | -11/+6 |
|
|
| * | | Better approach, using "Tk" prefix for UTF-32 versions of API | jan.nijtmans | 2024-03-14 | 1 | -22/+7 |
|
|
| * | | More progress, backporting bugfix from Tk 9.0 | jan.nijtmans | 2024-03-13 | 1 | -6/+16 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2024-03-13 | 1 | -9/+5 |
| |\ \ |
|
| * | | | Continuing work on [53fdb87e49] for 8.7: Glyph indexing is still unperfect | jan.nijtmans | 2024-02-09 | 1 | -0/+22 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-02-19 | 1 | -4/+4 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possible | jan.nijtmans | 2024-02-19 | 1 | -9/+5 |
| |/ / |
|
| * | | Make it compile (again) with Tcl 8.6 | jan.nijtmans | 2023-12-19 | 1 | -1/+5 |
|
|
* | | | Those #define's are no longer necessary | jan.nijtmans | 2024-01-14 | 1 | -12/+0 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2023-12-18 | 1 | -145/+49 |
|\ \ \
| |/ / |
|
| * | | Use Tcl_ObjCmdProc in stead of full function signature | jan.nijtmans | 2023-12-18 | 1 | -145/+49 |
|
|
| * | | Missing needed TCL_COMBINE flag (only really needed when running with Tcl 9.0) | jan.nijtmans | 2023-11-30 | 1 | -0/+1 |
|
|
| * | | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a... | csaba | 2023-11-14 | 1 | -1/+2 |
|
|
* | | | Change (internal) TkCreateFrame function from argc/argv -> objc/objv | jan.nijtmans | 2023-12-11 | 1 | -3/+0 |
|
|
* | | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP) | jan.nijtmans | 2023-11-27 | 1 | -8/+0 |
|
|
* | | | Remove leftover comments no longer needed after previous commits removing dep... | fvogel | 2023-11-16 | 1 | -4/+0 |
|
|
* | | | Remove TkOldTestInit | jan.nijtmans | 2023-11-16 | 1 | -1/+0 |
|
|
* | | | Remove more deprecated stuff. | jan.nijtmans | 2023-11-16 | 1 | -11/+0 |
|
|
* | | | Remove some (very old!) Image-related stuff, and unused stub entries | jan.nijtmans | 2023-11-16 | 1 | -20/+3 |
|
|
* | | | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a... | csaba | 2023-11-13 | 1 | -1/+2 |
|/ / |
|
* | | Improvements related to scaling and appearance in the built-in themes alt, | csaba | 2023-08-12 | 1 | -0/+1 |
|
|
* | | Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi... | fvogel | 2023-07-17 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 1 from Christophe... | fvogel | 2023-07-16 | 1 | -0/+2 |
|
|
* | | Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index valu... | jan.nijtmans | 2023-06-23 | 1 | -0/+2 |
|
|
* | | Fix [310c74ecf4]: ThemeChangedProc() can be called after Tk destroyed. | fvogel | 2023-05-03 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Alternate fix for [310c74ecf4], not making use of a delete trace. | fvogel | 2023-05-01 | 1 | -1/+2 |
|
|
* | | Still more int -> Tcl_Size | jan.nijtmans | 2023-04-25 | 1 | -4/+2 |
|
|
* | | More -Wconversion C warning fixes | jan.nijtmans | 2023-03-06 | 1 | -17/+3 |
|
|
* | | More serious elimination of -Wconversion C warnings | jan.nijtmans | 2023-03-04 | 1 | -1/+1 |
|
|
* | | Whenever searching fonts with Tcl_UtfToExternal(... TCL_ENCODING_STOPONERROR ... | jan.nijtmans | 2023-01-24 | 1 | -0/+5 |
|
|
* | | Make Tk compile/run either with or without TIP #644: Make Tcl_ObjType extensible | jan.nijtmans | 2022-11-15 | 1 | -7/+16 |
|
|
* | | More usage for Tcl_Size (internal TkEnsemble) | jan.nijtmans | 2022-11-03 | 1 | -1/+5 |
|
|
* | | Merge 8.6. Use Tcl_Size in (undocumented) Tk_GetStyledElement function | jan.nijtmans | 2022-10-31 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Enhance TKFLEXARRAY macro, in case we have a C99 compiler. But ... it cannot... | jan.nijtmans | 2022-10-31 | 1 | -1/+3 |
|
|
| * | argc -> objc where appropriate | jan.nijtmans | 2022-07-12 | 1 | -1/+1 |
|
|
* | | more int -> Tcl_Size (making use of the increased range in Tcl 9.0) | jan.nijtmans | 2022-10-30 | 1 | -1/+1 |
|
|
* | | Fix signature for TkpDrawCharsInContext/TkDrawAngledChars, when compiling wit... | jan.nijtmans | 2022-10-26 | 1 | -2/+2 |
|
|
* | | Adapt to TIP #628 (mainly TkSizeT -> Tcl_Size) | jan.nijtmans | 2022-10-24 | 1 | -93/+76 |
|\ \ |
|
| * | | Tcl_Size usage warning fixes, more ClientData -> void * | jan.nijtmans | 2022-10-21 | 1 | -59/+59 |
|
|
| * | | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 1 | -34/+17 |
| |\ \ |
|
| | * | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -34/+17 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2022-10-08 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | TCL_INDEX_NULL_OK -> TCL_NULL_OK (following TIP #618) | jan.nijtmans | 2022-10-07 | 1 | -3/+3 |
|
|