summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Fix over-correction in the last commit. We must allow item to be nil on macOS.culler2019-01-271-1/+1
* For macOS, guard against a crash in TkpPostMenu and fix TkPostTearoffMenu.culler2019-01-151-11/+15
* Fix name collision on macOS. Clarify some logic in the geometry computation.culler2019-01-152-7/+7
* Use TkGetMenuIndex to parse the index argument to the post command.culler2019-01-151-4/+4
* Fix the underlying problem with empty menubuttons on the mac, rather than theculler2019-01-141-28/+20
* Deal with empty menubuttons on the mac.culler2019-01-131-3/+12
* Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu postculler2019-01-131-6/+15
* Fix related menubutton issues on linux and Windows.culler2019-01-111-37/+36
* Fix bug [70e531918e]: geometry issues with menubuttons on macOSculler2019-01-093-161/+110
* Implement local grabs for Aqua.culler2019-01-052-16/+34
* re-base to 'cleaned-up' core-8-6-branchjan.nijtmans2019-01-035-10/+10
|\
* \ Merge core-8-6-branch.culler2019-01-035-10/+10
|\ \
| * \ 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
* | | 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
|/ /
* | 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