summaryrefslogtreecommitdiffstats
path: root/generic/tkButton.c
Commit message (Expand)AuthorAgeFilesLines
* Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w...jan.nijtmans2024-06-141-0/+30
|\
| * Merge 8.7. Add testcasesjan.nijtmans2024-06-141-0/+8
| |\
| * | Fix indentingjan.nijtmans2024-06-101-10/+10
| * | Better solution for [4d0a6f32b7], which doesn't cache padX/padY/borderWidth/h...jan.nijtmans2024-06-101-0/+22
| |/
* | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-141-12/+12
|/
* Small round of sentinel/spacing improvementsjan.nijtmans2024-05-241-1/+1
* Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-7/+5
* Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-29/+26
* Few TK_OPTION_ENUM_VAR fixesjan.nijtmans2024-01-301-2/+2
* Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved.jan.nijtmans2024-01-181-8/+8
* More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-12/+12
* Merge 8.6jan.nijtmans2022-05-071-12/+12
|\
| * Merge 8.6jan.nijtmans2022-05-051-3/+3
| |\
| * | Missing DEF_BUTTON_COMPOUNDjan.nijtmans2022-05-051-1/+1
| * | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-14/+14
* | | Merge 8.6jan.nijtmans2022-05-051-5/+5
|\ \ \ | | |/ | |/|
| * | Code cleanup, mainly eliminating unnecessary type-castsjan.nijtmans2022-05-051-5/+5
| |/
* | Merge 8.6jan.nijtmans2022-05-031-22/+13
|\ \ | |/
| * Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which...jan.nijtmans2022-05-031-22/+13
| * Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ...jan.nijtmans2021-11-161-5/+0
* | Fix use of DEF_LABEL_FG with Tcl 9.0 headers. Doc fix, various other tweaksjan.nijtmans2021-11-131-6/+1
* | Merge 8.6jan.nijtmans2021-11-021-0/+5
|\ \ | |/
| * Allow labels and buttons to have different default foreground colors if DEF_L...marc_culler2021-11-011-0/+5
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-5/+5
* | Merge 8.7jan.nijtmans2021-01-081-2/+2
|\ \
| * | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | | Make default underline -1 (again) when compiled with Tcl 8 headersjan.nijtmans2020-09-141-8/+8
* | | Merge 8.7jan.nijtmans2020-09-061-1/+1
|\ \ \ | |/ /
| * | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
* | | Don't use constants like DEF_BUTTON_UNDERLINE any more, since the default und...jan.nijtmans2020-07-021-4/+4
* | | More progress, mainly in tkCanvTest.cjan.nijtmans2020-06-151-8/+8
* | | More progress, implementing enhanced "-underline"jan.nijtmans2020-06-121-1/+1
* | | Merge trunk. Add new option type TK_OPTION_INDEX. Start implementing extended...jan.nijtmans2020-06-111-4/+4
|/ /
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-130/+130
* | TIP 569 remove lint commentsdgp2020-03-181-2/+0
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-130/+130
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-12/+35
* | Merge 8.6jan.nijtmans2019-09-241-1/+1
|\ \ | |/
| * Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-1/+1
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
| * Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0...jan.nijtmans2019-05-171-3/+3
* | merge trunkjan.nijtmans2019-06-051-30/+51
|\ \
| * \ Merge 8.6jan.nijtmans2019-05-161-30/+51
| |\ \ | | |/
| | * Revised bug fix for [5d991b822e].dgp2019-05-151-30/+51
| | |\
| | | * Similar test and fix for [checkbutton ... -variable].dgp2019-05-121-1/+21
| | | * Fix for the [button ... -textvariable] parts of [5d991b822e].dgp2019-05-111-1/+28
* | | | Merge trunkjan.nijtmans2019-05-101-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-05-091-1/+1
| |\ \ \ | | |/ /
| | * | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1