summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up handling of Apple FourCC Creator Codes - many thanks to Christopher ...marc_culler2023-12-032-173/+25
* Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-034-28/+41
* http -> https (see [b54a9193f6])jan.nijtmans2023-12-011-1/+1
* Fix [900f23c6a8]: Potential problem in PNG parserjan.nijtmans2023-11-281-1/+1
* Fix [52d83f67eb]: TkDestroyMenu(): outdated commentfvogel2023-11-251-5/+4
* Fix [9c098a90e6]: macOS Aqua : crash in setMarkedText. Patch from Christopher...fvogel2023-11-251-0/+3
* 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
|/
* 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
| |\ \
* | | | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-136-19/+65
* | | | 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
* | | | Add comment: /* Pert-Tk expects None and ControlMask to be a macro see ticket...oehhar2023-11-101-0/+2
* | | | Fix [593eb0227c]: X.h: define ControlMask and None as macros, even on Win32jan.nijtmans2023-11-101-0/+4
| |_|/ |/| |
* | | Fix [7d849b95e9]: xft is disabled by default at Github Actions (CI runner)jan.nijtmans2023-11-081-2/+2
* | | 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
* | | Backout [6f485577] 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-051-4/+12
| |/ /
* | | 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
|/
* Fix [198376af5a]: When moving tab position to different edge of notebook tabs...fvogel2023-10-284-19/+48
|\
| * Move TtkBoxEqual() from ttkTheme.h to ttkThemeInt.hfvogel2023-10-283-3/+3
| * Ttk_BoxEqual has no need to be in the TTKAPI, let's limit its scope (--> TtkB...fvogel2023-10-283-3/+4
| * Let this bugfix branch build and test at Github Actions.fvogel2023-10-213-0/+3
| * Make test notebook-198376af5a pass on macOS aqua. On this platform, the defau...fvogel2023-10-211-1/+1
| * Refine the fix, avoid endless calls to NotebookDoLayout() on macOS aqua.fvogel2023-10-213-4/+13
| * Simplify and robustify test notebook-198376af5a.fvogel2023-10-211-3/+2
| * Remove abbreviation.fvogel2023-10-211-1/+1