summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Two text tests also try to position a window with y = 0. Tweak these for Aqua.culler2019-02-131-4/+11
* Fix bug [2249e64bdc]: Some unixWm tests expect the impossible on Aquaculler2019-02-131-12/+27
* Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-071-75/+92
|\
| * Make the place manager send ConfigureNotify events when size change requestsculler2019-02-041-10/+5
| * Simplify and uniformize unixEmbed tests 6.1, 6.1a, 6.2, 6.2a.culler2019-02-031-11/+5
| * Remove unnecessary sleep from unixEmbed-6.2a, which still fails however.culler2019-02-011-6/+3
| * Changes which make unixEmbed-8.1a pass on macOS.culler2019-01-311-4/+4
| * Add an update making unixEmbed-5.1a pass on Linuxfvogel2019-01-271-0/+1
| * Fix indentation in the -setup and -cleanup sections of the new *a testsfvogel2019-01-271-23/+23
| * Make unixEmbed-3.2 pass on macOS even with the deployment target when unixEmb...fvogel2019-01-271-0/+1
| * Make unixEmbed-3.2 pass (revert previous change that introduced a loop on [wi...fvogel2019-01-271-3/+1
| * Load the Tk package, not Tktestfvogel2019-01-261-1/+1
| * Attempt to make the new unixEmbed tests work when tests are run from the buildculler2019-01-261-21/+52
* | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-022-12/+16
|\ \
| * | For macOS, guard against a crash in TkpPostMenu and fix TkPostTearoffMenu.culler2019-01-151-1/+1
| * | Fix related menubutton issues on linux and Windows.culler2019-01-111-1/+1
| * | Fix bug [70e531918e]: geometry issues with menubuttons on macOSculler2019-01-091-11/+15
* | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-261-12/+47
|\ \ \
| * | | Add new test scale-14.13 to guard against regressions with [220665ffff], and ...fvogel2019-01-091-0/+13
| * | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-051-12/+34
| * | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-031-106/+115
* | | | Constrain send.test tests which are inappropriate for macOS with notAqua.culler2019-01-231-7/+11
| |_|/ |/| |
* | | Fix bug [58665b91dd]: unixEmbed tests fail on macOS due to use of dobg.culler2019-01-231-43/+576
* | | Fix typo triggering error when running unixButton tests on Windows and Linux.fvogel2019-01-201-1/+1
* | | Fix bug [e733d3770f]: geometry issues with buttons on macOSculler2019-01-161-5/+19
| |/ |/|
* | Merge core-8-6-branch.culler2019-01-031-106/+115
|\ \
| * | Fix tests order according to their numberingfvogel2019-01-021-94/+94
| * | In the tests, always update after packing; sync and clear the queue beforeculler2019-01-011-14/+18
| * | Merge core-8-6-branch.culler2018-12-304-15/+70
| |\ \ | | |/
| * | Make text-11a.41 pass this time (hopefully...)fvogel2018-11-191-0/+1
| * | Repair text-11a.41 logicfvogel2018-11-191-4/+3
| * | merge core-8-6-branchfvogel2018-11-191-5/+5
| |\ \
| * | | Fix [b2dd3b4fe8]: text-11a.41 sometimes hangsfvogel2018-11-181-5/+10
* | | | Adjust wm.test to expect -type as a possible attribute on Aqua.culler2018-12-171-1/+1
* | | | On Aqua make "wm attribute pathname -type" return "unsupported" instead of cr...culler2018-12-171-1/+2
* | | | Add a dummy implementation of "wm attribute pathname -type" for Aqua, to obvi...culler2018-12-171-6/+5
* | | | Fix a bug with window ordering in Aqua. Deal with remaining unixWm tests.culler2018-12-171-6/+23
* | | | Restore the old behavior with unix title bars and borders, but documentculler2018-12-171-10/+13
* | | | Fix typos in unixWm.test.culler2018-12-161-13/+15
* | | | Fix a small error in the aqua Tk_CoordsToWindow related to embedded toplevels.culler2018-12-161-4/+7
* | | | 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
| |_|/ |/| |
* | | 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