summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge 8.6jan.nijtmans2024-01-061-4/+2
| |\ \ | | |/
| | * USE_WIDECHAR_API isn't used anywhere. Comment fixesjan.nijtmans2024-01-061-4/+2
* | | Fix [a9e637f1c8]: ttk::treeview does not show partial bottom rowjan.nijtmans2024-01-062-5/+6
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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 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
|\ \ \ | |/ /
| * | 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 testtest.exe a version-n...jan.nijtmans2024-01-043-3/+91
|\ \ \ | |/ /
| * | 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
* | | Fix [52df668390]: Measurement of control characters are wrong after measureme...jan.nijtmans2024-01-031-1/+1
|\ \ \ | |/ /
| * | 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
* | | Merge 8.7jan.nijtmans2023-12-221-19/+19
|\ \ \ | |/ /
| * | (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
* | | Make sure that the zip-file is attached to tcl9tk90.dll for non-static builds...jan.nijtmans2023-12-221-5/+2
* | | Ticket [0de707ab06]: Add explanation of the solution provided on the core lis...oehhar2023-12-201-0/+18
* | | Merge 8.7jan.nijtmans2023-12-192-44/+44
|\ \ \ | |/ /
| * | Provide variable-names in commentsjan.nijtmans2023-12-192-44/+44
* | | Merge 8.7jan.nijtmans2023-12-182-17/+17
|\ \ \ | |/ /
| * | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-182-17/+17
* | | Merge 8.7jan.nijtmans2023-12-181-70/+71
|\ \ \ | |/ /
| * | (internal) int -> Tcl_Sizejan.nijtmans2023-12-171-70/+71
* | | Merge 8.7jan.nijtmans2023-12-161-313/+138
|\ \ \ | |/ /
| * | Many more TCL_UNUSED() usagejan.nijtmans2023-12-151-313/+138
* | | Fix for [0de707ab06]: Problem in tk9 static build under windowsjan.nijtmans2023-12-121-0/+1
* | | Merge 8.7jan.nijtmans2023-12-121-1/+1
|\ \ \ | |/ /
| * | Make scrollCounter "unsigned long"jan.nijtmans2023-12-111-2/+2
* | | Merge 8.7jan.nijtmans2023-12-111-2/+2
|\ \ \ | |/ /
| * | White-spacingjan.nijtmans2023-12-111-1/+1
* | | Merge implementation of TIP #684 from core-8-branch.marc_culler2023-12-111-69/+72
|\ \ \ | |/ /
| * | 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