summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the containment test for menubars. Ensure that the command returns an emptyculler2018-12-131-29/+21
* Fix the containment test, check for iconified windows, adjust some tests.culler2018-12-122-34/+44
* Correct some of the logic in Tk_CoordsToWindow.culler2018-12-121-6/+20
* Fix aqua FrontWindowAtPoint which was saying that every point was in the top ...culler2018-12-111-3/+8
* merge core-8-6-branch (autosync failed because of permissions)culler2018-12-115-120/+305
|\
| * Make overrideredirect windows work. Fix overrideredirect and transient fulls...culler2018-12-115-120/+305
| |\
| | * On OSX 10.6 the styleMask must be cleared to get rid of the title bar. Fix aculler2018-12-112-5/+16
| | * Fix cut-and-paste error.culler2018-12-101-8/+10
| | * Don't force other platforms to wait for the aqua animations to finish.culler2018-12-101-5/+5
| | * Aqua: Fix some subtle bugs in wm geometry. Fix the iconwindow implementation.culler2018-12-092-52/+88
| | * On Aqua, tests should wait for the animation to finish before checking theculler2018-12-082-4/+17
| | * Remove overrideredirect, transient, and help-styled windows from fullscreen APIKevin Walzer2018-12-081-18/+8
| | * Fix error on constraint name: unix is not x11fvogel2018-12-071-1/+1
| | * Refine tests wm-stackorder-5.2 and -6.1 to run a test of the behavior on all ...fvogel2018-12-071-2/+24
| | * Fix constraint name. !aqua is not a known constraint (the test was skipped in...fvogel2018-12-071-2/+2
| | * Give overrideredirect windows CollectionBehaviors so they do not try to becomeculler2018-12-072-9/+13
| | * Mark tests wm-stackorder-5.2 and wm-stackorder-6.1 as inappropriate for aqua.culler2018-12-071-3/+4
| | * 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
* | | fix bug [18a4ba19bd]: winfo containing gives wrong answer on linux.culler2018-12-111-15/+9
|/ /
* | Add documentation on fullscreen and tabbed window interfaces on macOS to menu...Kevin Walzer2018-12-031-1/+4
|/
* Change tk::unsupported::MacWindowStyle tabbingid to also remove a tab if its ...culler2018-12-022-3/+14
* Rework support for FullScreen windows. Provide support for Split View andculler2018-12-0214-193/+447
|\
| * 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
| * On the mac, use the default menu bar for the widget demo.culler2018-12-011-8/+3
| * Make tabbed windows work correctly on macOS.culler2018-11-307-45/+203
| * Tidy up whitespace and casts of NULL.culler2018-11-284-34/+34
| * 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 unnecessary type-casts from doc examplesjan.nijtmans2018-11-272-6/+6
|/
* 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
* Fix spelling error in a variable name (GitHub PR #5, chrstphrchvz)fvogel2018-11-251-6/+6
* Fix [9b0f3ee54e]: Make the error message more specific when OpenClipboard fai...fvogel2018-11-253-4/+16
|\
| * Comment clipboard.test and winClipboard.testfvogel2018-11-172-4/+9
| * Make a difference in the error message between the case where the clipboard i...fvogel2018-11-161-2/+7
| * Fix [9b0f3ee54e]: Better highlight that winClipboard tests may fail if a VNC ...fvogel2018-11-151-2/+4
* | 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
* | | Fix bug e3b954df68: mouse cursor is offset when tab bar is shown or window go...culler2018-11-243-150/+86
|\ \ \ | |/ / |/| |
| * | 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