summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
| * Better: generate tktest.res from a separate tktest.rcjan.nijtmans2024-01-032-2/+87
| * Add rule to generate "tktest.res"jan.nijtmans2024-01-031-1/+2
| * Possible fix for [1ca3c8d9da]: nmake build with OPTS=staticjan.nijtmans2024-01-032-1/+62
* | Merge 8.6jan.nijtmans2024-01-031-1/+1
|\ \ | |/
| * AllocFont() -> InitFont() in comments. Stolen from "less_tests_constraints" b...jan.nijtmans2024-01-031-1/+1
| * .. but prevent code duplicationjan.nijtmans2024-01-031-1/+1
| * Fix 2 (minor) compiler warnings on Windowsjan.nijtmans2024-01-022-2/+3
* | (cherry-pick): Make sure that the zip-file is attached to tk87.dll for non-st...jan.nijtmans2023-12-221-5/+2
* | int -> Tcl_Size in menu handlingjan.nijtmans2023-12-221-19/+19
* | Provide variable-names in commentsjan.nijtmans2023-12-192-44/+44
* | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-182-17/+17
* | (internal) int -> Tcl_Sizejan.nijtmans2023-12-171-70/+71
* | Many more TCL_UNUSED() usagejan.nijtmans2023-12-151-313/+138
* | Make scrollCounter "unsigned long"jan.nijtmans2023-12-111-2/+2
* | White-spacingjan.nijtmans2023-12-111-1/+1
* | Merge implementation of TIP #684.marc_culler2023-12-111-69/+72
|\ \
| * | Fix Windows buildculler2023-11-281-2/+2
| * | Use the serial field of TouchpadScroll events as a counter.marc_culler2023-11-271-19/+26
| * | Fix backwards horizontal scrolling on Windows.culler2023-11-251-1/+1
| * | Switch from Control-MouseWheel to Extended-MouseWheel.marc_culler2023-11-241-5/+5
| * | Make touchpad scrolling work for Text widgets on Windows.culler2023-11-211-23/+30
| * | Restore low-res scrollwheel behavior; insert a placeholder for sending touchp...marc_culler2023-11-191-38/+32
| * | Use a more robust heuristic for deciding whether a WM_MOUSEWHEEL message is h...marc_culler2023-11-121-2/+18
| * | Clean up.marcc2023-11-111-2/+17
| * | Implement smooth scrolling for Windows.marcc2023-11-111-46/+10
* | | Merge 8.6jan.nijtmans2023-12-031-4/+12
|\ \ \ | | |/ | |/|
| * | Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-031-4/+12
| * | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-132-4/+26
| * | Backported the changes made in the branch bug-eedd2e078d to core-8-6-branch.csaba2023-11-122-7/+252
* | | TkpMakeWindow -> Tk_MakeWindow (2x)jan.nijtmans2023-11-171-1/+1
* | | Introduce TCL_ENCODING_PROFILE_TCL8, making the behavior of Tk independant on...jan.nijtmans2023-11-152-4/+4
* | | Fix compiler warningjan.nijtmans2023-11-151-2/+2
* | | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-142-4/+26
* | | Final adjustments in ttkWinTheme.c and ttkWinXPTheme.c, after corrections in ...csaba2023-11-122-1/+2
* | | Merged the branch bug-eedd2e078d into trunk.csaba2023-11-112-6/+264
|\ \ \
| * | | Extended the man page for ttk::notebook; updated ttkWinTheme.c and ttkWinXPTh...csaba2023-11-102-55/+30
| * | | A few more adjustments, mainly for the Windows themes.csaba2023-11-092-6/+6
| * | | ttkWinXPTheme.c: Made sure that no separating line appears any longer between...csaba2023-11-071-8/+12
| * | | Minor improvement: The function TabElementSize() now takes into account the t...csaba2023-11-051-0/+15
| * | | Attempt to fix the bug [eedd2e078d] (ttk::notebook looks bad when tabs are po...csaba2023-11-052-3/+267
| | |/ | |/|
* | | improve tkWinGDI.c: eliminate many usages of atoi/atol. Use Tcl_GetIntFromObj...jan.nijtmans2023-11-091-74/+96
* | | improve tkWinGDI.c, using objc/objv in stead of argc/argvjan.nijtmans2023-11-081-238/+226
* | | sync rules.vc with Tcljan.nijtmans2023-11-081-0/+4
|/ /
* | Made sure that a C++ compiler won't raise warnings related to the invocations...csaba2023-10-251-3/+2
* | Eliminate some clumsy type-castsjan.nijtmans2023-10-241-7/+6
* | Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-161-5/+4
|\ \ | |/
| * Propagate changes from the previous commit to plaftorms other than Linux. Thi...fvogel2023-10-151-5/+4
| * Missing !endif in makefile.vcjan.nijtmans2023-10-141-0/+1
| * Restore to rules.vc version 10, so we don't accidentally use Tcl 8.7/9.0 feat...jan.nijtmans2023-10-131-36/+3
* | Fix duplicate lines in rules.vcjan.nijtmans2023-10-131-3/+0