summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warningjan.nijtmans2023-11-151-2/+2
* Merge-markjan.nijtmans2023-11-140-0/+0
|\
| * Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-136-19/+65
* | For now undo the changes related to -gripcount/-gripsize, slipped from trunk ...csaba2023-11-141-9/+12
* | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-146-32/+74
* | Eliminate unnecessary Tcl_Panic()jan.nijtmans2023-11-131-2/+3
* | Merge 8.6jan.nijtmans2023-11-131-0/+4
|\ \ | |/
| * Update README: Add links to Tk 8.7 and 9.0 developmentjan.nijtmans2023-11-131-0/+10
| * Backported the changes made in the branch bug-eedd2e078d to core-8-6-branch.csaba2023-11-126-61/+527
* | update READMEjan.nijtmans2023-11-121-3/+3
* | Split off new "core-8-branch" branch, for Tk 8.7 developmentjan.nijtmans2023-11-127-0/+7
* | 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-116-45/+548
|\ \
| * | Correct typo.fvogel2023-11-111-1/+1
| * | Extended the man page for ttk::notebook; updated ttkWinTheme.c and ttkWinXPTh...csaba2023-11-103-56/+70
| * | My previous checkin committed the wrong version of ttkNotebook.c -- corrected.csaba2023-11-091-18/+24
| * | A few more adjustments, mainly for the Windows themes.csaba2023-11-093-33/+27
| * | 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-053-0/+45
| * | Attempt to fix the bug [eedd2e078d] (ttk::notebook looks bad when tabs are po...csaba2023-11-055-44/+484
| * | Create new branch named "bug-eedd2e078d"csaba2023-11-050-0/+0
* | | Merge 8.6oehhar2023-11-101-0/+2
|\ \ \ | | |/ | |/|
| * | Add comment: /* Pert-Tk expects None and ControlMask to be a macro see ticket...oehhar2023-11-101-0/+2
* | | Merge 8.6jan.nijtmans2023-11-101-2/+2
|\ \ \ | |/ /
| * | Fix [593eb0227c]: X.h: define ControlMask and None as macros, even on Win32jan.nijtmans2023-11-101-0/+4
* | | 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
* | | Fix compiler warning when using Tcl 9.0 headers:jan.nijtmans2023-11-081-1/+1
* | | Merge 8.6jan.nijtmans2023-11-086-9/+10
|\ \ \ | |/ /
| * | Fix [7d849b95e9]: xft is disabled by default at Github Actions (CI runner)jan.nijtmans2023-11-081-2/+2
* | | sync rules.vc with Tcljan.nijtmans2023-11-081-0/+4
* | | Merge core-8-6-branchculler2023-11-074-5/+124
|\ \ \ | |/ /
| * | Fix [09a11fb1228f]: Aqua use-after-free can occur when a posted menu is destr...culler2023-11-074-5/+124
| |\ \
| | * | Trigger a CI build of this branch.culler2023-11-063-0/+3
| | * | Add non-regression test for the 'activate' caseculler2023-11-052-3/+103
| | * | Add a non-regression test for the invoke crash.culler2023-11-051-0/+15
| | * | Final fix for Aqua menu crashes.culler2023-11-052-5/+9
* | | | merge markfvogel2023-11-060-0/+0
|\ \ \ \ | |/ / /
| * | | Backout [6f485577] since it triggers an unexpected failure in the main branch.fvogel2023-11-062-11/+10
* | | | Backout [3f4e8a7f] since it triggers an unexpected failure in the main branch.fvogel2023-11-062-11/+10
* | | | Fix [499f8e3313]: AdjustStartEndRefs(): avoid undefined realloc() call. Patch...fvogel2023-11-061-4/+12
|\ \ \ \ | |/ / /
| * | | Fix [499f8e3313]: AdjustStartEndRefs(): avoid undefined realloc() call. Patch...fvogel2023-11-061-4/+12
| |\ \ \
| | * | | Fix [499f8e3313]: AdjustStartEndRefs(): avoid undefined realloc() call. Patch...fvogel2023-11-051-4/+12
| | |/ /
* | | | Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-11-052-10/+11
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-11-052-10/+11
| |\ \ | | |/ | |/|
| | * Let this bugfix branch build and test at Github Actions.fvogel2023-10-293-0/+3
| | * Backout useless [8271b8d2].fvogel2023-10-291-1/+1
| | * Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-10-292-9/+10
| |/
* | Changes related to ttk::notebook in Windows themes, due to limitations of the...csaba2023-11-053-12/+8
* | Fix [198376af5a]: When moving tab position to different edge of notebook tabs...fvogel2023-10-284-18/+47
|\ \ | |/