summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkSquare.c
Commit message (Expand)AuthorAgeFilesLines
* Add (char *) to sentinels, add {} to if-statements, just as everywhere elsejan.nijtmans2025-09-301-1/+2
* Spacing/indenting fixes for ttkjan.nijtmans2024-11-071-6/+6
* 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-101-3/+0
|\
| * More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ...jan.nijtmans2024-05-101-9/+14
* | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-091-2/+2
* | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-181-3/+3
* | Reduce the number of ttk C warningsjan.nijtmans2023-03-021-0/+3
* | Merge 8.6jan.nijtmans2021-12-201-1/+1
|\ \ | |/
| * Proposed fix for [6178610b1b]: Ttk uses TK_OPTION_NULL_OK in -justify/-anchor...jan.nijtmans2021-12-171-1/+1
* | More (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Merge trunk, and fix conflict in tests/ttk/scrollbar.test (due to [33556bc9]).fvogel2020-10-311-7/+12
|\ \
| * \ Merge 8.6. More usage of TCL_UNUSED macrojan.nijtmans2020-10-151-7/+12
| |\ \ | | |/
| | * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-1/+1
| | * Some code cleanup, backported from 8.7 (mainly usage of exact types and type-...jan.nijtmans2020-03-301-20/+23
* | | Respect alphabetical order of commands in source code (no functional change).fvogel2020-08-301-1/+1
* | | Add new ttk widget command 'style' returning the style used by the widget.fvogel2020-08-301-0/+1
|/ /
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-7/+7
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-7/+7
* | Merge trunkjan.nijtmans2020-02-171-1/+1
|\ \
| * | More "const" additions.jan.nijtmans2020-02-171-1/+1
* | | Merge 8.7jan.nijtmans2020-02-061-3/+3
|\ \ \ | |/ /
| * | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-061-3/+3
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-6/+9
|/ /
* | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-13/+13
* | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-1/+1
* | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unnecc...jan.nijtmans2016-05-191-14/+14
|/
* Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-221-2/+1
* Purge RCS Keywords.dgp2011-06-081-2/+0
* Eliminate some unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-111-2/+1
* Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-15/+14
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Move widget layout registration from TtkElements_Init()jenglish2007-10-251-9/+8
* Revert addition of contravariant 'const' qualifiers,jenglish2007-01-111-2/+2
* various "const" additions, in line with TIP #27nijtmans2007-01-031-2/+2
* * generic/ttk/ttkBlink.c, generic/ttk/ttkButton.c:das2006-11-031-17/+21
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-0/+303