summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-06-148-35/+35
|\
| * (cherry-pick): Replaced the deprecated "trace variable" invocations with "tra...jan.nijtmans2023-06-148-35/+35
* | Fix [a418aafa76]: Bogus @x,y indices are accepted for menu entries.fvogel2023-06-071-1/+45
|\ \ | |/
| * Fix [a418aafa76]: Bogus @x,y indices are accepted for menu entries.fvogel2023-06-061-1/+45
| |\
| | * Add (currently failing) tests demonstrating bug [a418aafa76]: Bogus @x,y indi...fvogel2023-05-281-1/+45
* | | Merge implementation of TIP #658 - Attach identifiers to Tk menu entries, fol...fvogel2023-06-043-56/+207
|\ \ \
| * \ \ merge trunkfvogel2023-05-285-8/+40
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-03-302-2/+54
| |\ \ \ \
| * | | | | Add a test for an id that is equal to a special index.sbron2023-03-221-1/+12
| * | | | | Fix winMenu tests impacted by the tip.fvogel2023-03-211-18/+18
| * | | | | Fix menuDraw tests impacted by the tip.sbron2023-03-211-9/+9
| * | | | | Fix error message formatting and add a test for the error scenario.sbron2023-03-201-0/+10
| * | | | | Add tests for TIP 658.sbron2023-03-201-0/+130
| * | | | | Implement TIP 658sbron2023-03-161-29/+29
* | | | | | Stabilize event-9.2 on macOSfvogel2023-05-291-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Stabilize event-9.2 on macOSfvogel2023-05-291-0/+1
| | |_|/ | |/| |
* | | | Add non-regression test for [6ee162c3d9].fvogel2023-05-271-0/+7
|\ \ \ \ | |/ / /
| * | | Add non-regression test for [6ee162c3d9].fvogel2023-05-271-0/+7
| * | | Backport: Do not build every branch. Too expensive.jan.nijtmans2023-05-061-1/+1
* | | | Fix [40ec887767]: Aqua: unixWm-60.1 fails under dark modefvogel2023-05-131-2/+4
* | | | Fix [a9cf210a42]: Text select doesn't cover first character.fvogel2023-04-301-2/+18
|\ \ \ \ | |/ / /
| * | | Robustify text-27.15b that failed after [898c0657], on macOS with aqua only. ...fvogel2023-04-231-2/+2
| * | | Add comment and non-regression test text-38.1 (correctly failing before and p...fvogel2023-04-221-0/+16
* | | | Merge 8.7jan.nijtmans2023-03-302-2/+54
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix [15c685a976]: Issues with menu cloning.sbron2023-03-301-0/+52
| |\ \ \ | | |/ /
| | * | Fix [15c685a976]: Issues with menu cloning.sbron2023-03-301-0/+52
| | |\ \
| | | * | Make tests 20.12 to -15 pass on Windows. In details: on this platform the clo...fvogel2023-03-261-4/+8
| | | * | Make the clone inherit the bindtags from the original menu.sbron2023-03-261-0/+8
| | | * | Add tests to check for the issues mentioned in bug [15c685a976].sbron2023-03-231-0/+40
| * | | | Merge 8.6. Fix cc warningjan.nijtmans2023-03-261-2/+2
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Make test-case option-15.1 independant on test-case casing (as everywhere else)jan.nijtmans2023-03-261-2/+2
| | |/
* | | Fix testsculler2023-03-283-5/+12
|/ /
* | Unify static data initializers, do it all the same way.jan.nijtmans2023-02-071-1/+1
* | Fix for Ticket [c936def7d38]. Filter out Indicator images generated and used ...griffin2023-02-061-3/+3
* | merge core-8-6-branch: now textWind.test follows the computation pattern init...fvogel2023-01-282-108/+127
|\ \ | |/
| * Revert to using {Courier -12} as fixedFont like it originally was.fvogel2023-01-221-1/+1
| * Remove very old comments about statements influencing tests results, specific...fvogel2023-01-221-5/+0
| * Factorize computations in expected textWind.test results (use proc bo, xw, xc...fvogel2023-01-222-102/+127
| * Revert changes in tests/textWind.test erroneously present in previous commit.fvogel2023-01-191-36/+17
| * merge core-8-6-branchfvogel2023-01-192-18/+36
| |\
| * | Backout previous commit, ttk entry-2.1.1 really fails on macOS with XQuartz a...fvogel2023-01-181-1/+2
| * | Experiment. Remove failsOnXQuartz constraint on ttk entry-2.1.1 since I can't...fvogel2023-01-141-2/+1
| |/
* | Ticket [370b1ff03e]. Confirm the issue is in Tcl (see Tcl's branch [https://c...fvogel2023-01-142-8/+6
* | Use pixels in stead of ints in the "wm minsize" and "wm maxsize" commands, so...jan.nijtmans2023-01-101-4/+4
* | Merge core-8-6-branchfvogel2023-01-081-1/+2
|\ \ | |/
| * Merge unstable_tests branch. No real change.fvogel2023-01-081-1/+2
| |\
| | * The possible cause for unixEmbed-10.2 and frame-3.10 tests failures on macOS ...fvogel2023-01-071-4/+1
| | * Add a comment in proc deleteWindows (constraints.tcl) that could explain the ...fvogel2023-01-031-0/+4
* | | Fix [8bee4b2009]: progress bar no longer displays properly with certain styles.fvogel2023-01-062-0/+98
|\ \ \
| * | | Refine progressbar-3.3fvogel2022-12-301-3/+9