summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Merge fix for Tk console not accepting keyboard input initially when launched...Kevin Walzer2018-11-251-0/+8
|\
| * Workaround for bundled Wish console not accepting keyboard input on MojaveKevin Walzer2018-11-241-0/+8
* | 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-243-1/+38
* | 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-222-11/+21
* | Implement NSWindow methods toggleTabBar and toggleFullScreen by calling super...culler2018-11-211-145/+12
|/
* Fix the bug that caused a crash on macOS when switching to the Alt theme.culler2018-11-201-4/+13
|\
| * Refine TkMacOSXFlushWindows and add a call to it in ThemeChangedProc (macOS o...culler2018-11-191-4/+13
* | Fix the bug that caused a Spinbox to shrink each time it was displayed on macOS.culler2018-11-201-2/+17
|\ \ | |/ |/|
| * Implement a *correct* fix for the Spinbox drawing code, thanks to Christian W...culler2018-11-191-3/+24
| * Fix bug [273b6a4996]: spinbox shrivelsculler2018-11-181-9/+3
* | 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-162-7/+13
* | Fix a humongous memory leak on macOS, caused by accidentally deleting a call ...culler2018-11-162-4/+13
* | In TkMacOSXFlushWindows don't process idle tasks if there are no windows left.culler2018-11-152-10/+3
* | Use a better method for making test images on the mac emulate test images on ...culler2018-11-157-33/+13
|/
* Fix some inconsistent indentation; add missing emacs local variables.culler2018-11-114-18/+41
* Always check whether the return value of TkMacOSXGetTkWindow is NULL.culler2018-11-115-16/+25
* Restore the README description of virtual events for appearance changes.culler2018-11-111-7/+6
* 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-103-54/+9
* TkPutImage should not assume that a pixmap is transparent, even though it doe...culler2018-11-102-2/+9
* Fix spelling in comment (GitHub PR #4, chrstphrchvz)fvogel2018-11-091-1/+1
* Restore the list of contributors to the new About dialog.culler2018-11-081-7/+30
* Fixed transparency issues and crashes related to PhotoImages and greatly simp...culler2018-11-084-75/+88
* Tweak title of about dialogKevin Walzer2018-11-081-1/+1
* One more fix for about dialogKevin Walzer2018-11-081-1/+1
* Replace old about dialog with standard alert that displays correctly on 10.14Kevin Walzer2018-11-081-30/+13
* Remove code that was commented out.culler2018-11-081-3/+2
* Fix crash due to key events from the about dialog having an NSWindow with no ...culler2018-11-071-6/+10
* Fix two image bugs. BitmapImageReps may have bytesPerRow > 4*width. Do not copyculler2018-11-072-6/+22
* 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-067-48/+55
* Fix bug in FrontWindowAtPoint that was causing raise.test to fail on OSX < 10...culler2018-11-061-6/+6
* Fix misspelled constant name in OSX < 10.12.culler2018-11-062-3/+3
* Make XSync, and hence update, be synchronous so test results are consistent. ...culler2018-11-056-10/+66
* 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-035-76/+73
* Use stderr when printing debug messages to the terminal.culler2018-11-012-4/+6
* Be consistent about using TKLog and add one new log message.culler2018-11-013-12/+13
* Prevent recursive calls to [TKContentView drawRect].culler2018-11-011-6/+14
* Edited comments in tkMacOSXScrlbr.cculler2018-10-301-39/+48
* Fixed scrollbar behavior. Added some padding in buttons for 10.6 only.culler2018-10-302-57/+139
* One more #define constant adjusted, for building on OSX 10.10.culler2018-10-291-1/+1