summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
Commit message (Expand)AuthorAgeFilesLines
* (backport) Add TkLengthOne() function, just as TclLengthOne() in Tcl, for opt...jan.nijtmans2024-07-101-0/+4
* 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
* (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
|\ \
| * | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possiblejan.nijtmans2024-02-191-9/+5
* | | Continuing work on [53fdb87e49] for 8.7: Glyph indexing is still unperfectjan.nijtmans2024-02-091-0/+22
|/ /
* | Make it compile (again) with Tcl 8.6jan.nijtmans2023-12-191-1/+5
* | 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
* | 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
* | Fix signature for TkpDrawCharsInContext/TkDrawAngledChars, when compiling wit...jan.nijtmans2022-10-261-2/+2
* | Adapt to TIP #628 (mainly TkSizeT -> Tcl_Size)jan.nijtmans2022-10-241-93/+76
|\ \
| * | Tcl_Size usage warning fixes, more ClientData -> void *jan.nijtmans2022-10-211-59/+59
| * | Rebase to 8.7jan.nijtmans2022-10-121-34/+17
| |\ \
| | * | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-34/+17
* | | | Merge 8.7jan.nijtmans2022-10-081-3/+3
|\ \ \ \ | |/ / /
| * | | TCL_INDEX_NULL_OK -> TCL_NULL_OK (following TIP #618)jan.nijtmans2022-10-071-3/+3
* | | | TIP #642 implementationjan.nijtmans2022-10-051-2/+0
|/ / /
* | | Make it work without TIP #626 toojan.nijtmans2022-09-091-7/+8
* | | Minimal adaptation of Tk to TIP #626jan.nijtmans2022-09-081-1/+7
* | | Merge 8.7jan.nijtmans2022-07-051-1/+1
|\ \ \ | |/ /
| * | argc -> objc, where Tcl_Obj * arrays are handledjan.nijtmans2022-06-221-1/+1
* | | Merge 8.7jan.nijtmans2022-05-161-19/+17
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-05-071-0/+2
| |\ \ | | |/
| | * Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-0/+2
| * | Merge 8.6jan.nijtmans2022-05-031-0/+2
| |\ \ | | |/
| | * Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which...jan.nijtmans2022-05-031-1/+8