summaryrefslogtreecommitdiffstats
path: root/generic/tkButton.c
Commit message (Expand)AuthorAgeFilesLines
* Use more 'bool' type internallyjan.nijtmans2025-12-041-2/+2
|\
* \ Rebase to trunkjan.nijtmans2025-04-301-36/+0
|\ \
| * \ Rebase to 9.0jan.nijtmans2025-02-191-36/+0
| |\ \ | | |/ | |/|
| | * Merge 9.0jan.nijtmans2024-10-251-110/+95
| | |\
| | * | Merge 9.0. Finish implementation. Remove special processing, not neccessary a...jan.nijtmans2024-06-171-40/+0
* | | | Use more Tcl_CreateObjCommand2() internally. Those commands can handle a long...jan.nijtmans2025-03-171-3/+3
|/ / /
* | | Finish for "text". Alphabetise button and frame range checksjan.nijtmans2025-01-241-14/+14
* | | Merge 9.0jan.nijtmans2025-01-241-8/+2
|\ \ \ | | |/ | |/|
* | | Rebase to 9.0jan.nijtmans2024-12-101-0/+16
|\ \ \ | |/ / |/| |
| * | Fix [5f739d2253] for borderwidth (canvas), width and height (buttons)jan.nijtmans2024-07-111-1/+18
| |/
* | 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
|/ /
* | 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
|/ /