summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWindowEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug [5ddeca5927]: In Aqua, withdrawn windows can appear as zombies when a...culler2019-07-151-0/+16
* Fix bug [9ebc6fd168]: Aqua can report incorrect mouse coordinates.culler2019-06-031-4/+0
* Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
* Fix bug [4d2e8d4d5c]: Aqua notebooks sometimes do not draw a new pane immedia...culler2019-04-241-2/+37
* Mitigate future merge conflict headaches.culler2019-04-171-37/+27
* Implement "tk::unsupported::MacWindowStyle isdark" to determine whether anculler2019-04-141-9/+4
* Remove a missed unused variable.culler2019-02-131-1/+0
* Fix bug [2249e64bdc]: Some unixWm tests expect the impossible on Aquaculler2019-02-131-14/+0
* Fix bug [b389dfcd8f]: Aqua miscalculates window position on secondary displayculler2019-02-131-4/+2
* Tweak the last commit: generate FocusOut events when the NSApp is deactivated.culler2019-01-301-1/+1
* A small change in how ActivateEvents are handled makes unixEmbed-5.3a passculler2019-01-301-1/+3
* Give overrideredirect windows CollectionBehaviors so they do not try to becomeculler2018-12-071-1/+0
* Implement the fancy negative coordinates in wm geometry to make many moreculler2018-12-061-3/+6
* Fix the inconsistencies in the wm geometry command reported in ticket [1c1f8d...culler2018-12-061-3/+18
* Make overrideredirect windows display correctly even if the underlying NSWind...culler2018-12-061-5/+5
* Stop withdrawn windows from being displayed when the Wish app is reopened.culler2018-12-041-0/+14
* Fix bug[185c8557d9]: issues with overrideredirect and zoomed stateculler2018-12-041-0/+13
* Fix gcc compiler issues on 10.6culler2018-11-271-1/+1
* Fix display errors when resizing a window with tabs.culler2018-11-271-25/+8
* Remove pointless call to [NSApp setIsDrawing:NO]culler2018-11-271-3/+0
* Implement window:willUseFullScreenContentSize so fullscreen windows will real...culler2018-11-241-0/+19
* Edited a comment.culler2018-11-221-3/+2
* Fix coordinates when window exits full screenKevin Walzer2018-11-221-0/+21
* Apply window attributes in an NSWindowDidEnterFullScreenNotification observerculler2018-11-221-0/+21
* Restore protection against recursive calls to [NSView drawRect] which was acc...culler2018-11-191-2/+4
* merge releasedgp2018-11-171-0/+3
|\
| * Possible fix for regression in Mojave appearance. Needs Mojave testing.dgp2018-11-171-0/+3
| * Fix a humongous memory leak on macOS, caused by accidentally deleting a call ...dgp2018-11-161-4/+7
* | Fix a humongous memory leak on macOS, caused by accidentally deleting a call ...culler2018-11-161-1/+7
* | In TkMacOSXFlushWindows don't process idle tasks if there are no windows left.culler2018-11-151-9/+0
* | Use a better method for making test images on the mac emulate test images on ...culler2018-11-151-4/+0
|/
* Always check whether the return value of TkMacOSXGetTkWindow is NULL.culler2018-11-111-5/+3
* Support for light and dark modes on macOS.culler2018-11-101-1/+49
* Remove new Mojave virtual events to register system appearance changes becaus...Kevin Walzer2018-11-101-45/+1
* Quiet the warning about recursive calls to drawRect on older systems whereculler2018-11-061-2/+3
* Came up with a scheme for making test images behave the way that theculler2018-11-061-19/+8
* Make XSync, and hence update, be synchronous so test results are consistent. ...culler2018-11-051-2/+17
* No need for lockFocusIfCanDraw in 10.13 as long as isDrawing is not set in se...culler2018-11-041-13/+3
* On OSX < 10.14 do not set [NSApp isDrawing] inside [NSView setFrame].culler2018-11-031-2/+9
* On 10.13 we must now process idle events in drawRect, as in 10.14, but we alsoculler2018-11-031-4/+12
* Cleaned up the Rube Goldberg logic of TkMacOSXSetupDrawingContext and TkMacOS...culler2018-11-031-1/+2
* Be consistent about using TKLog and add one new log message.culler2018-11-011-1/+2
* Prevent recursive calls to [TKContentView drawRect].culler2018-11-011-6/+14
* Make TKWindow setFrame *always* generate expose events, and adjust the Fullsc...culler2018-10-271-4/+4
* Added some debugging tools.culler2018-10-261-9/+17
* Try adding an extra display of the Text widget when it syncs, without making ...culler2018-10-241-2/+2
* Added a boolean state variable so a displayProc can check if it is being run ...culler2018-10-241-0/+27
* Made a small change in tkTextDisp.c which (on 10.14) fixes the hang in text-1...culler2018-10-231-18/+3
* On Mojave, hangs can be prevented by processing virtual events in drawRect. ...culler2018-10-221-9/+21
* Add a runtime check for the OS version, to decide whether to process idle eve...culler2018-10-211-2/+6