summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
Commit message (Expand)AuthorAgeFilesLines
* Merged core-8-branch into trunk.csaba2024-07-311-0/+2
|\
| * Merged core-8-6-branch into core-8-branch.csaba2024-07-311-0/+2
| |\
| | * Proposed fix for ticket [0d48797195]: Ugly and inconsistent look of the focus...csaba2024-07-281-0/+2
| * | (backport) Add TkLengthOne() function, just as TclLengthOne() in Tcl, for opt...jan.nijtmans2024-07-101-0/+4
* | | Add TkLengthOne() function, just as TclLengthOne() in Tcl, for optimization w...jan.nijtmans2024-07-101-4/+1
* | | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-141-2/+1
|\ \ \ | |/ /
| * | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-141-2/+1
* | | Using the application's TkMainInfo struct for sharing the data of the trough'...csaba2024-05-151-0/+2
|\ \ \ | |/ /
| * | Using the application's TkMainInfo struct for sharing the data of the trough'...csaba2024-05-151-0/+2
* | | (c) -> ©jan.nijtmans2024-05-091-3/+3
|\ \ \ | |/ /
| * | (c) -> ©jan.nijtmans2024-05-091-3/+3
| |\ \ | | |/
| | * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-1/+1
| | * Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-131-0/+2
| * | Fix --disable-shared buildjan.nijtmans2024-03-151-9/+15
| * | Handle Tcl_UtfToUniChar/Tcl_UniCharToUtf correctly as wellcore-bug-53fdb87e49jan.nijtmans2024-03-141-11/+6
| * | Better approach, using "Tk" prefix for UTF-32 versions of APIjan.nijtmans2024-03-141-22/+7
| * | More progress, backporting bugfix from Tk 9.0jan.nijtmans2024-03-131-6/+16
| * | Merge 8.7jan.nijtmans2024-03-131-9/+5
| |\ \
| * | | Continuing work on [53fdb87e49] for 8.7: Glyph indexing is still unperfectjan.nijtmans2024-02-091-0/+22
* | | | Merge 8.7jan.nijtmans2024-02-191-4/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possiblejan.nijtmans2024-02-191-9/+5
| |/ /
| * | Make it compile (again) with Tcl 8.6jan.nijtmans2023-12-191-1/+5
* | | Those #define's are no longer necessaryjan.nijtmans2024-01-141-12/+0
* | | Merge 8.7jan.nijtmans2023-12-181-145/+49
|\ \ \ | |/ /
| * | Use Tcl_ObjCmdProc in stead of full function signaturejan.nijtmans2023-12-181-145/+49
| * | Missing needed TCL_COMBINE flag (only really needed when running with Tcl 9.0)jan.nijtmans2023-11-301-0/+1
| * | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-141-1/+2
* | | Change (internal) TkCreateFrame function from argc/argv -> objc/objvjan.nijtmans2023-12-111-3/+0
* | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP)jan.nijtmans2023-11-271-8/+0
* | | Remove leftover comments no longer needed after previous commits removing dep...fvogel2023-11-161-4/+0
* | | Remove TkOldTestInitjan.nijtmans2023-11-161-1/+0
* | | Remove more deprecated stuff. jan.nijtmans2023-11-161-11/+0
* | | Remove some (very old!) Image-related stuff, and unused stub entriesjan.nijtmans2023-11-161-20/+3
* | | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-131-1/+2
|/ /
* | Improvements related to scaling and appearance in the built-in themes alt,csaba2023-08-121-0/+1
* | Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi...fvogel2023-07-171-0/+2
|\ \ | |/
| * Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 1 from Christophe...fvogel2023-07-161-0/+2
* | Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index valu...jan.nijtmans2023-06-231-0/+2
* | Fix [310c74ecf4]: ThemeChangedProc() can be called after Tk destroyed.fvogel2023-05-031-1/+2
|\ \ | |/
| * Alternate fix for [310c74ecf4], not making use of a delete trace.fvogel2023-05-011-1/+2
* | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-4/+2
* | More -Wconversion C warning fixesjan.nijtmans2023-03-061-17/+3
* | More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-1/+1
* | Whenever searching fonts with Tcl_UtfToExternal(... TCL_ENCODING_STOPONERROR ...jan.nijtmans2023-01-241-0/+5
* | Make Tk compile/run either with or without TIP #644: Make Tcl_ObjType extensiblejan.nijtmans2022-11-151-7/+16
* | More usage for Tcl_Size (internal TkEnsemble)jan.nijtmans2022-11-031-1/+5
* | Merge 8.6. Use Tcl_Size in (undocumented) Tk_GetStyledElement functionjan.nijtmans2022-10-311-1/+3
|\ \ | |/
| * Enhance TKFLEXARRAY macro, in case we have a C99 compiler. But ... it cannot...jan.nijtmans2022-10-311-1/+3
| * argc -> objc where appropriatejan.nijtmans2022-07-121-1/+1
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-1/+1