| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh... | culler | 2019-10-21 | 1 | -1/+1 |
|
|
* | Fix bug [5ddeca5927]: In Aqua, withdrawn windows can appear as zombies when a... | culler | 2019-07-15 | 1 | -0/+16 |
|
|
* | Fix bug [9ebc6fd168]: Aqua can report incorrect mouse coordinates. | culler | 2019-06-03 | 1 | -4/+0 |
|
|
* | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
|
|
* | Fix bug [4d2e8d4d5c]: Aqua notebooks sometimes do not draw a new pane immedia... | culler | 2019-04-24 | 1 | -2/+37 |
|
|
* | Mitigate future merge conflict headaches. | culler | 2019-04-17 | 1 | -37/+27 |
|
|
* | Implement "tk::unsupported::MacWindowStyle isdark" to determine whether an | culler | 2019-04-14 | 1 | -9/+4 |
|
|
* | Remove a missed unused variable. | culler | 2019-02-13 | 1 | -1/+0 |
|
|
* | Fix bug [2249e64bdc]: Some unixWm tests expect the impossible on Aqua | culler | 2019-02-13 | 1 | -14/+0 |
|
|
* | Fix bug [b389dfcd8f]: Aqua miscalculates window position on secondary display | culler | 2019-02-13 | 1 | -4/+2 |
|
|
* | Tweak the last commit: generate FocusOut events when the NSApp is deactivated. | culler | 2019-01-30 | 1 | -1/+1 |
|
|
* | A small change in how ActivateEvents are handled makes unixEmbed-5.3a pass | culler | 2019-01-30 | 1 | -1/+3 |
|
|
* | Give overrideredirect windows CollectionBehaviors so they do not try to become | culler | 2018-12-07 | 1 | -1/+0 |
|
|
* | Implement the fancy negative coordinates in wm geometry to make many more | culler | 2018-12-06 | 1 | -3/+6 |
|
|
* | Fix the inconsistencies in the wm geometry command reported in ticket [1c1f8d... | culler | 2018-12-06 | 1 | -3/+18 |
|
|
* | Make overrideredirect windows display correctly even if the underlying NSWind... | culler | 2018-12-06 | 1 | -5/+5 |
|
|
* | Stop withdrawn windows from being displayed when the Wish app is reopened. | culler | 2018-12-04 | 1 | -0/+14 |
|
|
* | Fix bug[185c8557d9]: issues with overrideredirect and zoomed state | culler | 2018-12-04 | 1 | -0/+13 |
|
|
* | Fix gcc compiler issues on 10.6 | culler | 2018-11-27 | 1 | -1/+1 |
|
|
* | Fix display errors when resizing a window with tabs. | culler | 2018-11-27 | 1 | -25/+8 |
|
|
* | Remove pointless call to [NSApp setIsDrawing:NO] | culler | 2018-11-27 | 1 | -3/+0 |
|
|
* | Implement window:willUseFullScreenContentSize so fullscreen windows will real... | culler | 2018-11-24 | 1 | -0/+19 |
|
|
* | Edited a comment. | culler | 2018-11-22 | 1 | -3/+2 |
|
|
* | Fix coordinates when window exits full screen | Kevin Walzer | 2018-11-22 | 1 | -0/+21 |
|
|
* | Apply window attributes in an NSWindowDidEnterFullScreenNotification observer | culler | 2018-11-22 | 1 | -0/+21 |
|
|
* | Restore protection against recursive calls to [NSView drawRect] which was acc... | culler | 2018-11-19 | 1 | -2/+4 |
|
|
* | merge release | dgp | 2018-11-17 | 1 | -0/+3 |
|\ |
|
| * | Possible fix for regression in Mojave appearance. Needs Mojave testing. | dgp | 2018-11-17 | 1 | -0/+3 |
|
|
| * | Fix a humongous memory leak on macOS, caused by accidentally deleting a call ... | dgp | 2018-11-16 | 1 | -4/+7 |
|
|
* | | Fix a humongous memory leak on macOS, caused by accidentally deleting a call ... | culler | 2018-11-16 | 1 | -1/+7 |
|
|
* | | In TkMacOSXFlushWindows don't process idle tasks if there are no windows left. | culler | 2018-11-15 | 1 | -9/+0 |
|
|
* | | Use a better method for making test images on the mac emulate test images on ... | culler | 2018-11-15 | 1 | -4/+0 |
|/ |
|
* | Always check whether the return value of TkMacOSXGetTkWindow is NULL. | culler | 2018-11-11 | 1 | -5/+3 |
|
|
* | Support for light and dark modes on macOS. | culler | 2018-11-10 | 1 | -1/+49 |
|
|
* | Remove new Mojave virtual events to register system appearance changes becaus... | Kevin Walzer | 2018-11-10 | 1 | -45/+1 |
|
|
* | Quiet the warning about recursive calls to drawRect on older systems where | culler | 2018-11-06 | 1 | -2/+3 |
|
|
* | Came up with a scheme for making test images behave the way that the | culler | 2018-11-06 | 1 | -19/+8 |
|
|
* | Make XSync, and hence update, be synchronous so test results are consistent. ... | culler | 2018-11-05 | 1 | -2/+17 |
|
|
* | No need for lockFocusIfCanDraw in 10.13 as long as isDrawing is not set in se... | culler | 2018-11-04 | 1 | -13/+3 |
|
|
* | On OSX < 10.14 do not set [NSApp isDrawing] inside [NSView setFrame]. | culler | 2018-11-03 | 1 | -2/+9 |
|
|
* | On 10.13 we must now process idle events in drawRect, as in 10.14, but we also | culler | 2018-11-03 | 1 | -4/+12 |
|
|
* | Cleaned up the Rube Goldberg logic of TkMacOSXSetupDrawingContext and TkMacOS... | culler | 2018-11-03 | 1 | -1/+2 |
|
|
* | Be consistent about using TKLog and add one new log message. | culler | 2018-11-01 | 1 | -1/+2 |
|
|
* | Prevent recursive calls to [TKContentView drawRect]. | culler | 2018-11-01 | 1 | -6/+14 |
|
|
* | Make TKWindow setFrame *always* generate expose events, and adjust the Fullsc... | culler | 2018-10-27 | 1 | -4/+4 |
|
|
* | Added some debugging tools. | culler | 2018-10-26 | 1 | -9/+17 |
|
|
* | Try adding an extra display of the Text widget when it syncs, without making ... | culler | 2018-10-24 | 1 | -2/+2 |
|
|
* | Added a boolean state variable so a displayProc can check if it is being run ... | culler | 2018-10-24 | 1 | -0/+27 |
|
|
* | Made a small change in tkTextDisp.c which (on 10.14) fixes the hang in text-1... | culler | 2018-10-23 | 1 | -18/+3 |
|
|
* | On Mojave, hangs can be prevented by processing virtual events in drawRect. ... | culler | 2018-10-22 | 1 | -9/+21 |
|
|