summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | | 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
|\ \ \ | |/ /
| * | 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
| * Fix [198376af5a]: When moving tab position to different edge of notebook tabs...fvogel2023-10-211-16/+21
| * Add test notebook-198376af5a demonstrating bug [198376af5a].fvogel2023-10-211-0/+15
* | Fix [bb8041c239]: Call legacy Tk_ImageCreateProc using correct function point...fvogel2023-10-281-2/+11
* | Fix [84fe25065c]: Call non-legacy Tk_ImageStringWriteProc using correct funct...fvogel2023-10-281-3/+2
|/
* merge less_tests_constraints: no more failures on Linux Debian 11 for unixWm....fvogel2023-10-202-15/+12
|\
| * merge core-8-6-branchfvogel2023-10-1819-332/+292
| |\ | |/ |/|
* | Implement applicationSupportsSecureRestorableState for Sonoma security warnin...Kevin Walzer2023-10-181-0/+10
* | Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-164-18/+15
|\ \
| * | Backout previous commit. In fact unixWM-45.2 and unixWm-45.4 do pass on XQuar...fvogel2023-10-151-2/+2
| * | Restore the failsOnXQuarz constraint on unixWM-45.2 and unixWm-45.4 since on ...fvogel2023-10-151-2/+2
| * | Propagate changes from the previous commit to plaftorms other than Linux. Thi...fvogel2023-10-152-10/+8
| * | Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-152-8/+7
|/ /
* | Missing !endif in makefile.vcjan.nijtmans2023-10-141-0/+1
* | Fix broken commit [6659c39e]. See [4c6c553d5a]: tkBind.c: error: conflicting ...jan.nijtmans2023-10-131-7/+6
* | Restore to rules.vc version 10, so we don't accidentally use Tcl 8.7/9.0 feat...jan.nijtmans2023-10-131-36/+3
* | Fix [74bfd42098]: tkBind.c: error: unknown type name 'Tcl_Size'jan.nijtmans2023-10-131-7/+7
* | Fix [04d3e5ea8e]: Ttk_Use(): do not call functions through pointers to incorr...jan.nijtmans2023-10-121-3/+13
* | Make somewhat more C++-compatible (backported from 8.7)jan.nijtmans2023-10-126-226/+233
* | Missed one simplificationjan.nijtmans2023-10-112-30/+2