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
|\
| * 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]: 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-0/+131
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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
| | |/
* | | Fix [3519111fff]: Problem with scroll in ttkfvogel2020-04-251-0/+12
|\ \ \ | |/ /
| * | Add non-regression test entry-2.1.1. This test fails before the fix, and pass...fvogel2020-04-161-0/+12
| |/
* | Follow-up to [d9bda1d1]: Clamp "listbox index" values between -1 and (maximum...jan.nijtmans2020-03-171-3/+3
* | Fix [2edd843def]: canvas postscript returns non empty string when -file or -c...fvogel2020-03-121-4/+4
|\ \ | |/
| * 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
|\ \ \ | |/ /
| * | 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
| | |/
* | | merge core-8-6-branchfvogel2020-03-092-5/+5
|\ \ \ | |/ /
| * | Replace very very old constraint name 'unixOrPc' by the equivalent, up-to-dat...fvogel2020-03-092-5/+5
| |/
* | Merge Tip #563: MouseWheel for horizontal scrollbaroehhar2020-02-242-2/+116
|\ \
| * | Add tests for scrollwheel on scrollbar: no shift horizontal and for ttk::scro...oehhar2020-02-242-2/+116
* | | Prevent some textTag tests from triggering hot spots of the Linux KDE/Plasma ...fvogel2020-02-231-11/+22
|\ \ \ | | |/ | |/|
| * | Prevent some textTag tests from triggering hot spots of the Linux KDE/Plasma ...fvogel2020-02-231-11/+22
* | | Merge implementation of TIP #565: .canvas raise/lower ignore non-existent tag...fvogel2020-02-221-0/+10
|\ \ \
| * | | Add non-regression test canvas-2.5: CanvasWidgetCmd, raise/lower option, no e...fvogel2020-02-101-0/+10
| | |/ | |/|
* | | Clamp "listbox index" values between -1 and (maximum) end+1, as done in other...jan.nijtmans2020-02-181-2/+2
* | | Clamp output of listbox indexes to be >= -1 always. Many other's (like menu's...jan.nijtmans2020-02-171-1/+1
|/ /
* | In test-cases same optimization as everywhere else: KeyPress -> Key and Butto...jan.nijtmans2020-01-2723-375/+375
* | 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 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
|\ \ \ | |/ /
| * | 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
|\ \ \ \ | |/ / /
| * | | 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
| | |/ /
* | | | Fix [1771594fff]: icursor @x,y fails for non-default scrollregions. Add non r...fvogel2020-01-181-0/+19
|\ \ \ \ | |/ / /
| * | | Add test canvText-14.7, currently failing and demonstrating bug [1771594fff]fvogel2019-12-231-0/+19
| |/ /