summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Clean up.marcc2023-11-111-2/+17
| | * Implement smooth scrolling for Windows.marcc2023-11-111-46/+10
* | | Merge 8.7jan.nijtmans2023-12-031-4/+12
|\ \ \ | |/ /
| * | 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
* | | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP)jan.nijtmans2023-11-275-10/+10
* | | | Get rid of the "Dummy entry for stubs table backwards compatibility"jan.nijtmans2023-11-161-9/+0
* | | | Remove some (very old!) Image-related stuff, and unused stub entriesjan.nijtmans2023-11-163-9/+1
* | | | Give Ttk_GetOrientFromObj the signature it always should have had.jan.nijtmans2023-11-161-2/+2
* | | | Don't use TCL_ENCODING_STOPONERROR any more, it's TCL_ENCODING_PROFILE_STRICT...jan.nijtmans2023-11-152-5/+5
|\ \ \ \ | |/ / /
| * | | Introduce TCL_ENCODING_PROFILE_TCL8, making the behavior of Tk independant on...jan.nijtmans2023-11-152-4/+4
* | | | Merge 8.7. Remove a lot of dead codejan.nijtmans2023-11-151-2/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-132-4/+26
* | | | Prepare "trunk" for Tk 9.0 developmentjan.nijtmans2023-11-124-49/+31
|/ / /
* | | 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