summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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-081-1/+1
|\
| * typojan.nijtmans2024-01-081-1/+1
| |
* | Restore "$menu index" to return "none" for no index (for compatibility with ↵jan.nijtmans2024-01-082-3/+3
| | | | | | | | Tk 8.6)
* | Merge 8.6jan.nijtmans2024-01-032-15/+15
|\ \ | |/
| * AllocFont() -> InitFont() in comments. Stolen from "less_tests_constraints" ↵jan.nijtmans2024-01-032-15/+15
| | | | | | | | branch
* | Merge 8.6jan.nijtmans2023-12-221-3/+3
|\ \ | |/
| * Fix [9c57421be8]: -relief strange behavior in scrollbar. Enhance ↵jan.nijtmans2023-12-221-3/+3
| | | | | | | | Tcl_GetRelief() such that "interp" and "reliefPtr" are allowed to be NULL
| * Add Tk_Window parameter to TtkSelectImage(). Not used yetjan.nijtmans2023-12-141-2/+2
| |
* | Merge 8.6jan.nijtmans2023-12-122-13/+21
|\ \ | |/
| * (cherry-pick)More adjustments to tests that failed on macOS Sonomajan.nijtmans2023-12-122-13/+21
| |
* | misc code cleanupjan.nijtmans2023-12-111-1/+1
| |
* | No deprecated function names in testcasesjan.nijtmans2023-12-114-32/+32
| |
* | Merge core-8-6-branchculler2023-12-062-1/+2
|\ \ | |/
| * Increase delays so tests pass on macOS Sonoma.culler2023-12-062-1/+2
| |
* | Fixed the test failure in ttk/scrollbar test.csaba2023-12-021-0/+3
| |
* | Adapted scrollbar.test to the improvements in scrlbar.tcl; reverted the ↵csaba2023-12-011-0/+3
| | | | | | | | changes in scrlbar.tcl and ttk/notebook.tcl made in [855b6c5a].
* | Remove deprecated tests/documentationjan.nijtmans2023-11-251-558/+0
| |
* | Merge 8.6jan.nijtmans2023-11-152-5/+6
|\ \ | |/
| * Remove debug outputs.fvogel2023-11-151-6/+0
| |
| * Remove useless abs() in font-44.1fvogel2023-11-141-1/+1
| |
| * Reintroduce rounding in font-44.1fvogel2023-11-131-1/+1
| |
| * Forgot abs() in previous commit.fvogel2023-11-131-1/+1
| |
| * Switch to a floating point approach in font-44.1fvogel2023-11-121-2/+2
| |
| * merge core-8-6-branchfvogel2023-11-081-0/+34
| |\
| * | Add temporary debug output to font-44.1fvogel2023-11-081-0/+6
| | |
| * | Pixel sizes in font-44.1 must match as integers, therefore round computations.fvogel2023-11-071-2/+2
| | |
| * | Make font-44.1 more independent of the actual font size available by still ↵fvogel2023-11-061-2/+3
| | | | | | | | | | | | checking the same thing (doubling of the font size).
| * | Redo [c306fdd1].fvogel2023-11-061-1/+1
| | |
| * | Backout [6f485577] since it triggers an unexpected failure in the main branch.fvogel2023-11-061-1/+1
| | |
* | | Merge core-8-6-branchculler2023-11-071-0/+34
|\ \ \ | | |/ | |/|
| * | Add non-regression test for the 'activate' caseculler2023-11-051-3/+22
| | |
| * | Add a non-regression test for the invoke crash.culler2023-11-051-0/+15
| | |
* | | Backout [3f4e8a7f] since it triggers an unexpected failure in the main branch.fvogel2023-11-061-1/+1
| | |
* | | Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-11-051-1/+1
|\ \ \ | | |/ | |/|
| * | Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-10-291-1/+1
| |/
* | Fix [198376af5a]: When moving tab position to different edge of notebook ↵fvogel2023-10-281-0/+14
|\ \ | |/ | | | | tabs may not appear.
| * Make test notebook-198376af5a pass on macOS aqua. On this platform, the ↵fvogel2023-10-211-1/+1
| | | | | | | | default theme used is 'aqua', which (currently) has a vertical padding of 5 pixels). On Linux and Windows the theme in use has 1 pixel padding.
| * Simplify and robustify test notebook-198376af5a.fvogel2023-10-211-3/+2
| |
| * Remove abbreviation.fvogel2023-10-211-1/+1
| |
| * Add test notebook-198376af5a demonstrating bug [198376af5a].fvogel2023-10-211-0/+15
| |
* | merge core-8-6-branchfvogel2023-10-202-15/+12
|\ \ | |/
| * unixWm.test - Let unixWm-51.7 pass on Debian 11 by processing events while ↵fvogel2023-10-171-0/+1
| | | | | | | | waiting a bit for the window to be restacked. At this point I get zero failures in wm.test and unixWm.test on Linux Debian 11.
| * Restore 6 'failsOnXQuarz' constraints. These tests fail at Github Actions ↵fvogel2023-10-161-6/+6
| | | | | | | | for clang,--disable-aqua builds but not for me. This must mean that the cause is not XQuartz but the use of Xvfb.
| * Remove 8 'failsOnXQuarz' constraints since these tests do not actually fail ↵fvogel2023-10-151-8/+8
| | | | | | | | on XQuarz, at least for me.
| * unixWm.test - Let unixWm-50.2 pass on Debian 11 by reading the manual (which ↵fvogel2023-10-151-1/+1
| | | | | | | | says: 'the override-redirect flag is only guaranteed to be taken notice of when the window is first mapped or when mapped after the state is changed from withdrawn to normal'). Same recipe as [c53b0c12].
| * Cherrypick [8215b8356a]: Backout previous commit. In fact unixWM-45.2 and ↵fvogel2023-10-151-2/+2
| | | | | | | | unixWm-45.4 do pass on XQuartz (which is expected since the Linux implementation is used in this case).
| * Cherrypick [93f53f4aec]: Restore the failsOnXQuarz constraint on unixWM-45.2 ↵fvogel2023-10-151-2/+2
| | | | | | | | and unixWm-45.4 since on XQuartz these tests still do fail.
| * unixWm.test - Let unixWm-45.2 and -45.4 pass on Linux by cherrypicking ↵fvogel2023-10-151-2/+2
| | | | | | | | [b4ae383b] and [391bac1d] that fix bug [22eefb9368].