summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore "$menu index" to return "none" for no index (for compatibility with T...jan.nijtmans2024-01-083-6/+9
* nanosvg #148 "Remove unnecessary parentheses" https://github.com/memononen/na...oehhar2024-01-081-2/+2
* nanosvg #252 "Fixed invalid memory read on single stop gradient" https://gith...oehhar2024-01-081-1/+2
* Merge 8.6jan.nijtmans2024-01-061-4/+2
|\
| * USE_WIDECHAR_API isn't used anywhere. Comment fixesjan.nijtmans2024-01-061-4/+2
* | Merge 8.6jan.nijtmans2024-01-063-5/+15
|\ \ | |/
| * Correction in documentation embedded in rules.vcfvogel2024-01-062-5/+6
| * Fix [a9e637f1c8]: ttk::treeview does not show partial bottom rowjan.nijtmans2024-01-051-3/+13
| |\
| | * Fix [a9e637f1c8]: ttk::treeview does not show partial bottom rowjan.nijtmans2023-12-261-3/+13
* | | Make the SUFX for nmake-builds the same as for Makefile builds, if TCL_VERSIO...jan.nijtmans2024-01-051-1/+1
* | | Correct "make dist" for removed buttons.bmp filejan.nijtmans2024-01-051-1/+1
* | | Remove buttons.bmp from makefile.vc toojan.nijtmans2024-01-052-1/+1
* | | remove buttons.bmp and lamp.bmp: those are not used anywhere any morejan.nijtmans2024-01-043-6/+0
* | | Fix [1ca3c8d9da]: nmake build with OPTS=static. Give tktest.exe a version-numberjan.nijtmans2024-01-046-18/+107
|\ \ \ | |/ /
| * | No need for separate tktest manifest: just re-use the one from wish. Give tkt...jan.nijtmans2024-01-042-10/+4
| * | Fix [1ca3c8d9da]: nmake build with OPTS=staticjan.nijtmans2024-01-041-1/+1
| * | Better: generate tktest.res from a separate tktest.rcjan.nijtmans2024-01-032-2/+87
| * | Add rule to generate "tktest.res"jan.nijtmans2024-01-031-1/+2
| * | "Check out" -> "CheckOut"jan.nijtmans2024-01-033-8/+8
| * | Test OPTS=static (without staticpkg) toojan.nijtmans2024-01-031-0/+1
| * | Possible fix for [1ca3c8d9da]: nmake build with OPTS=staticjan.nijtmans2024-01-032-1/+62
| * | try OPTS=static,staticpkg Windows buildjan.nijtmans2024-01-031-0/+1
* | | Merge 8.6jan.nijtmans2024-01-034-21/+21
|\ \ \ | |/ /
| * | AllocFont() -> InitFont() in comments. Stolen from "less_tests_constraints" b...jan.nijtmans2024-01-034-17/+17
| * | Fix [52df668390]: Measurement of control characters are wrong after measureme...jan.nijtmans2024-01-031-4/+4
| |\ \
| | * | Fix [52df668390]: Measurement of control characters are wrong after measureme...fvogel2023-12-301-4/+4
| | * | merge core-8-6-branchfvogel2023-12-1624-261/+160
| | |\ \
| | * | | Simplify expected result calculation for frame-2.15fvogel2023-12-101-5/+1
| | * | | Remove superfluous constraint 'x11' on tests having constraint 'haveDISPLAY' ...fvogel2023-12-101-2/+2
| | * | | unixFont.test - The font configured for the .b.l label which is used in many ...fvogel2023-11-261-4/+4
| | * | | Function AllocFont() became InitFont() in [1120dc4257] (Tk 8.1, in 1999!). Re...fvogel2023-11-264-17/+17
| | * | | Rename the 'injectkeyevent' aqua-specific test command to 'testinjectkeyevent'.fvogel2023-11-262-6/+6
| | * | | Rename the 'menubarheight' aqua-specific test command to 'testmenubarheight'.fvogel2023-11-263-6/+6
| | * | | Move definition of the 'movemouse' constraint, and rename it to 'testmovemous...fvogel2023-11-263-8/+8
| | * | | Sort test* constraint names alphabetically.fvogel2023-11-261-17/+17
| | * | | Factorize definition of the 'pressbutton' constraint, and rename it to 'testp...fvogel2023-11-266-23/+19
| | * | | Remove superfluous 'unix' constraint in font-4.9. Given what is tested here, ...fvogel2023-11-261-1/+1
| | * | | merge core-8-6-branchfvogel2023-11-265-22/+10
| | |\ \ \
| | * | | | Let branch less_tests_constraints build at Github Actions for all platforms.fvogel2023-11-173-0/+3
| | * | | | merge core-8-6-branchfvogel2023-11-1616-82/+731
| | |\ \ \ \
| | * \ \ \ \ merge core-8-6-branchfvogel2023-11-063-15/+22
| | |\ \ \ \ \
| | * \ \ \ \ \ merge core-8-6-branchfvogel2023-11-0511-37/+72
| | |\ \ \ \ \ \
| | * | | | | | | Remove 4 more 'failsOnUbuntu' constraints by checking exactly the pre-require...fvogel2023-11-022-5/+12
| | * | | | | | | Restore original behavior with the old font system (i.e. without Xft).fvogel2023-11-021-6/+7
| | * | | | | | | Enhance previous commit: Without Xft also, check availability of the required...fvogel2023-11-011-6/+4
| | * | | | | | | Let the constraints for unixFont-2.2, -2.3 and -2.4 be correctly computed wit...fvogel2023-11-011-11/+24
| | * | | | | | | Rename some constraints so that they more accurately reflect what is needed.fvogel2023-11-014-6/+6
| | * | | | | | | Remove 'haveTimes12Font' constraint by rewriting the only test using it in su...fvogel2023-11-012-6/+4
| | * | | | | | | Remove constraint 'withoutXft' from font-21.6 by applying the same font check...fvogel2023-11-011-3/+7
| | * | | | | | | font.test - Constrain some tests with 'haveTimesFamilyFont', which is an even...fvogel2023-11-012-3/+18