summaryrefslogtreecommitdiffstats
path: root/generic/tkButton.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0core-tip-626jan.nijtmans34 hours1-145/+120
|\
| * Merge 9.0. Finish for "text"jan.nijtmans2024-10-071-43/+26
| |\
| | * Code cleanup in tkCanvas.c/tkMenubutton.c. Use more TCL_UNUSED()jan.nijtmans2024-10-061-42/+25
| |/
| * Merge 9.0. More progressjan.nijtmans2024-10-021-45/+47
| * butPtr->wrapLengthObj et al cannot be NULL (since the TK_OPTION_NULL_OK flag ...jan.nijtmans2024-08-111-15/+5
| |\
| | * Backport part of [29ba539501]: many PIXEL options don't keep their configured...jan.nijtmans2024-08-111-15/+5
| | |\
| | | * Make somewhat more C++-compatible (backported from 8.7)jan.nijtmans2023-10-121-25/+23
| * | | Make "entry" work. No test failures any more. Many renamings of fields (*Ptr ...jan.nijtmans2024-07-111-61/+61
| |/ /
* | | Merge 9.0jan.nijtmans2024-06-241-13/+43
|\ \ \ | |/ /
| * | 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
* | | Merge 9.0jan.nijtmans2024-03-081-3/+1
|\ \ \ | |/ /
| * | Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-7/+5
* | | Merge 9.0jan.nijtmans2024-03-071-30/+27
|\ \ \ | |/ /
| * | 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
* | | Merge 9.0jan.nijtmans2024-01-301-1/+1
|\ \ \ | |/ /
| * | Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved.jan.nijtmans2024-01-181-8/+8
* | | Merge 8.7jan.nijtmans2022-11-181-8/+8
|\ \ \ | |/ /
* | | Tk changes for TIP #626jan.nijtmans2022-11-141-11/+11
|\ \ \ | |/ / |/| |
| * | Almost finishedjan.nijtmans2022-06-221-8/+8
| * | Handle crash in handling "update". More WIPjan.nijtmans2022-06-221-3/+3
|/ /
* | 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