summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkButton.c
Commit message (Expand)AuthorAgeFilesLines
* Spacing/indenting fixes for ttkjan.nijtmans2024-11-071-26/+28
* Tweak some error-messages. Fix indentingjan.nijtmans2024-08-071-10/+10
|\
| * Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-111-2/+2
* | Fix [e64820c1de]: The -justify configure option is duplicated for ttk::labeljan.nijtmans2024-06-031-4/+0
|\ \
| * | Fix [e64820c1de]: The -justify configure option is duplicated for ttk::labelfvogel2024-06-021-3/+0
|/ /
* | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-101-4/+2
|\ \ | |/
| * More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ...jan.nijtmans2024-05-101-15/+16
* | Put "flush" in the right alphabetic positionjan.nijtmans2024-01-181-1/+1
* | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-181-13/+14
* | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-3/+3
* | Complete fix for [85cea56c27]: The -underline option does not show an underli...jan.nijtmans2023-04-021-2/+2
* | Partial fix for [85cea56c27]: The -underline option does not show an underlin...jan.nijtmans2023-03-141-3/+2
|\ \
| * | Fix [85cea56c27]: The -underline option does not show an underline on ttk::la...fvogel2023-03-111-2/+8
|/ /
* | Reduce the number of ttk C warningsjan.nijtmans2023-03-021-0/+2
* | Merge 8.6jan.nijtmans2022-05-051-3/+3
|\ \ | |/
| * Code cleanup, mainly eliminating unnecessary type-castsjan.nijtmans2022-05-051-3/+3
* | Merge 8.6jan.nijtmans2021-12-201-4/+4
|\ \ | |/
| * Change default initialization for ttk:label -anchor to "w"jan.nijtmans2021-12-201-1/+1
| * Proposed fix for [6178610b1b]: Ttk uses TK_OPTION_NULL_OK in -justify/-anchor...jan.nijtmans2021-12-171-4/+4
* | In case-statements, use "default:" in stead of "case TK_ANCHOR_CENTER:". So u...jan.nijtmans2021-12-171-7/+7
* | Merge 8.7jan.nijtmans2021-02-031-2/+2
|\ \
* \ \ Merge 8.7jan.nijtmans2021-01-081-12/+17
|\ \ \ | |/ /
| * | More (c) -> ©jan.nijtmans2020-12-091-1/+1
| * | Merge trunk, and fix conflict in tests/ttk/scrollbar.test (due to [33556bc9]).fvogel2020-10-311-2/+2
| |\ \
| * | | Respect alphabetical order of commands in source code (no functional change).fvogel2020-08-301-11/+11
| * | | Add new ttk widget command 'style' returning the style used by the widget.fvogel2020-08-301-0/+5
* | | | Make default underline -1 (again) when compiled with Tcl 8 headersjan.nijtmans2020-09-141-2/+1
* | | | Merge 8.7jan.nijtmans2020-09-061-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.6jan.nijtmans2020-09-031-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-6/+5
| * | | Code cleanup (mainly unnecessary casts to (ClientData))jan.nijtmans2020-08-241-1/+1
| | |/ | |/|
* | | Merge trunkjan.nijtmans2020-08-201-2/+2
|\ \ \ | |/ /
| * | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-191-1/+1
| |\ \ | | |/
| | * In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-181-1/+1
| | * In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for...fvogel2020-07-181-1/+1
| | * Some code cleanup, backported from 8.7 (mainly usage of exact types and type-...jan.nijtmans2020-03-301-22/+33
* | | No need to #include "default.h" in ttk widgets (and in tkUnixMenu.c/tkMenubut...jan.nijtmans2020-07-021-2/+1
* | | Don't use constants like DEF_BUTTON_UNDERLINE any more, since the default und...jan.nijtmans2020-07-021-1/+1
* | | More progress, mainly in tkCanvTest.cjan.nijtmans2020-06-151-1/+1
* | | More progress, implementing enhanced "-underline"jan.nijtmans2020-06-121-2/+2
* | | Merge trunk. Add new option type TK_OPTION_INDEX. Start implementing extended...jan.nijtmans2020-06-111-3/+4
|/ /
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-28/+28
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-28/+28
* | Merge trunkjan.nijtmans2020-02-171-5/+5
|\ \
| * | More "const" additions.jan.nijtmans2020-02-171-5/+5
* | | Merge trunkjan.nijtmans2020-02-071-1/+1
|\ \ \ | |/ /
| * | Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many int...jan.nijtmans2020-02-071-1/+1
* | | Merge 8.7jan.nijtmans2020-02-061-8/+8
|\ \ \ | |/ /
| * | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-061-8/+8
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-20/+31
|/ /