summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2020-09-16132-1366/+1528
|\
| * Run more Travis tests in focal in stead of bionicjan.nijtmans2020-09-161-5/+8
| |\
| | * Merge-markjan.nijtmans2020-09-160-0/+0
| | |\
| | | * (cherry-pick): Require Tcltest 2.2 as a miminum. Run X11 testcases on Travis ...jan.nijtmans2020-09-16101-465/+501
| * | | Since 'underline' is an int in TkMenuEntry (tkMenu.h), it (still) should be a...jan.nijtmans2020-09-161-1/+2
| * | | Fix [53d03e8f3a]: --disable-shared build against Tcl 9 failsjan.nijtmans2020-09-152-15/+7
| |\ \ \
| | * | | My fixes for build fails against Tcl 9 headers.dgp2020-09-152-15/+9
| |/ / /
| * | | Fix the build of Tk trunk against Tcl trunk.fvogel2020-09-152-4/+3
| * | | tkimgscgnano: removed "origin Androwish" in comment. This is incomplete and n...oehhar2020-09-151-2/+1
| * | | Merge 8.6jan.nijtmans2020-09-1538-53/+98
| |\ \ \ | | |/ /
| | * | Require Tcltest 2.2 as a miminum.jan.nijtmans2020-09-1538-78/+123
| | |\ \
| | | * | In xvfb-run, don't try to query the terminal width, because we don't have onejan.nijtmans2020-09-111-11/+2
| | | * | Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use itjan.nijtmans2020-09-1042-282/+305
| | | |\ \
| | | * | | Add helper xvfb-run scriptjan.nijtmans2020-09-101-0/+191
| | | * | | Merge 8.6. Xvfb tweaksjan.nijtmans2020-09-0923-466/+471
| | | |\ \ \
| | | * \ \ \ Merge 8.6jan.nijtmans2020-09-085-15/+23
| | | |\ \ \ \
| | | * \ \ \ \ Merge 8.6jan.nijtmans2020-09-083-5/+25
| | | |\ \ \ \ \
| | | * | | | | | Let's try to run GUI testcases on X11 (Xenial/Bionic/Focal/MacOS)jan.nijtmans2020-09-081-5/+27
| * | | | | | | | Merge 8.6jan.nijtmans2020-09-1512-88/+42
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-1512-299/+278
| * | | | | | | | Merge 8.6jan.nijtmans2020-09-142-0/+10
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Extend .gitattributes and .fossil-settings/encoding-glob for file types .bmp,...jan.nijtmans2020-09-142-0/+10
| * | | | | | | | Merge 8.6marc_culler2020-09-142-16/+20
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fix [71e18c5c0a]: Aqua invalid selector crash when switching between normal a...marc_culler2020-09-142-16/+20
| * | | | | | | | Merge 8.6jan.nijtmans2020-09-149-60/+59
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-1411-95/+101
| * | | | | | | | Merge 8.6jan.nijtmans2020-09-142-2/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Missing quotes in test-casesjan.nijtmans2020-09-142-2/+2
| * | | | | | | | Merge 8.6jan.nijtmans2020-09-1414-21/+21
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning 'no...jan.nijtmans2020-09-1415-23/+23
| * | | | | | | | Correct tksvg comment origin to AndroWish, add CHW as contributor. The aurioc...oehhar2020-09-141-1/+2
| * | | | | | | | Correct test numberoehhar2020-09-141-1/+1
| * | | | | | | | image photo svg: add a test for an image without any of "width", "height" an...oehhar2020-09-141-0/+15
| * | | | | | | | Merge 8.6marc_culler2020-09-121-2/+14
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Adjust comment styling.marc_culler2020-09-121-4/+10
| | * | | | | | | Apply patch from Christopher Chavez to address UBSan warnings about alignment...marc_culler2020-09-121-2/+8
| * | | | | | | | Merge 8.6marc_culler2020-09-121-3/+59
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Add a disclosure triangle that works in Big Surmarc_culler2020-09-121-3/+59
| * | | | | | | | Merge 8.6jan.nijtmans2020-09-119-11/+16
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-119-27/+29
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge trunkjan.nijtmans2020-09-104-65/+37
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | More usages for TKFLEXARRAYjan.nijtmans2020-09-105-11/+11
| | | * | | | | | | | Merge trunk. Introduce TKFLEXARRAY, since this usage is a GNU extension (late...jan.nijtmans2020-09-1024-155/+154
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Attempt to fix [3bc0f44ef3]: UBSan complains about body.chars[] usage. jan.nijtmans2020-09-091-1/+1
| * | | | | | | | | | | Fix [ab1feaea9c]: Aqua initialization issuesmarc_culler2020-09-103-47/+79
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | / / / / / / / | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Fix [ab1feaea9c]: Aqua initialization issuesmarc_culler2020-09-103-47/+79
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | | * | | | | | | | Also fix [3762a0a944] using the suggestion in the ticket from Christopher Cha...marc_culler2020-09-091-1/+1
| | | * | | | | | | | Fix [ab1feaea9c]: Aqua initialization issues exposed by Scid vs Mac.marc_culler2020-09-093-46/+78
| * | | | | | | | | | Merge 8.6jan.nijtmans2020-09-106-74/+46
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | / / / / / / | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-106-202/+193
| | |/ / / / / / /