summaryrefslogtreecommitdiffstats
path: root/generic/tkMessage.c
Commit message (Expand)AuthorAgeFilesLines
* Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w...jan.nijtmans2024-06-141-66/+122
|\
| * Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w...jan.nijtmans2024-06-141-66/+128
| |\
| | * Merge 8.7. Add testcasesjan.nijtmans2024-06-141-29/+41
| | |\
| | * | No caching in TK_OPTION_PIXELS 'message' variables padX/padY/borderWidth/high...jan.nijtmans2024-06-131-88/+104
| | * | Also handle the situation that -padx/-pady is initialized as the empty stringcore-bug-4d0a6f32b7jan.nijtmans2024-06-101-0/+8
| | * | Better solution for [4d0a6f32b7], which doesn't cache padX/padY/borderWidth/h...jan.nijtmans2024-06-101-1/+27
| | |/
* | | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-141-21/+21
|\ \ \ | |/ /
| * | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-141-21/+21
| |/
* | Fix [4d0a6f32b7]: Unique behavior of some options in the message widget in 8....jan.nijtmans2024-06-051-9/+1
|\ \ | |/
| * Possible fix for [4d0a6f32b7]: Unique behavior of some options in the message...jan.nijtmans2024-06-051-13/+1
| * Better approach, using "Tk" prefix for UTF-32 versions of APIjan.nijtmans2024-03-141-2/+2
* | Merge 8.7jan.nijtmans2024-03-071-3/+1
|\ \ | |/
| * Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-3/+1
* | Merge 8.7jan.nijtmans2024-02-071-1/+1
|\ \ | |/
| * Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* | Merge 8.7jan.nijtmans2024-01-241-4/+9
|\ \ | |/
| * All TK_OPTION_PIXELS implementation need Tcl_Obj storage, otherwise the full ...jan.nijtmans2024-01-241-4/+9
* | Merge 8.7jan.nijtmans2024-01-241-0/+8
|\ \ | |/
| * If TK_NO_DEPRECATED, report back message -padX/-padY as {}jan.nijtmans2024-01-241-0/+19
|/
* Allow {} as magical value for the -padx/-pady default, in stead of the magica...jan.nijtmans2024-01-241-2/+2
* Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved.jan.nijtmans2024-01-181-2/+2
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-22/+18
* More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-2/+2
* TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-2/+2
* (c) -> ©jan.nijtmans2020-12-091-3/+3
* New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
* Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-19/+19
* TIP 569 remove lint commentsdgp2020-03-181-1/+0
* Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-19/+19
* Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-17/+21
* merge trunkjan.nijtmans2019-06-051-14/+21
|\
| * Merge 8.6jan.nijtmans2019-05-161-14/+21
| |\
| | * Revised bug fix for [5d991b822e].dgp2019-05-151-14/+21
| | |\
| | | * Tests and fix for [message ... -textvariable].dgp2019-05-151-1/+21
* | | | Merge 8.7jan.nijtmans2019-01-131-5/+5
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-01-101-5/+5
| |\ \ \ | | |/ /
| | | |
| | | \
| | *-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-2/+2
| | |\ \ \
| | | | * \ Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-5/+5
| | | | |\ \
| | * | | \ \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-9/+9
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-9/+9
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-9/+9
| | |\ \ \ \ \ | | | |/ / / / | | | | / / / | | | |/ / / | | |/| | |
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-9/+9
| | | |/ /
* | | | | Merge trunkjan.nijtmans2018-11-251-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-4/+4
* | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-20/+20
|/ / / /
* | | | more size_t related code cleanupjan.nijtmans2018-10-041-1/+1
* | | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-1/+1
|/ / /
* | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-01-281-0/+13
| |/ |/|
* | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-221-2/+2
* | more places convertedjan.nijtmans2013-01-241-1/+1