summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Make unixWm-50.3 use a slave rather than dobg and fix the bug it revealed.culler2018-12-161-18/+20
| * | | | | | | | | | On second thought, it is better to follow X11 and return an empty string when...culler2018-12-141-9/+1
| * | | | | | | | | | On aqua, make FrontWindowAtPoint pay attention to which interpreter is callin...culler2018-12-141-1/+10
| * | | | | | | | | | Add a comment in unixWm.test about iconifying the root window.culler2018-12-141-1/+5
| * | | | | | | | | | Gnome3 behaves differently when the root window is involved. More intricateculler2018-12-131-1/+3
| * | | | | | | | | | Fix the containment test, check for iconified windows, adjust some tests.culler2018-12-121-32/+33
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-031-106/+115
* | | | | | | | | | Make overrideredirect windows work. Fix overrideredirect and transient fullsc...culler2018-12-112-13/+61
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | On OSX 10.6 the styleMask must be cleared to get rid of the title bar. Fix aculler2018-12-111-1/+1
| * | | | | | | | | Fix cut-and-paste error.culler2018-12-101-8/+10
| * | | | | | | | | Don't force other platforms to wait for the aqua animations to finish.culler2018-12-101-5/+5
| * | | | | | | | | Aqua: Fix some subtle bugs in wm geometry. Fix the iconwindow implementation.culler2018-12-091-15/+27
| * | | | | | | | | On Aqua, tests should wait for the animation to finish before checking theculler2018-12-081-0/+11
| * | | | | | | | | Fix error on constraint name: unix is not x11fvogel2018-12-071-1/+1
| * | | | | | | | | Refine tests wm-stackorder-5.2 and -6.1 to run a test of the behavior on all ...fvogel2018-12-071-2/+24
| * | | | | | | | | Fix constraint name. !aqua is not a known constraint (the test was skipped in...fvogel2018-12-071-2/+2
| * | | | | | | | | Mark tests wm-stackorder-5.2 and wm-stackorder-6.1 as inappropriate for aqua.culler2018-12-071-3/+4
* | | | | | | | | | Cherry-pick Fix [0a9c91951b]: text-11a.22 segfault in trunkjan.nijtmans2018-11-301-5/+5
* | | | | | | | | | Fix [9b0f3ee54e]: Make the error message more specific when OpenClipboard fai...fvogel2018-11-252-2/+9
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Fix [9b0f3ee54e]: Make the error message more specific when OpenClipboard fai...fvogel2018-11-252-2/+9
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | Comment clipboard.test and winClipboard.testfvogel2018-11-172-4/+9
| | * | | | | | | | Fix [9b0f3ee54e]: Better highlight that winClipboard tests may fail if a VNC ...fvogel2018-11-151-2/+4
| | |/ / / / / / /
| * | | | | | | | Add comments in text-11a.22 making it more easy to follow progress in the exp...fvogel2018-11-171-5/+5
| |/ / / / / / /
* | | | | | | | Fix tests that were sporadically hanging or failing on macOS.culler2018-11-144-0/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Calling update after pack in text.test fixes hangs on OSX 10.9.culler2018-11-131-0/+3
| * | | | | | | Adding update commands in the setup section fixes sporadic test failuresculler2018-11-132-0/+5
| * | | | | | | Calling update after pack .t to make sure the Text is mapped fixes theculler2018-11-132-0/+8
| * | | | | | | Instead of calling update in the tests, fix the handling of unmapped Textculler2018-11-131-3/+0
| * | | | | | | fix hangs in text.test caused by calling pendingsync before the text widget w...culler2018-11-131-0/+3
| * | | | | | | The 'option readfile' sub-command should maintain existing list structure for...Joe Mistachkin2018-11-101-1/+17
| |\ \ \ \ \ \ \
| | * | | | | | | Proposed fix for ticket [766ef52f31].Joe Mistachkin2018-10-191-1/+1
| | * | | | | | | Add test for ticket [766ef52f3].Joe Mistachkin2018-10-191-0/+16
* | | | | | | | | The 'option readfile' sub-command should maintain existing list structure for...Joe Mistachkin2018-11-101-1/+17
* | | | | | | | | Implement TIP 518dkf2018-11-062-28/+209
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Tidy up testsdkf2018-11-062-58/+49
| * | | | | | | | | Add tests for the 'propagate off' case of pack and gridfvogel2018-10-302-0/+29
| * | | | | | | | | Added tests checking that <<NoManagedChild>> fires on destruction of the last...fvogel2018-10-302-19/+37
| * | | | | | | | | Enhance the tests for <<NoManagedChild>>, and fix the implementation so that ...fvogel2018-10-291-9/+23
| * | | | | | | | | Tests for virtual event <<NoManagedChild>>oehhar2018-10-292-0/+129
* | | | | | | | | | Implement TIP 415dkf2018-11-061-2/+4
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdkf2018-10-2096-2266/+6692
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2016-03-0438-287/+2013
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Changes from Simon Geard to act as baseline implementation of TIP #415.dkf2012-11-081-2/+4
* | | | | | | | | | | | | Many updates for macOS. Most, but not all, were triggered by changes between...culler2018-10-301-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | / / / / / / / / | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Many updates for macOS. Most, but not all, were triggered by changes between...culler2018-10-301-3/+3
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Increase the size of the ring buffer (in bind.test) according to the change m...fvogel2018-10-281-3/+3
* | | | | | | | | | | | | Add test textDisp-24.25 exercising a basic testcase for Tablelist (see [1c8aa...fvogel2018-10-221-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Add test textDisp-24.25 exercising a basic testcase for Tablelist (see [1c8aa...fvogel2018-10-221-0/+10
| |/ / / / / / / / / / /
* | | | | | | | | | | | Fix safe.test test-cases: since the :process and :zipfs (among others) change...jan.nijtmans2018-10-221-2/+22
* | | | | | | | | | | | Remove knownBug constraint on test scrollbar-6.27 as this test now passes (ch...fvogel2018-10-211-5/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | / / / / / / / / | |_|_|/ / / / / / / / |/| | | | | | | | | |