| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge core-8-6-branch. | culler | 2019-01-03 | 1 | -106/+115 |
|\ |
|
| * | Fix tests order according to their numbering | fvogel | 2019-01-02 | 1 | -94/+94 |
|
|
| * | In the tests, always update after packing; sync and clear the queue before | culler | 2019-01-01 | 1 | -14/+18 |
|
|
| * | Merge core-8-6-branch. | culler | 2018-12-30 | 4 | -15/+70 |
| |\ |
|
| * | | Make text-11a.41 pass this time (hopefully...) | fvogel | 2018-11-19 | 1 | -0/+1 |
|
|
| * | | Repair text-11a.41 logic | fvogel | 2018-11-19 | 1 | -4/+3 |
|
|
| * | | merge core-8-6-branch | fvogel | 2018-11-19 | 1 | -5/+5 |
| |\ \ |
|
| * | | | Fix [b2dd3b4fe8]: text-11a.41 sometimes hangs | fvogel | 2018-11-18 | 1 | -5/+10 |
|
|
* | | | | Adjust wm.test to expect -type as a possible attribute on Aqua. | culler | 2018-12-17 | 1 | -1/+1 |
|
|
* | | | | On Aqua make "wm attribute pathname -type" return "unsupported" instead of cr... | culler | 2018-12-17 | 1 | -1/+2 |
|
|
* | | | | Add a dummy implementation of "wm attribute pathname -type" for Aqua, to obvi... | culler | 2018-12-17 | 1 | -6/+5 |
|
|
* | | | | Fix a bug with window ordering in Aqua. Deal with remaining unixWm tests. | culler | 2018-12-17 | 1 | -6/+23 |
|
|
* | | | | Restore the old behavior with unix title bars and borders, but document | culler | 2018-12-17 | 1 | -10/+13 |
|
|
* | | | | Fix typos in unixWm.test. | culler | 2018-12-16 | 1 | -13/+15 |
|
|
* | | | | Fix a small error in the aqua Tk_CoordsToWindow related to embedded toplevels. | culler | 2018-12-16 | 1 | -4/+7 |
|
|
* | | | | Make unixWm-50.3 use a slave rather than dobg and fix the bug it revealed. | culler | 2018-12-16 | 1 | -18/+20 |
|
|
* | | | | On second thought, it is better to follow X11 and return an empty string when... | culler | 2018-12-14 | 1 | -9/+1 |
|
|
* | | | | On aqua, make FrontWindowAtPoint pay attention to which interpreter is callin... | culler | 2018-12-14 | 1 | -1/+10 |
|
|
* | | | | Add a comment in unixWm.test about iconifying the root window. | culler | 2018-12-14 | 1 | -1/+5 |
|
|
* | | | | Gnome3 behaves differently when the root window is involved. More intricate | culler | 2018-12-13 | 1 | -1/+3 |
|
|
* | | | | Fix the containment test, check for iconified windows, adjust some tests. | culler | 2018-12-12 | 1 | -32/+33 |
| |_|/
|/| | |
|
* | | | On OSX 10.6 the styleMask must be cleared to get rid of the title bar. Fix a | culler | 2018-12-11 | 1 | -1/+1 |
|
|
* | | | Fix cut-and-paste error. | culler | 2018-12-10 | 1 | -8/+10 |
|
|
* | | | Don't force other platforms to wait for the aqua animations to finish. | culler | 2018-12-10 | 1 | -5/+5 |
|
|
* | | | Aqua: Fix some subtle bugs in wm geometry. Fix the iconwindow implementation. | culler | 2018-12-09 | 1 | -15/+27 |
|
|
* | | | On Aqua, tests should wait for the animation to finish before checking the | culler | 2018-12-08 | 1 | -0/+11 |
|
|
* | | | Fix error on constraint name: unix is not x11 | fvogel | 2018-12-07 | 1 | -1/+1 |
|
|
* | | | Refine tests wm-stackorder-5.2 and -6.1 to run a test of the behavior on all ... | fvogel | 2018-12-07 | 1 | -2/+24 |
|
|
* | | | Fix constraint name. !aqua is not a known constraint (the test was skipped in... | fvogel | 2018-12-07 | 1 | -2/+2 |
|
|
* | | | Mark tests wm-stackorder-5.2 and wm-stackorder-6.1 as inappropriate for aqua. | culler | 2018-12-07 | 1 | -3/+4 |
|
|
* | | | Fix [9b0f3ee54e]: Make the error message more specific when OpenClipboard fai... | fvogel | 2018-11-25 | 2 | -2/+9 |
|\ \ \
| |_|/
|/| | |
|
| * | | Comment clipboard.test and winClipboard.test | fvogel | 2018-11-17 | 2 | -4/+9 |
|
|
| * | | Fix [9b0f3ee54e]: Better highlight that winClipboard tests may fail if a VNC ... | fvogel | 2018-11-15 | 1 | -2/+4 |
| |/ |
|
* | | Add comments in text-11a.22 making it more easy to follow progress in the exp... | fvogel | 2018-11-17 | 1 | -5/+5 |
|/ |
|
* | Calling update after pack in text.test fixes hangs on OSX 10.9. | culler | 2018-11-13 | 1 | -0/+3 |
|
|
* | Adding update commands in the setup section fixes sporadic test failures | culler | 2018-11-13 | 2 | -0/+5 |
|
|
* | Calling update after pack .t to make sure the Text is mapped fixes the | culler | 2018-11-13 | 2 | -0/+8 |
|
|
* | Instead of calling update in the tests, fix the handling of unmapped Text | culler | 2018-11-13 | 1 | -3/+0 |
|
|
* | fix hangs in text.test caused by calling pendingsync before the text widget w... | culler | 2018-11-13 | 1 | -0/+3 |
|
|
* | The 'option readfile' sub-command should maintain existing list structure for... | Joe Mistachkin | 2018-11-10 | 1 | -1/+17 |
|\ |
|
| * | Proposed fix for ticket [766ef52f31]. | Joe Mistachkin | 2018-10-19 | 1 | -1/+1 |
|
|
| * | Add test for ticket [766ef52f3]. | Joe Mistachkin | 2018-10-19 | 1 | -0/+16 |
|
|
* | | Many updates for macOS. Most, but not all, were triggered by changes between... | culler | 2018-10-30 | 1 | -3/+3 |
|\ \ |
|
| * | | Increase the size of the ring buffer (in bind.test) according to the change m... | fvogel | 2018-10-28 | 1 | -3/+3 |
|
|
* | | | Add test textDisp-24.25 exercising a basic testcase for Tablelist (see [1c8aa... | fvogel | 2018-10-22 | 1 | -0/+10 |
|/ / |
|
* | | Remove knownBug constraint on test scrollbar-6.27 as this test now passes (ch... | fvogel | 2018-10-21 | 1 | -5/+1 |
|
|
* | | Remove 'knownBug' constraint on tests that do pass without it (text-22.199 an... | fvogel | 2018-10-19 | 1 | -15/+6 |
|/ |
|
* | Fix scrollbar.test: all tests that run on macOS now pass (and that's true for... | fvogel | 2018-10-18 | 1 | -25/+81 |
|
|
* | Restore the remaining missing changes stripped out due to the recent merge/ba... | fvogel | 2018-10-18 | 1 | -3/+31 |
|
|
* | Signficant fixes to scrolling in macOS | Kevin Walzer | 2018-10-18 | 1 | -0/+1 |
|\ |
|