summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Scrolling-related improvements in the documentation.csaba2024-01-094-5/+8
|
* Make TK_NO_DEPRECATED=1 test-cases work with Tcl 8.6 too.jan.nijtmans2024-01-091-1/+1
|
* Make TK_NO_DEPRECATED=1 test-cases workjan.nijtmans2024-01-091-1/+1
|
* Merge 8.6. "parenright" -> ")" (simply since we can ....)jan.nijtmans2024-01-082-2/+2
|\
| * typojan.nijtmans2024-01-081-1/+1
| |
* | Restore "$menu index" to return "none" for no index (for compatibility with ↵jan.nijtmans2024-01-083-6/+9
| | | | | | | | Tk 8.6)
* | nanosvg #148 "Remove unnecessary parentheses" ↵oehhar2024-01-081-2/+2
| | | | | | | | https://github.com/memononen/nanosvg/commit/93ce879dc4c04a3ef1758428ec80083c38610b1f
* | nanosvg #252 "Fixed invalid memory read on single stop gradient" ↵oehhar2024-01-081-1/+2
| | | | | | | | https://github.com/memononen/nanosvg/commit/55b64b5070f937ddb65a8dc5985f9948d3c52d37
* | 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 ↵jan.nijtmans2024-01-051-1/+1
| | | | | | | | | | | | TCL_VERSION > 86
* | | 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 ↵jan.nijtmans2024-01-042-10/+4
| | | | | | | | | | | | tktest.exe a version-number
| * | 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" ↵jan.nijtmans2024-01-034-17/+17
| | | | | | | | | | | | branch
| * | Fix [52df668390]: Measurement of control characters are wrong after ↵jan.nijtmans2024-01-031-4/+4
| |\ \ | | | | | | | | | | | | measurement of characters that cannot be displayed by the given font
| | * | Fix [52df668390]: Measurement of control characters are wrong after ↵fvogel2023-12-301-4/+4
| | | | | | | | | | | | | | | | measurement of characters that cannot be displayed by the given font.
| | * | 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
| | | | | | | | | | | | | | | | | | | | since the latter already includes the former.
| | * | | unixFont.test - The font configured for the .b.l label which is used in many ↵fvogel2023-11-261-4/+4
| | | | | | | | | | | | | | | | | | | | tests must be a fixed-width font. With Xft, this is not the case of the font that gets allocated when requesting 'fixed'. Use TkFixedFont instead, which really has -fixed 1 in its font metrics. The 'failsOnUbuntu' constraint can then be removed from tests unixFont-5.8, -5.9 and -5.12 (they now pass on Linux with or without Xft, and under Xvfb or not).
| | * | | Function AllocFont() became InitFont() in [1120dc4257] (Tk 8.1, in 1999!). ↵fvogel2023-11-264-17/+17
| | | | | | | | | | | | | | | | | | | | Remove references to the old name.
| | * | | 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 ↵fvogel2023-11-263-8/+8
| | | | | | | | | | | | | | | | | | | | 'testmovemouse' (to conform to other test constraint names on platforms other than macOS aqua).
| | * | | Sort test* constraint names alphabetically.fvogel2023-11-261-17/+17
| | | | |
| | * | | Factorize definition of the 'pressbutton' constraint, and rename it to ↵fvogel2023-11-266-23/+19
| | | | | | | | | | | | | | | | | | | | 'testpressbutton' (to conform to other test constraint names on platforms other than macOS aqua).
| | * | | Remove superfluous 'unix' constraint in font-4.9. Given what is tested here, ↵fvogel2023-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | the 'haveTimesFamilyFont' constraint is enough.
| | * | | 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 ↵fvogel2023-11-022-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pre-requirement for tests unixFont-1.2 and -2.[689].
| | * | | | | | | 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 ↵fvogel2023-11-011-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | required font.