| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged core-8-branch into trunk. | csaba | 2024-07-31 | 2 | -16/+79 |
|\ |
|
| * | Merged core-8-6-branch into core-8-branch. | csaba | 2024-07-31 | 2 | -16/+79 |
| |\ |
|
| | * | Proposed fix for ticket [0d48797195]: Ugly and inconsistent look of the focus... | csaba | 2024-07-28 | 2 | -10/+79 |
|
|
| * | | Backport fix for [7a17cfd1b5] from 9.0 | culler | 2024-07-31 | 1 | -1/+1 |
|
|
* | | | Fix [7a17cfd1b5]: with windows hires scrolling, sign extension was causing de... | culler | 2024-07-31 | 1 | -1/+1 |
|
|
* | | | Fix [dd192d6f30]: Error in win/tkWinGDI.c introduced in [0a5475bfdbb600c8]. T... | fvogel | 2024-07-30 | 1 | -3/+3 |
|
|
* | | | Fix indentation | apnadkarni | 2024-07-26 | 1 | -8/+8 |
|
|
* | | | Fix crash - clipboard cleanup after main window destroyed | apnadkarni | 2024-07-26 | 1 | -1/+9 |
|
|
* | | | Ticket [2d3a81c0] MS-Win: segfault on menubutton destroy: merge fix branch | oehhar | 2024-07-22 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Ticket [2d3a81c0] MS-Win: segfault on menubutton destroy: merge fix branch | oehhar | 2024-07-22 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Comments changed | oehhar | 2024-07-18 | 1 | -4/+0 |
|
|
| | * | Ticket [2d3a81c0] menubutton destroy segfault: preserve menu pointer in tkWin... | oehhar | 2024-07-18 | 1 | -0/+6 |
|
|
* | | | Fix Tk_ObjCustomOption documentation. Fix some indenting | jan.nijtmans | 2024-07-12 | 3 | -12/+12 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7. Fix indenting | jan.nijtmans | 2024-07-12 | 3 | -12/+12 |
| |\ \
| | |/ |
|
| | * | Sync nmakehelp.c with Tcl | jan.nijtmans | 2024-06-26 | 1 | -22/+27 |
|
|
| | * | Don't use -encoding "binary" any more in Tk. Backport some more formatting ch... | jan.nijtmans | 2024-06-25 | 1 | -34/+31 |
|
|
* | | | Merge 9.0. Streamline some indenting | jan.nijtmans | 2024-06-30 | 19 | -952/+947 |
|\ \ \ |
|
| * \ \ | Don't use -encoding "binary" any more in Tk | jan.nijtmans | 2024-06-24 | 1 | -5/+0 |
| |\ \ \
| | |/ / |
|
| | * | | Don't use -encoding "binary" any more in Tk | jan.nijtmans | 2024-06-24 | 1 | -5/+0 |
|
|
| * | | | TTK_STATE_USER1 -> TTK_STATE_FIRST in win/ttkWinXPTheme.c. | csaba | 2024-06-19 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | TTK_STATE_USER1 -> TTK_STATE_FIRST in win/ttkWinXPTheme.c. | csaba | 2024-06-19 | 1 | -1/+1 |
|
|
| * | | | Merge 8.7 | jan.nijtmans | 2024-06-19 | 1 | -16/+21 |
| |\ \ \
| | |/ / |
|
| | * | | Add braces, indenting | jan.nijtmans | 2024-06-18 | 1 | -16/+21 |
|
|
| * | | | Merge 8.7 | jan.nijtmans | 2024-06-17 | 15 | -925/+924 |
| |\ \ \
| | |/ / |
|
| | * | | Move scrollbar sanity checks from platform-code to generic. Fix indenting in ... | jan.nijtmans | 2024-06-17 | 16 | -929/+924 |
|
|
| * | | | Change the -elementborderwidth default (for scrollbar) from -1 to {}. Move sa... | jan.nijtmans | 2024-06-17 | 2 | -5/+1 |
|
|
* | | | | Merge main | culler | 2024-06-15 | 1 | -15/+23 |
|\ \ \ \
| |/ / / |
|
| * | | | Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w... | jan.nijtmans | 2024-06-14 | 1 | -7/+15 |
| |\ \ \
| | |/ / |
|
| | * | | Fix indenting | jan.nijtmans | 2024-06-10 | 1 | -8/+8 |
|
|
| | * | | Better solution for [4d0a6f32b7], which doesn't cache padX/padY/borderWidth/h... | jan.nijtmans | 2024-06-10 | 1 | -7/+15 |
|
|
| * | | | Add quotes to the "processing * option" error-messages, for consistancy. Some... | jan.nijtmans | 2024-06-14 | 1 | -8/+8 |
| |\ \ \ |
|
| | * | | | Add quotes to the "processing * option" error-messages, for consistancy. Some... | jan.nijtmans | 2024-06-14 | 1 | -8/+8 |
| | |/ / |
|
* | | | | New branch: merges the crossing events fix (sans processevents) with cgimage ... | culler | 2024-06-10 | 1 | -2/+34 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix silly error. | culler | 2024-05-25 | 1 | -2/+2 |
|
|
| * | | | Deal with compiler warnings when building with mingw gcc on Windows. | culler | 2024-05-24 | 1 | -6/+6 |
|
|
| * | | | Remove leftover debugging code. | fvogel | 2024-05-24 | 1 | -1/+0 |
|
|
| * | | | Clean up. | culler | 2024-05-23 | 1 | -2/+0 |
|
|
| * | | | All event tests now pass on Windows | culler | 2024-05-22 | 1 | -8/+4 |
|
|
| * | | | Only 9.13, 9.14. and 9.19 fail on windows. Debug output included. | culler | 2024-05-21 | 1 | -0/+39 |
| | |/
| |/| |
|
* | | | b2 -> b3, as preparation for next release | jan.nijtmans | 2024-05-20 | 2 | -2/+2 |
|
|
* | | | Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu... | jan.nijtmans | 2024-05-20 | 1 | -4/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu... | jan.nijtmans | 2024-05-20 | 1 | -4/+1 |
| |\ \ |
|
| | * | | Fix [527cb3cd5d]. Moves special internal flags outside the user1-user6 range | jan.nijtmans | 2024-05-19 | 1 | -3/+0 |
| |/ / |
|
* | | | Merge 8.7 (left-over spacing) | jan.nijtmans | 2024-05-11 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 (left-over spacing) | jan.nijtmans | 2024-05-11 | 1 | -1/+2 |
| |\ \
| | |/ |
|
| | * | Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ... | jan.nijtmans | 2024-05-11 | 2 | -3/+4 |
|
|
* | | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini... | jan.nijtmans | 2024-05-10 | 3 | -14/+6 |
|\ \ \
| |/ / |
|
| * | | Fix typo, revert unintended change | jan.nijtmans | 2024-05-10 | 2 | -2/+2 |
|
|
| * | | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s... | jan.nijtmans | 2024-05-10 | 3 | -15/+7 |
| |\ \
| | |/ |
|
| | * | More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ... | jan.nijtmans | 2024-05-10 | 3 | -143/+231 |
|
|