summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merged core-8-branch into trunk.csaba2024-07-312-16/+79
|\
| * Merged core-8-6-branch into core-8-branch.csaba2024-07-312-16/+79
| |\
| | * Proposed fix for ticket [0d48797195]: Ugly and inconsistent look of the focus...csaba2024-07-282-10/+79
| * | Backport fix for [7a17cfd1b5] from 9.0culler2024-07-311-1/+1
* | | Fix [7a17cfd1b5]: with windows hires scrolling, sign extension was causing de...culler2024-07-311-1/+1
* | | Fix [dd192d6f30]: Error in win/tkWinGDI.c introduced in [0a5475bfdbb600c8]. T...fvogel2024-07-301-3/+3
* | | Fix indentationapnadkarni2024-07-261-8/+8
* | | Fix crash - clipboard cleanup after main window destroyedapnadkarni2024-07-261-1/+9
* | | Ticket [2d3a81c0] MS-Win: segfault on menubutton destroy: merge fix branchoehhar2024-07-221-0/+2
|\ \ \ | |/ /
| * | Ticket [2d3a81c0] MS-Win: segfault on menubutton destroy: merge fix branchoehhar2024-07-221-0/+2
| |\ \ | | |/
| | * Comments changedoehhar2024-07-181-4/+0
| | * Ticket [2d3a81c0] menubutton destroy segfault: preserve menu pointer in tkWin...oehhar2024-07-181-0/+6
* | | Fix Tk_ObjCustomOption documentation. Fix some indentingjan.nijtmans2024-07-123-12/+12
|\ \ \ | |/ /
| * | Merge 8.7. Fix indentingjan.nijtmans2024-07-123-12/+12
| |\ \ | | |/
| | * Sync nmakehelp.c with Tcljan.nijtmans2024-06-261-22/+27
| | * Don't use -encoding "binary" any more in Tk. Backport some more formatting ch...jan.nijtmans2024-06-251-34/+31
* | | Merge 9.0. Streamline some indentingjan.nijtmans2024-06-3019-952/+947
|\ \ \
| * \ \ Don't use -encoding "binary" any more in Tkjan.nijtmans2024-06-241-5/+0
| |\ \ \ | | |/ /
| | * | Don't use -encoding "binary" any more in Tkjan.nijtmans2024-06-241-5/+0
| * | | TTK_STATE_USER1 -> TTK_STATE_FIRST in win/ttkWinXPTheme.c.csaba2024-06-191-1/+1
| |\ \ \ | | |/ /
| | * | TTK_STATE_USER1 -> TTK_STATE_FIRST in win/ttkWinXPTheme.c.csaba2024-06-191-1/+1
| * | | Merge 8.7jan.nijtmans2024-06-191-16/+21
| |\ \ \ | | |/ /
| | * | Add braces, indentingjan.nijtmans2024-06-181-16/+21
| * | | Merge 8.7jan.nijtmans2024-06-1715-925/+924
| |\ \ \ | | |/ /
| | * | Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-1716-929/+924
| * | | Change the -elementborderwidth default (for scrollbar) from -1 to {}. Move sa...jan.nijtmans2024-06-172-5/+1
* | | | Merge mainculler2024-06-151-15/+23
|\ \ \ \ | |/ / /
| * | | Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w...jan.nijtmans2024-06-141-7/+15
| |\ \ \ | | |/ /
| | * | Fix indentingjan.nijtmans2024-06-101-8/+8
| | * | Better solution for [4d0a6f32b7], which doesn't cache padX/padY/borderWidth/h...jan.nijtmans2024-06-101-7/+15
| * | | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-141-8/+8
| |\ \ \
| | * | | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-141-8/+8
| | |/ /
* | | | New branch: merges the crossing events fix (sans processevents) with cgimage ...culler2024-06-101-2/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Fix silly error.culler2024-05-251-2/+2
| * | | Deal with compiler warnings when building with mingw gcc on Windows.culler2024-05-241-6/+6
| * | | Remove leftover debugging code.fvogel2024-05-241-1/+0
| * | | Clean up.culler2024-05-231-2/+0
| * | | All event tests now pass on Windowsculler2024-05-221-8/+4
| * | | Only 9.13, 9.14. and 9.19 fail on windows. Debug output included.culler2024-05-211-0/+39
| | |/ | |/|
* | | b2 -> b3, as preparation for next releasejan.nijtmans2024-05-202-2/+2
* | | Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu...jan.nijtmans2024-05-201-4/+1
|\ \ \ | | |/ | |/|
| * | Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu...jan.nijtmans2024-05-201-4/+1
| |\ \
| | * | Fix [527cb3cd5d]. Moves special internal flags outside the user1-user6 rangejan.nijtmans2024-05-191-3/+0
| |/ /
* | | Merge 8.7 (left-over spacing)jan.nijtmans2024-05-111-1/+2
|\ \ \ | |/ /
| * | Merge 8.6 (left-over spacing)jan.nijtmans2024-05-111-1/+2
| |\ \ | | |/
| | * Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-112-3/+4
* | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini...jan.nijtmans2024-05-103-14/+6
|\ \ \ | |/ /
| * | Fix typo, revert unintended changejan.nijtmans2024-05-102-2/+2
| * | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-103-15/+7
| |\ \ | | |/
| | * More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ...jan.nijtmans2024-05-103-143/+231