summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | merge core-8-6-branch.culler2018-12-2070-829/+835
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-2070-829/+835
| | |\ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / *** POTENTIAL INCOMPATIBILITY *** for Win32 only: On X11 and Mac, "None" can still be used as before
| | * | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵jan.nijtmans2018-12-2070-844/+847
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | Windows.h have conflicting symbols. Also fix a few newer (harmless) gcc warnings.
| * | | | Add a comment.culler2018-12-191-1/+7
| | | | |
| * | | | close unintended forkfvogel2018-12-171-1/+1
| |\ \ \ \
| | * | | | Fix typofvogel2018-12-171-1/+1
| | | | | |
| * | | | | 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 ↵culler2018-12-172-1/+5
| | | | | | | | | | | | | | | | | | | | crashing.
| * | | | Add a dummy implementation of "wm attribute pathname -type" for Aqua, to ↵culler2018-12-172-9/+11
| | | | | | | | | | | | | | | | | | | | obviate platform dependent code.
| * | | | Fix a bug with window ordering in Aqua. Deal with remaining unixWm tests.culler2018-12-173-11/+28
| | | | |
| * | | | Make the Mac also return NULL for points in the title bar.culler2018-12-171-8/+11
| | | | |
| * | | | Restore the old behavior with unix title bars and borders, but documentculler2018-12-173-43/+19
| | | | | | | | | | | | | | | and test it.
| * | | | 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-162-5/+11
| | | | |
| * | | | Make unixWm-50.3 use a slave rather than dobg and fix the bug it revealed.culler2018-12-162-32/+41
| | | | |
| * | | | On second thought, it is better to follow X11 and return an empty string ↵culler2018-12-142-15/+5
| | | | | | | | | | | | | | | | | | | | | | | | | when the top window containing the point has a different interpreter.
| * | | | On aqua, make FrontWindowAtPoint pay attention to which interpreter is ↵culler2018-12-142-6/+19
| | | | | | | | | | | | | | | | | | | | calling it.
| * | | | For consistency, make "winfo containing" ignore the title bar on macOS.culler2018-12-141-1/+10
| | | | |
| * | | | Another rework to *correctly* search for the highest toplevelculler2018-12-141-24/+49
| | | | | | | | | | | | | | | containing a point when it is in an invisible border.
| * | | | 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-132-13/+18
| | | | | | | | | | | | | | | logic is needed to handle that case.
| * | | | Make the minimal change needed to fix the issue with Gnome 3 invisible borders,culler2018-12-131-2/+28
| | | | | | | | | | | | | | | without changing any other behavior.
| * | | | Revert tkUnixWm.c to the core-8-6-branch version.culler2018-12-131-34/+25
| | | | |
| * | | | Fix the containment test for menubars. Ensure that the command returns an emptyculler2018-12-131-29/+21
| | | | | | | | | | | | | | | string if the point is in the title bar or covered by another application.
| * | | | Fix the containment test, check for iconified windows, adjust some tests.culler2018-12-122-34/+44
| | | | |
| * | | | Correct some of the logic in Tk_CoordsToWindow.culler2018-12-121-6/+20
| | | | |
| * | | | Fix aqua FrontWindowAtPoint which was saying that every point was in the top ↵culler2018-12-111-3/+8
| | | | | | | | | | | | | | | | | | | | window.
| * | | | merge core-8-6-branch (autosync failed because of permissions)culler2018-12-115-120/+305
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Make overrideredirect windows work. Fix overrideredirect and transient ↵culler2018-12-115-120/+305
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fullscreen auxiliary windows. Fix wm geometry. Adjust some tests.
| * | | | | On OSX 10.6 the styleMask must be cleared to get rid of the title bar. Fix aculler2018-12-112-5/+16
| | | | | | | | | | | | | | | | | | compiler error on 10.9.
| * | | | | 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-092-52/+88
| | | | | | | | | | | | | | | | | | Adjust some unixWm tests.
| * | | | | On Aqua, tests should wait for the animation to finish before checking theculler2018-12-082-4/+17
| | | | | | | | | | | | | | | | | | geometry of a newly iconified window.
| * | | | | Remove overrideredirect, transient, and help-styled windows from fullscreen APIKevin Walzer2018-12-081-18/+8
| | | | | |
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | platforms (the expected results are different on different platforms)
| * | | | | Fix constraint name. !aqua is not a known constraint (the test was skipped ↵fvogel2018-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | in all platforms), however notAqua is known and lets the test run in anything else than aqua.
| * | | | | Give overrideredirect windows CollectionBehaviors so they do not try to becomeculler2018-12-072-9/+13
| | | | | | | | | | | | | | | | | | FullScreen, but can appear on top of a FullScreen window.
| * | | | | Mark tests wm-stackorder-5.2 and wm-stackorder-6.1 as inappropriate for aqua.culler2018-12-071-3/+4
| | | | | |
| * | | | | Implement the fancy negative coordinates in wm geometry to make many moreculler2018-12-062-11/+23
| | | | | | | | | | | | | | | | | | unixWm tests pass.
| * | | | | Fix the inconsistencies in the wm geometry command reported in ticket ↵culler2018-12-062-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | [1c1f8d34be].
| * | | | | Make overrideredirect windows display correctly even if the underlying ↵culler2018-12-062-38/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NSWindow did not exist when the flag was set and fix some bounds computation bugs.
| * | | | | Stop withdrawn windows from being displayed when the Wish app is reopened.culler2018-12-042-6/+15
| | | | | |
| * | | | | Fix bug[185c8557d9]: issues with overrideredirect and zoomed stateculler2018-12-042-8/+38
| | | | | |
| | * | | | fix bug [18a4ba19bd]: winfo containing gives wrong answer on linux.culler2018-12-111-15/+9
| |/ / / / |/| | | |
* | | | | Add documentation on fullscreen and tabbed window interfaces on macOS to ↵Kevin Walzer2018-12-031-1/+4
|/ / / / | | | | | | | | | | | | menu man page
* | | | Change tk::unsupported::MacWindowStyle tabbingid to also remove a tab if its ↵culler2018-12-022-3/+14
| | | | | | | | | | | | | | | | | | | | id is modified.
* | | | Rework support for FullScreen windows. Provide support for Split View andculler2018-12-0214-193/+447
|\ \ \ \ | | | | | | | | | | Tabbed windows.
| * | | | Update README to explain how FullScreen, Split View and Tabbed windows areculler2018-12-021-31/+100
| | | | | | | | | | | | | | | supported.