summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-072-2/+2
* Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-1/+1
* Merge 8.6jan.nijtmans2024-01-061-4/+2
|\
| * USE_WIDECHAR_API isn't used anywhere. Comment fixesjan.nijtmans2024-01-061-4/+2
* | Merge 8.6jan.nijtmans2024-01-062-5/+6
|\ \ | |/
| * Correction in documentation embedded in rules.vcfvogel2024-01-062-5/+6
* | Make the SUFX for nmake-builds the same as for Makefile builds, if TCL_VERSIO...jan.nijtmans2024-01-051-1/+1
* | Remove buttons.bmp from makefile.vc toojan.nijtmans2024-01-051-1/+0
* | remove buttons.bmp and lamp.bmp: those are not used anywhere any morejan.nijtmans2024-01-043-6/+0
* | Fix [1ca3c8d9da]: nmake build with OPTS=static. Give tktest.exe a version-numberjan.nijtmans2024-01-043-3/+91
|\ \ | |/
| * No need for separate tktest manifest: just re-use the one from wish. Give tkt...jan.nijtmans2024-01-042-10/+4
| * Fix [1ca3c8d9da]: nmake build with OPTS=staticjan.nijtmans2024-01-041-1/+1
| * 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