summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make bind-34.1 pass on Debian 10 with KDE/Plasma by giving the WM a more comp...fvogel2020-05-131-0/+2
* Fix [411359dc3b]: crashes and zombies on Macintosh computers with a TouchBar.culler2020-05-124-7/+26
|\
| * Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to preve...culler2020-05-114-7/+26
* | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera...culler2020-05-121-1/+132
|\ \ | |/ |/|
| * Add the Menu key to bind-35.1culler2020-05-121-1/+1
| * Add regression tests for modifier key events.marc_culler2020-05-051-43/+37
| * Add non-regression tests.marc_culler2020-05-041-0/+137
* | Fix [2712f43f6e]: X11: crash for rotated text w/o Xft, and optimize text item...fvogel2020-05-011-0/+14
|\ \
| * | More accurately comment canvText-20.2fvogel2020-04-261-2/+2
| * | Add test canvText-20.2 failing before commit [f74fffb4] and no longer failing...fvogel2020-04-261-0/+14
| |/
* | Fix [14188104c3]: ttk::treeview scrollbar not updating. Thanks to cjmcdonald ...fvogel2020-04-251-0/+54
|\ \
| * | Add new test case treeview-9.3 exercising scrollbar change on 'see' command f...fvogel2020-04-181-0/+28
| * | Fix [14188104c3]: ttk::treeview scrollbar not updating. Add test treeview-9.2...fvogel2020-04-181-0/+26
| |/
* | Add non-regression test entry-2.1.1. This test fails before the fix, and pass...fvogel2020-04-161-0/+12
|/
* Fix [2edd843def]: canvas postscript returns non empty string when -file or -c...fvogel2020-03-121-4/+4
|\
| * Augment tests canvPs-1.1 and canvPs-2.1 so that they also check that [.c post...fvogel2020-03-031-4/+4
* | Fix [08e2f8e6f0]: unable to change focus after prior selection of focusfvogel2020-03-121-0/+20
|\ \
| * | Add focus-7.1 as a non-regression test for [08e2f8e6f0]. This test does not p...fvogel2020-03-021-0/+20
| |/
* | Replace very very old constraint name 'unixOrPc' by the equivalent, up-to-dat...fvogel2020-03-092-5/+5
|/
* Prevent some textTag tests from triggering hot spots of the Linux KDE/Plasma ...fvogel2020-02-231-11/+22
* Let bind-34.3 be robust against Linux KDE hot spots on screen corners.fvogel2020-01-251-5/+23
|\
| * Let bind-34.3 be robust against Linux KDE hot spots on screen cornersfvogel2020-01-251-5/+23
* | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re...fvogel2020-01-181-0/+12
|\ \
| * | Add non-regression test entry-10.1fvogel2020-01-021-0/+12
* | | Fix [587937fff]: Don't shuffle tag list sequence upon deletion. Add non regre...fvogel2020-01-181-0/+42
|\ \ \
| * | | Refine the newly added tests, and add comments in them.fvogel2019-12-241-3/+9
| * | | Add tests canvas-20.[123], currently failing and demonstrating ticket [587937...fvogel2019-12-241-0/+36
| |/ /
* | | Add test canvText-14.7, currently failing and demonstrating bug [1771594fff]fvogel2019-12-231-0/+19
|/ /
* | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor optionfvogel2019-12-141-0/+13
|\ \
| * | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ...fvogel2019-11-021-0/+13
* | | Fix [d4f5620f5d]: font-4.14 fails (font actual with unicode). Add another tes...jan.nijtmans2019-11-291-1/+6
| |/ |/|
* | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon...culler2019-11-171-0/+6
|\ \
| * | Split wm-iconphoto-1.5 into the Win and Mac case on one hand (an error trigge...fvogel2019-11-101-1/+4
| * | The new test wm-iconphoto-1.5 must not depend on previous tests and how many ...fvogel2019-11-101-1/+1
| * | Add platform-independent test wm-iconphoto-1.5fvogel2019-11-101-0/+3
| |/
* | Fix [c4abd2b0f3]: rework stackorder command on all platforms, and prevent pan...culler2019-11-171-12/+2
|\ \
| * | Reimplement TkWmStackorderToplevel to make it straightforward and shorter and...culler2019-11-081-12/+2
| |/
* | merge core-8-6-branch, and add (currently failing) test bind-34.3 demonstrati...fvogel2019-11-147-30/+165
|\ \ | |/
| * Propagate the previous two commits to the tabs of a ttk::notebook, which can ...fvogel2019-11-011-1/+1
| * Reapply [0e9cbdba] and [82b1d286], then merge bug-ce470f20fd. This fixes [caa...fvogel2019-10-281-0/+88
| |\
| | * Fix [caacf1f082]: treeview column resizing not possible in some conditions. T...fvogel2019-10-271-2/+2
| * | Fix [f7a4f75d1c]: issues with focus -force and Aqua mouse coordinates for emb...culler2019-10-271-0/+52
| |\ \
| | * | Add a regression test for computing local mouse coordinates in embedded windo...culler2019-10-271-2/+36
| | * | Add a regression test for this bug.culler2019-10-261-0/+18
| | |/
| * | Help tests bind-34.1 and bind-34.2 to always pass on Win10. See today's comme...fvogel2019-10-271-0/+4
| * | Backout [82b1d286] and [0e9cbdba] that fixed [cc6c711c1e] and [ce470f20fd] si...fvogel2019-10-271-88/+0
| |/
| * re-add an update in canvImg-11.3. [d0ddf1ac] made the test fail on Windowsfvogel2019-10-231-0/+1
| * Fix test canvImg-11.3 which was failing on macOS due to interaction withculler2019-10-201-15/+13
| * Added a regression test, which involved adding a command to tkMacOSXTest.c to...culler2019-10-181-3/+33
| * Fix 3 bugs in X11 keysym translations, originating from X11-r5 which were fix...jan.nijtmans2019-10-131-1/+22