summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* Fix [0fb337ea84]: ttk::combobox selection overruns downarrow element. Thanks ...fvogel2024-05-291-3/+8
* ttk state implementation improvementsjan.nijtmans2024-05-191-42/+42
* Make "user[0-6]" names match the TTK_STATE_USER[0-6] definitionsjan.nijtmans2024-05-171-3/+3
* Resolve some compiler warnings on Windows. spacing cleanupjan.nijtmans2024-05-163-33/+40
* Code formatting, TCL_UNUSED() usage, all backported from 8.7. This makes it e...jan.nijtmans2024-05-161-120/+194
* Fix [bb52855781]: ttk treeview tests not robust against display scalingjan.nijtmans2024-05-133-160/+174
|\
| * merge trunkfvogel2024-05-1223-130/+142
| |\
| | * Merge 8.7 (left-over spacing)jan.nijtmans2024-05-111-0/+1
| | |\
| | | * Merge 8.6 (left-over spacing)jan.nijtmans2024-05-111-0/+1
| | | |\
| | | * | Code cleanup related mainly to the "classic" theme.csaba2024-05-102-6/+9
| | * | | Code cleanup related mainly to the "classic" theme.csaba2024-05-102-6/+9
| | * | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini...jan.nijtmans2024-05-1019-92/+50
| | |\ \ \ | | | |/ /
| | | * | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-1019-92/+50
| | | |\ \
| | * | \ \ Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-094-15/+15
| | |\ \ \ \ | | | |/ / /
| | | * | | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-094-15/+15
| | * | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use...jan.nijtmans2024-05-091-2/+0
| | |\ \ \ \ | | | |/ / /
| | * | | | (c) -> ©jan.nijtmans2024-05-094-3/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | (c) -> ©jan.nijtmans2024-05-093-3/+3
| | | |\ \ \
| | | * | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s...csaba2024-05-092-17/+67
| | * | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s...csaba2024-05-092-17/+67
| * | | | | | Fix [bb52855781]: ttk treeview tests not robust against display scaling.fvogel2024-05-051-4/+4
| |/ / / / /
| * | | | | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-013-4/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-013-4/+4
| | |\ \ \ \ | | | |/ / /
| | * | | | Minor cosmetic improvements in ttkDefaultTheme.c.csaba2024-04-251-5/+5
| * | | | | Minor cosmetic improvements in ttkDefaultTheme.c.csaba2024-04-251-8/+8
| * | | | | Merge 8.7jan.nijtmans2024-03-252-12/+13
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix Ttk_CreateTagTable() signaturejan.nijtmans2024-03-232-3/+3
| | * | | | Allow more tags in ttk (when compiled against Tcl 9.0)jan.nijtmans2024-03-232-10/+11
| | * | | | Merge 8.6jan.nijtmans2024-03-152-8/+8
| | |\ \ \ \
| | * | | | | Better approach, using "Tk" prefix for UTF-32 versions of APIjan.nijtmans2024-03-141-12/+12
| * | | | | | Complement to the fix for [47d4f29159]: Ignored binding scripts for events wi...fvogel2024-03-152-8/+8
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge 8.7jan.nijtmans2024-03-071-2/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-2/+1
| * | | | | | Merge 8.7jan.nijtmans2024-02-191-4/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possiblejan.nijtmans2024-02-191-4/+0
| * | | | | | Merge 8.7jan.nijtmans2024-02-162-2/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Unneeded type-castjan.nijtmans2024-02-162-2/+2
| * | | | | | Merge 8.7jan.nijtmans2024-01-301-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Few TK_OPTION_ENUM_VAR fixesjan.nijtmans2024-01-301-1/+1
| | * | | | | Fix compiler warningjan.nijtmans2024-01-261-1/+1
| * | | | | | Minor compiler warning fixjan.nijtmans2024-01-301-1/+1
| * | | | | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree...jan.nijtmans2024-01-251-35/+35
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree...jan.nijtmans2024-01-251-35/+35
| * | | | | | Merge 8.7jan.nijtmans2024-01-251-5/+5
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-5/+5
| * | | | | | Merge 8.7. int -> TkAlignMode where appropriatejan.nijtmans2024-01-192-3/+3
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Put "flush" in the right alphabetic positionjan.nijtmans2024-01-182-3/+3
| * | | | | | Merge 8.7jan.nijtmans2024-01-135-10/+10
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Cherry-pick [47bcd4a0] (and a few more of the same)jan.nijtmans2024-01-135-10/+10
| * | | | | | Fix [a9e637f1c8]: ttk::treeview does not show partial bottom rowjan.nijtmans2024-01-061-0/+9
| |\ \ \ \ \ \ | | |/ / / / /