summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-11-235-24/+4
|\
| * Fix [https://core.tcl-lang.org/tcl/info/e653408972|e653408972]: autoconf warningjan.nijtmans2023-11-231-1/+1
| * Fix [22a4ad2a6e]: Aqua: let Core Graphics manage pixmap data memory. Patch fr...fvogel2023-11-222-16/+2
| |\
| | * Let this bugfix branch build and test at Github Actions for the macOS platform.fvogel2023-11-211-0/+1
| | * Fix [22a4ad2a6e]: Aqua: let Core Graphics manage pixmap data memory. Patch fr...fvogel2023-11-212-16/+2
| |/
* | NANOSVG pull request #249: Bug "else" missingoehhar2023-11-231-1/+1
* | TkpMakeWindow -> Tk_MakeWindow (2x)jan.nijtmans2023-11-172-2/+2
* | Merge 8.6jan.nijtmans2023-11-157-23/+25
|\ \ | |/
| * Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-11-152-12/+14
| |\
| | * Remove debug outputs.fvogel2023-11-151-6/+0
| | * Remove useless abs() in font-44.1fvogel2023-11-141-1/+1
| | * Reintroduce rounding in font-44.1fvogel2023-11-131-1/+1
| | * Forgot abs() in previous commit.fvogel2023-11-131-1/+1
| | * Switch to a floating point approach in font-44.1fvogel2023-11-121-2/+2
| | * merge core-8-6-branchfvogel2023-11-085-7/+126
| | |\
| | * | Add temporary debug output to font-44.1fvogel2023-11-081-0/+6
| | * | Pixel sizes in font-44.1 must match as integers, therefore round computations.fvogel2023-11-071-2/+2
| | * | Redo [f61a66d8].fvogel2023-11-063-0/+3
| | * | Make font-44.1 more independent of the actual font size available by still ch...fvogel2023-11-061-2/+3
| | * | Redo [4ac7d975].fvogel2023-11-061-1/+1
| | * | Redo [c306fdd1].fvogel2023-11-062-9/+10
| | * | merge core-8-6-branchfvogel2023-11-066-18/+22
| | |\ \
* | | | | Introduce TCL_ENCODING_PROFILE_TCL8, making the behavior of Tk independant on...jan.nijtmans2023-11-155-8/+9
* | | | | 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