summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2025-10-281-1/+1
|\
| * Merge 8.6. Update changes.mdjan.nijtmans2025-10-281-1/+1
| |\
| | * More IWYU pragma's (for all *Decls.h files)jan.nijtmans2025-10-261-1/+1
* | | Use more bool in internal API'sjan.nijtmans2025-10-261-1/+1
* | | Merge 9.0jan.nijtmans2025-10-261-0/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2025-10-261-0/+2
| |\ \ | | |/
* | | Merge 9.0jan.nijtmans2025-09-291-0/+1
|\ \ \ | |/ /
| * | Eliminate TCL_BROKEN_MAINARGS and compat/stdbool.h (taken over from Tcl). Upd...jan.nijtmans2025-09-291-0/+1
* | | Use more Tcl_CreateObjCommand2() internally. Those commands can handle a long...jan.nijtmans2025-03-171-1/+1
* | | Use Tcl_CreateObjCommand2() in test-casesjan.nijtmans2025-03-161-1/+1
* | | Tk 9.1 doesn't run with Tcl 8.7 anymore. This allows a lot of cleanupjan.nijtmans2025-03-121-29/+0
|/ /
* | Use Tcl_IsEmpty()'s power if availablejan.nijtmans2025-02-211-0/+1
* | Reduce the possibility for a conflict in Button8Mask/Button9Mask definition. ...jan.nijtmans2024-12-101-2/+10
|\ \
| * | Reduce the possibility for a conflict in Button8Mask/Button9Mask definition. ...jan.nijtmans2024-12-101-2/+10
* | | Fix [6bdf1a7ec3]: Bind mechanism vs. GNOMEjan.nijtmans2024-12-081-2/+2
|\ \ \ | |/ /
| * | Fix [6bdf1a7ec3]: Bind mechanism vs. GNOMEjan.nijtmans2024-12-081-2/+2
| * | (backport): Merge tip-706 following positive vote by the TCTjan.nijtmans2024-12-081-22/+2
* | | TIP #706 implementation.fvogel2024-11-301-20/+0
* | | Fix [bcbf4c9875]: Tk intialization overwrites thread specific datajan.nijtmans2024-11-251-1/+0
|\ \ \ | |/ /
| * | Fix [bcbf4c9875]: Tk intialization overwrites thread specific datajan.nijtmans2024-11-251-1/+0
| |\ \ | | |/
| | * Fix [bcbf4c9875]: Tk intialization overwrites thread specific datajan.nijtmans2024-11-251-1/+0
* | | Merge 8.7jan.nijtmans2024-08-301-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-08-301-3/+3
| |\ \ | | |/
| | * Fix comment: Tk_Uid aren't simply allocated. Some indenting fixes.jan.nijtmans2024-08-301-2/+2
* | | Adapt Tk to TIP #628, so it can be compiled for Tcl 8 in a Tcl 9 build enviro...jan.nijtmans2024-08-151-1/+1
* | | 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 welljan.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