summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove warnings when DEBUG_FONTSEL is defined. Commits like [6c1859a0] seem t...fvogel2023-10-291-3/+4
* Fix typofvogel2023-10-281-1/+1
* Remove obsolete comment. Patch #971980 actually is implemented (this is TIP#2...fvogel2023-10-281-3/+0
* font.test - Remove all 'failsOnUbuntu' constraints, Ubuntu has nothing to do ...fvogel2023-10-282-7/+8
* Backout [36cf234a], I was just wrong! Thanks Csaba!fvogel2023-10-232-0/+158
* Missing removal of noExceed constraints in previous commit.fvogel2023-10-221-4/+4
* Eradicate constraint noExceed. This was originally introduced in [73e913a6] w...fvogel2023-10-224-14/+12
* Remove library/ttk/fonts.tcl. This is dead code since the implementation of T...fvogel2023-10-222-158/+0
* 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
| * Fix [d96974d99d]: Functions passed to Tcl_EventuallyFree() must be declared/d...jan.nijtmans2023-10-1110-43/+42
| |\
| | * Do away with all those type-casts. Compatibility with 9.0 is still no issuejan.nijtmans2023-10-1112-55/+44
| | * Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0jan.nijtmans2023-10-1012-21/+22
| * | Fix [9675dd5916]: tkOldConfig.c incorrectly uses ckfree() when freeProc == fr...jan.nijtmans2023-10-112-12/+3
| |/
| * Update win/rules.vcjan.nijtmans2023-10-091-0/+4
* | unixWm.test - Let unixWm-51.7 pass on Debian 11 by processing events while wa...fvogel2023-10-171-0/+1
* | Restore 6 'failsOnXQuarz' constraints. These tests fail at Github Actions for...fvogel2023-10-161-6/+6
* | Remove 8 'failsOnXQuarz' constraints since these tests do not actually fail o...fvogel2023-10-151-8/+8
* | unixWm.test - Let unixWm-50.2 pass on Debian 11 by reading the manual (which ...fvogel2023-10-151-1/+1
* | Cherrypick [8215b8356a]: Backout previous commit. In fact unixWM-45.2 and uni...fvogel2023-10-151-2/+2
* | Cherrypick [93f53f4aec]: Restore the failsOnXQuarz constraint on unixWM-45.2 ...fvogel2023-10-151-2/+2
* | unixWm.test - Let unixWm-45.2 and -45.4 pass on Linux by cherrypicking [b4ae3...fvogel2023-10-154-18/+15
* | unixWm.test - Let unixWm-44.7 and -44.8 pass on Debian 11 by reading the manu...fvogel2023-10-141-2/+2
* | unixWm.test - Let unixWm-4.1, -4.2 and -4.3 pass on Debian 11 by processing e...fvogel2023-10-141-6/+2
* | wm-stackorder-5.2 really fails on XQuartz (this seems to be an implementation...fvogel2023-10-081-1/+1
* | wm.test - Let wm-stackorder-5.2 and wm-stackorder-5.3 pass on Debian 11 by re...fvogel2023-10-081-5/+5
* | Let branch less_tests_constraints build at Github Actions for all platforms.fvogel2023-10-083-0/+3
* | merge core-8-6-branchfvogel2023-10-08125-1448/+1936
|\ \ | |/
| * Update win/rules.vcjan.nijtmans2023-09-111-13/+32
| * Fix [https://core.tcl-lang.org/tcl/info/d3465c9188|d3465c9188]: Update instal...jan.nijtmans2023-09-072-8/+4
| * Fix [https://core.tcl-lang.org/tcl/info/d3465c9188|d3465c9188]: Update instal...jan.nijtmans2023-09-052-8/+35
| * Fix [1c61885796]: _Bug9e31fd9449 is a reserved identifierjan.nijtmans2023-09-041-1/+1
| * actions/checkout @v3 -> @v4jan.nijtmans2023-09-043-11/+11
| * Fix [d2396a9f1b]: [send] with options returns weird strings on X11jan.nijtmans2023-09-042-2/+2
| * typojan.nijtmans2023-09-041-1/+1
| * Add a test that will crash on Tk 8.7, due to bug [14a9b62e1d].sbron2023-09-041-0/+8
| * Put back tiny optimization removed [76de1e42|here]jan.nijtmans2023-09-041-2/+51
| * Fix [4468ed16d3]: Iconlist: do not use options database for initial foregroun...fvogel2023-09-031-7/+2
| |\