Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scrolling-related improvements in the documentation. | csaba | 2024-01-09 | 4 | -5/+8 |
| | |||||
* | Make TK_NO_DEPRECATED=1 test-cases work with Tcl 8.6 too. | jan.nijtmans | 2024-01-09 | 1 | -1/+1 |
| | |||||
* | Make TK_NO_DEPRECATED=1 test-cases work | jan.nijtmans | 2024-01-09 | 1 | -1/+1 |
| | |||||
* | Merge 8.6. "parenright" -> ")" (simply since we can ....) | jan.nijtmans | 2024-01-08 | 2 | -2/+2 |
|\ | |||||
| * | typo | jan.nijtmans | 2024-01-08 | 1 | -1/+1 |
| | | |||||
* | | Restore "$menu index" to return "none" for no index (for compatibility with ↵ | jan.nijtmans | 2024-01-08 | 3 | -6/+9 |
| | | | | | | | | Tk 8.6) | ||||
* | | nanosvg #148 "Remove unnecessary parentheses" ↵ | oehhar | 2024-01-08 | 1 | -2/+2 |
| | | | | | | | | https://github.com/memononen/nanosvg/commit/93ce879dc4c04a3ef1758428ec80083c38610b1f | ||||
* | | nanosvg #252 "Fixed invalid memory read on single stop gradient" ↵ | oehhar | 2024-01-08 | 1 | -1/+2 |
| | | | | | | | | https://github.com/memononen/nanosvg/commit/55b64b5070f937ddb65a8dc5985f9948d3c52d37 | ||||
* | | Merge 8.6 | jan.nijtmans | 2024-01-06 | 1 | -4/+2 |
|\ \ | |/ | |||||
| * | USE_WIDECHAR_API isn't used anywhere. Comment fixes | jan.nijtmans | 2024-01-06 | 1 | -4/+2 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2024-01-06 | 3 | -5/+15 |
|\ \ | |/ | |||||
| * | Correction in documentation embedded in rules.vc | fvogel | 2024-01-06 | 2 | -5/+6 |
| | | |||||
| * | Fix [a9e637f1c8]: ttk::treeview does not show partial bottom row | jan.nijtmans | 2024-01-05 | 1 | -3/+13 |
| |\ | |||||
| | * | Fix [a9e637f1c8]: ttk::treeview does not show partial bottom row | jan.nijtmans | 2023-12-26 | 1 | -3/+13 |
| | | | |||||
* | | | Make the SUFX for nmake-builds the same as for Makefile builds, if ↵ | jan.nijtmans | 2024-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | TCL_VERSION > 86 | ||||
* | | | Correct "make dist" for removed buttons.bmp file | jan.nijtmans | 2024-01-05 | 1 | -1/+1 |
| | | | |||||
* | | | Remove buttons.bmp from makefile.vc too | jan.nijtmans | 2024-01-05 | 2 | -1/+1 |
| | | | |||||
* | | | remove buttons.bmp and lamp.bmp: those are not used anywhere any more | jan.nijtmans | 2024-01-04 | 3 | -6/+0 |
| | | | |||||
* | | | Fix [1ca3c8d9da]: nmake build with OPTS=static. Give tktest.exe a version-number | jan.nijtmans | 2024-01-04 | 6 | -18/+107 |
|\ \ \ | |/ / | |||||
| * | | No need for separate tktest manifest: just re-use the one from wish. Give ↵ | jan.nijtmans | 2024-01-04 | 2 | -10/+4 |
| | | | | | | | | | | | | tktest.exe a version-number | ||||
| * | | Fix [1ca3c8d9da]: nmake build with OPTS=static | jan.nijtmans | 2024-01-04 | 1 | -1/+1 |
| | | | |||||
| * | | Better: generate tktest.res from a separate tktest.rc | jan.nijtmans | 2024-01-03 | 2 | -2/+87 |
| | | | |||||
| * | | Add rule to generate "tktest.res" | jan.nijtmans | 2024-01-03 | 1 | -1/+2 |
| | | | |||||
| * | | "Check out" -> "CheckOut" | jan.nijtmans | 2024-01-03 | 3 | -8/+8 |
| | | | |||||
| * | | Test OPTS=static (without staticpkg) too | jan.nijtmans | 2024-01-03 | 1 | -0/+1 |
| | | | |||||
| * | | Possible fix for [1ca3c8d9da]: nmake build with OPTS=static | jan.nijtmans | 2024-01-03 | 2 | -1/+62 |
| | | | |||||
| * | | try OPTS=static,staticpkg Windows build | jan.nijtmans | 2024-01-03 | 1 | -0/+1 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2024-01-03 | 4 | -21/+21 |
|\ \ \ | |/ / | |||||
| * | | AllocFont() -> InitFont() in comments. Stolen from "less_tests_constraints" ↵ | jan.nijtmans | 2024-01-03 | 4 | -17/+17 |
| | | | | | | | | | | | | branch | ||||
| * | | Fix [52df668390]: Measurement of control characters are wrong after ↵ | jan.nijtmans | 2024-01-03 | 1 | -4/+4 |
| |\ \ | | | | | | | | | | | | | measurement of characters that cannot be displayed by the given font | ||||
| | * | | Fix [52df668390]: Measurement of control characters are wrong after ↵ | fvogel | 2023-12-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | measurement of characters that cannot be displayed by the given font. | ||||
| | * | | merge core-8-6-branch | fvogel | 2023-12-16 | 24 | -261/+160 |
| | |\ \ | |||||
| | * | | | Simplify expected result calculation for frame-2.15 | fvogel | 2023-12-10 | 1 | -5/+1 |
| | | | | | |||||
| | * | | | Remove superfluous constraint 'x11' on tests having constraint 'haveDISPLAY' ↵ | fvogel | 2023-12-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | since the latter already includes the former. | ||||
| | * | | | unixFont.test - The font configured for the .b.l label which is used in many ↵ | fvogel | 2023-11-26 | 1 | -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!). ↵ | fvogel | 2023-11-26 | 4 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | Remove references to the old name. | ||||
| | * | | | Rename the 'injectkeyevent' aqua-specific test command to 'testinjectkeyevent'. | fvogel | 2023-11-26 | 2 | -6/+6 |
| | | | | | |||||
| | * | | | Rename the 'menubarheight' aqua-specific test command to 'testmenubarheight'. | fvogel | 2023-11-26 | 3 | -6/+6 |
| | | | | | |||||
| | * | | | Move definition of the 'movemouse' constraint, and rename it to ↵ | fvogel | 2023-11-26 | 3 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | 'testmovemouse' (to conform to other test constraint names on platforms other than macOS aqua). | ||||
| | * | | | Sort test* constraint names alphabetically. | fvogel | 2023-11-26 | 1 | -17/+17 |
| | | | | | |||||
| | * | | | Factorize definition of the 'pressbutton' constraint, and rename it to ↵ | fvogel | 2023-11-26 | 6 | -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, ↵ | fvogel | 2023-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | the 'haveTimesFamilyFont' constraint is enough. | ||||
| | * | | | merge core-8-6-branch | fvogel | 2023-11-26 | 5 | -22/+10 |
| | |\ \ \ | |||||
| | * | | | | Let branch less_tests_constraints build at Github Actions for all platforms. | fvogel | 2023-11-17 | 3 | -0/+3 |
| | | | | | | |||||
| | * | | | | merge core-8-6-branch | fvogel | 2023-11-16 | 16 | -82/+731 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge core-8-6-branch | fvogel | 2023-11-06 | 3 | -15/+22 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge core-8-6-branch | fvogel | 2023-11-05 | 11 | -37/+72 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Remove 4 more 'failsOnUbuntu' constraints by checking exactly the ↵ | fvogel | 2023-11-02 | 2 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pre-requirement for tests unixFont-1.2 and -2.[689]. | ||||
| | * | | | | | | | Restore original behavior with the old font system (i.e. without Xft). | fvogel | 2023-11-02 | 1 | -6/+7 |
| | | | | | | | | | |||||
| | * | | | | | | | Enhance previous commit: Without Xft also, check availability of the ↵ | fvogel | 2023-11-01 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | required font. |