summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-071-2/+4
|\
| * Changes which make unixEmbed-8.1a pass on macOS.culler2019-01-311-2/+4
* | Fix bugs that could lead to segfaults when the test interpreter is destroyed.culler2019-01-271-36/+73
* | Fix bug [688cd9c9de]: many wm-transient tests fail on macOSculler2019-01-271-7/+134
|/
* Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-101-3/+3
* Fix typofvogel2018-12-171-1/+1
* On Aqua make "wm attribute pathname -type" return "unsupported" instead of cr...culler2018-12-171-0/+3
* Add a dummy implementation of "wm attribute pathname -type" for Aqua, to obvi...culler2018-12-171-3/+6
* Fix a bug with window ordering in Aqua. Deal with remaining unixWm tests.culler2018-12-171-4/+0
* Make the Mac also return NULL for points in the title bar.culler2018-12-171-8/+11
* Fix a small error in the aqua Tk_CoordsToWindow related to embedded toplevels.culler2018-12-161-1/+4
* On second thought, it is better to follow X11 and return an empty string when...culler2018-12-141-6/+4
* On aqua, make FrontWindowAtPoint pay attention to which interpreter is callin...culler2018-12-141-5/+9
* For consistency, make "winfo containing" ignore the title bar on macOS.culler2018-12-141-1/+10
* Fix aqua FrontWindowAtPoint which was saying that every point was in the top ...culler2018-12-111-3/+8
* On OSX 10.6 the styleMask must be cleared to get rid of the title bar. Fix aculler2018-12-111-4/+15
* Aqua: Fix some subtle bugs in wm geometry. Fix the iconwindow implementation.culler2018-12-091-37/+61
* On Aqua, tests should wait for the animation to finish before checking theculler2018-12-081-4/+6
* Remove overrideredirect, transient, and help-styled windows from fullscreen APIKevin Walzer2018-12-081-18/+8
* Give overrideredirect windows CollectionBehaviors so they do not try to becomeculler2018-12-071-8/+13
* Implement the fancy negative coordinates in wm geometry to make many moreculler2018-12-061-8/+17
* Fix the inconsistencies in the wm geometry command reported in ticket [1c1f8d...culler2018-12-061-1/+0
* Make overrideredirect windows display correctly even if the underlying NSWind...culler2018-12-061-33/+74
* Fix bug[185c8557d9]: issues with overrideredirect and zoomed stateculler2018-12-041-8/+25
* Change tk::unsupported::MacWindowStyle tabbingid to also remove a tab if its ...culler2018-12-021-0/+10
* Make Tk windows have resizable width when shown in split screen mode.culler2018-12-011-0/+9
* Fix the build on Sierra and earlier.culler2018-12-011-1/+3
* Make tabbed windows work correctly on macOS.culler2018-11-301-4/+83
* Fix display errors when resizing a window with tabs.culler2018-11-271-64/+84
* Mac code cleanup. Move interfaces for subclasses of AppKit classes toculler2018-11-261-8/+3
* Avoid mouse cursor offset if a tab bar is shown in fullscreen mode.culler2018-11-241-2/+4
* Implement window:willUseFullScreenContentSize so fullscreen windows will real...culler2018-11-241-0/+18
* Apply window attributes in an NSWindowDidEnterFullScreenNotification observerculler2018-11-221-11/+0
* Implement NSWindow methods toggleTabBar and toggleFullScreen by calling super...culler2018-11-211-145/+12
* Fix a humongous memory leak on macOS, caused by accidentally deleting a call ...culler2018-11-161-3/+6
* Fix some inconsistent indentation; add missing emacs local variables.culler2018-11-111-18/+16
* Always check whether the return value of TkMacOSXGetTkWindow is NULL.culler2018-11-111-2/+10
* Fix bug in FrontWindowAtPoint that was causing raise.test to fail on OSX < 10...culler2018-11-061-6/+6
* Cleaned up the Rube Goldberg logic of TkMacOSXSetupDrawingContext and TkMacOS...culler2018-11-031-2/+1
* Use stderr when printing debug messages to the terminal.culler2018-11-011-1/+2
* Be consistent about using TKLog and add one new log message.culler2018-11-011-1/+1
* One more #define constant adjusted, for building on OSX 10.10.culler2018-10-291-1/+1
* Remove an extraneous #ifdef and correct the spelling of a #define constant.culler2018-10-291-1/+1
* Adjust some conditional compilation cutoffs to make the build work on OSX 10....culler2018-10-281-0/+2
* Deal with a compiler warning about a category implementing methods of the mai...culler2018-10-281-5/+5
* Add closing brace that got accidentally deleted.culler2018-10-281-0/+1
* Format a comment and make sure that toggleFullScreen is a no-op on OSX < 10.13.culler2018-10-281-9/+15
* Restrict fullscreen implementation to 10.13 and above; rewrite comments on fu...Kevin Walzer2018-10-281-22/+17
* Cache window state in the WmInfo when going Fullscreen. If the user has twoculler2018-10-271-25/+20
* Make TKWindow setFrame *always* generate expose events, and adjust the Fullsc...culler2018-10-271-47/+54