| Commit message (Expand) | Author | Age | Files | Lines |
* | (backport) Add TkLengthOne() function, just as TclLengthOne() in Tcl, for opt... | jan.nijtmans | 2024-07-10 | 1 | -0/+4 |
|
|
* | Add quotes to the "processing * option" error-messages, for consistancy. Some... | jan.nijtmans | 2024-06-14 | 1 | -2/+1 |
|
|
* | 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 |
|\ |
|
| * | 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 |
|\ \ |
|
| * | | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possible | jan.nijtmans | 2024-02-19 | 1 | -9/+5 |
|
|
* | | | Continuing work on [53fdb87e49] for 8.7: Glyph indexing is still unperfect | jan.nijtmans | 2024-02-09 | 1 | -0/+22 |
|/ / |
|
* | | Make it compile (again) with Tcl 8.6 | jan.nijtmans | 2023-12-19 | 1 | -1/+5 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | | | TIP #642 implementation | jan.nijtmans | 2022-10-05 | 1 | -2/+0 |
|/ / / |
|
* | | | Make it work without TIP #626 too | jan.nijtmans | 2022-09-09 | 1 | -7/+8 |
|
|
* | | | Minimal adaptation of Tk to TIP #626 | jan.nijtmans | 2022-09-08 | 1 | -1/+7 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-07-05 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | argc -> objc, where Tcl_Obj * arrays are handled | jan.nijtmans | 2022-06-22 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-05-16 | 1 | -19/+17 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2022-05-07 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int) | jan.nijtmans | 2022-05-05 | 1 | -0/+2 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2022-05-03 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which... | jan.nijtmans | 2022-05-03 | 1 | -1/+8 |
|
|