summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-083-15/+43
|\ \
| * \ re-base to 'cleaned-up' core-8-6-branchjan.nijtmans2019-01-035-10/+10
| |\ \
| * \ \ Merge core-8-6-branch.culler2019-01-035-10/+10
| |\ \ \ | |/ / / |/| | |
| * | | 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-172-5/+5
| * | | 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
| |/ /
* | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-315-10/+10
|\ \ \ | |/ / |/| / | |/
| * As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-315-10/+10
* | 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-072-9/+13
* | Implement the fancy negative coordinates in wm geometry to make many moreculler2018-12-062-11/+23
* | Fix the inconsistencies in the wm geometry command reported in ticket [1c1f8d...culler2018-12-062-4/+18
* | Make overrideredirect windows display correctly even if the underlying NSWind...culler2018-12-062-38/+79
* | 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
* | Change tk::unsupported::MacWindowStyle tabbingid to also remove a tab if its ...culler2018-12-022-3/+14
* | Update README to explain how FullScreen, Split View and Tabbed windows areculler2018-12-021-31/+100
* | 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-013-2/+18
* | Make tabbed windows work correctly on macOS.culler2018-11-306-45/+198
* | Tidy up whitespace and casts of NULL.culler2018-11-281-26/+26
* | Fix gcc compiler issues on 10.6culler2018-11-272-2/+1
* | Fix display errors when resizing a window with tabs.culler2018-11-273-92/+100
* | Remove pointless call to [NSApp setIsDrawing:NO]culler2018-11-271-3/+0
* | Mac code cleanup. Move interfaces for subclasses of AppKit classes toculler2018-11-267-54/+63
* | 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
|\ \ \ | |/ / |/| |