| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu... | jan.nijtmans | 2024-05-20 | 6 | -55/+58 |
|\ |
|
| * | Merge 8.7core-bug-527cb3cd5d | jan.nijtmans | 2024-05-19 | 1 | -42/+42 |
| |\ |
|
| | * | ttk state implementation improvements. This gives 32 possible flags in stead ... | jan.nijtmans | 2024-05-19 | 1 | -42/+42 |
| | |\ |
|
| | | * | ttk state implementation improvements | jan.nijtmans | 2024-05-19 | 1 | -42/+42 |
|
|
| * | | | Fix [527cb3cd5d]. Moves special internal flags outside the user1-user6 range | jan.nijtmans | 2024-05-19 | 5 | -13/+16 |
| |/ / |
|
* | | | Document user1-user6, and make them usable in scripts. See [527cb3cd5d] | jan.nijtmans | 2024-05-17 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Document user1-user6, and make them usable in scripts | jan.nijtmans | 2024-05-17 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Make "user[0-6]" names match the TTK_STATE_USER[0-6] definitions | jan.nijtmans | 2024-05-17 | 1 | -3/+3 |
|
|
| * | | Merge 8.6 (whitespace-only) | jan.nijtmans | 2024-05-16 | 3 | -31/+31 |
| |\ \
| | |/ |
|
| | * | Resolve some compiler warnings on Windows. spacing cleanup | jan.nijtmans | 2024-05-16 | 3 | -33/+40 |
|
|
| | * | Code formatting, TCL_UNUSED() usage, all backported from 8.7. This makes it e... | jan.nijtmans | 2024-05-16 | 1 | -120/+194 |
|
|
* | | | Using the application's TkMainInfo struct for sharing the data of the trough'... | csaba | 2024-05-15 | 1 | -16/+25 |
|\ \ \
| |/ / |
|
| * | | Using the application's TkMainInfo struct for sharing the data of the trough'... | csaba | 2024-05-15 | 1 | -16/+25 |
|
|
* | | | Scaling-related improvements in the "classic" theme. | csaba | 2024-05-15 | 1 | -3/+4 |
|\ \ \
| |/ / |
|
| * | | Scaling-related improvements in the "classic" theme. | csaba | 2024-05-15 | 1 | -3/+4 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-05-13 | 1 | -6/+5 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6, which means some more Tk_GetPixelsFromObj() improvements | jan.nijtmans | 2024-05-13 | 2 | -10/+9 |
| |\ \
| | |/ |
|
| | * | Fix [bb52855781]: ttk treeview tests not robust against display scaling | jan.nijtmans | 2024-05-13 | 3 | -160/+174 |
| | |\ |
|
| | * | | Better way to set the borderwidth of two style elements of the "classic" them... | csaba | 2024-05-13 | 1 | -14/+14 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-05-13 | 2 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | selectborderwidth/insertwidth can take any "pixel" form as well | jan.nijtmans | 2024-05-13 | 1 | -3/+3 |
|
|
| * | | | -mintabwidth could be specified in any pixel form as well | jan.nijtmans | 2024-05-13 | 1 | -1/+1 |
|
|
| * | | | Better way to set the borderwidth of two style elements of the "classic" them... | csaba | 2024-05-13 | 1 | -20/+16 |
|
|
* | | | | Better way to set the borderwidth of two style elements of the "classic" them... | csaba | 2024-05-13 | 1 | -20/+16 |
| |_|/
|/| | |
|
* | | | merge trunk | fvogel | 2024-05-12 | 23 | -130/+142 |
|\ \ \ |
|
| * \ \ | Merge 8.7 (left-over spacing) | jan.nijtmans | 2024-05-11 | 1 | -0/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.6 (left-over spacing) | jan.nijtmans | 2024-05-11 | 1 | -0/+1 |
| | |\ \
| | | |/ |
|
| | | * | Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ... | jan.nijtmans | 2024-05-11 | 16 | -38/+44 |
|
|
| | | * | Backported the focus highlighting for the ttk::entry, ttk::combobox, and ttk:... | csaba | 2024-05-11 | 2 | -12/+160 |
|
|
| | | * | Backported most improvements related to the "classic" theme, submitted by Emi... | csaba | 2024-05-10 | 3 | -24/+75 |
|
|
| | * | | Code cleanup related mainly to the "classic" theme. | csaba | 2024-05-10 | 2 | -6/+9 |
|
|
| * | | | Code cleanup related mainly to the "classic" theme. | csaba | 2024-05-10 | 2 | -6/+9 |
|
|
| * | | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini... | jan.nijtmans | 2024-05-10 | 19 | -92/+50 |
| |\ \ \
| | |/ / |
|
| | * | | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s... | jan.nijtmans | 2024-05-10 | 19 | -92/+50 |
| | |\ \
| | | |/ |
|
| | | * | More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ... | jan.nijtmans | 2024-05-10 | 13 | -352/+450 |
|
|
| * | | | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be used | jan.nijtmans | 2024-05-09 | 4 | -15/+15 |
| |\ \ \
| | |/ / |
|
| | * | | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be used | jan.nijtmans | 2024-05-09 | 4 | -15/+15 |
|
|
| * | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use... | jan.nijtmans | 2024-05-09 | 1 | -2/+0 |
| |\ \ \
| | |/ / |
|
| * | | | (c) -> © | jan.nijtmans | 2024-05-09 | 4 | -3/+5 |
| |\ \ \
| | |/ / |
|
| | * | | (c) -> © | jan.nijtmans | 2024-05-09 | 3 | -3/+3 |
| | |\ \
| | | |/ |
|
| | * | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s... | csaba | 2024-05-09 | 2 | -17/+67 |
|
|
| * | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s... | csaba | 2024-05-09 | 2 | -17/+67 |
|
|
* | | | | Fix [bb52855781]: ttk treeview tests not robust against display scaling. | fvogel | 2024-05-05 | 1 | -4/+4 |
|/ / / |
|
* | | | Use Tcl_NewBooleanObj() where appropriate | jan.nijtmans | 2024-05-01 | 3 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Use Tcl_NewBooleanObj() where appropriate | jan.nijtmans | 2024-05-01 | 3 | -4/+4 |
| |\ \
| | |/ |
|
| | * | Fix for [e306996882]: a few issues related to the arrows in Ttk widgets (scal... | csaba | 2024-05-01 | 3 | -86/+330 |
|
|
| * | | Minor cosmetic improvements in ttkDefaultTheme.c. | csaba | 2024-04-25 | 1 | -5/+5 |
|
|
* | | | Minor cosmetic improvements in ttkDefaultTheme.c. | csaba | 2024-04-25 | 1 | -8/+8 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-03-25 | 2 | -12/+13 |
|\ \ \
| |/ / |
|
| * | | Fix Ttk_CreateTagTable() signature | jan.nijtmans | 2024-03-23 | 2 | -3/+3 |
|
|