summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [b7d851e988]: crash caused by not finding the toplevel for the dragTarget...culler2022-01-061-1/+2
* Correct typos in various comments.fvogel2022-01-011-1/+1
* Call TkUpdatePointer when a toplevel is destroyed.marc_culler2021-12-201-5/+7
* Remove the isDead property from TKWindow since it is no longer needed.marc_culler2021-12-201-4/+0
* Prevent stale references in the persistent mouse event processing state.marc_culler2021-12-201-4/+30
* Make target not be static in processMouseEvent.marc_culler2021-12-201-1/+5
* Add a property to TKWindow which indicates that the associated Tk window is b...marc_culler2021-12-191-0/+2
* Trying to receive motion events when the mouse leaves the window.marc_culler2021-11-201-1/+1
* Make Enter and Leave events work on macOS.marc_culler2021-11-191-1/+0
* The call to orderOut was missing because it was accidentally deleted. Put it...culler2021-11-101-1/+0
* Remove code left by mistake; add a missing call to orderOut; be consistent wh...culler2021-11-101-1/+2
* Redraw windows after deiconify. Fixes [d4d6319b9d]. Also fixes empty tooltip...culler2021-05-311-0/+2
* Fix aqua crash in wm-transient-7.5culler2021-05-231-0/+1
* Fix typoculler2021-05-021-3/+0
* Edit commentculler2021-04-301-6/+6
* Do not process idle events before withdrawing a window.culler2021-04-301-1/+11
* Add a call to [window display] after creating a new window. This makes the t...marc_culler2021-04-291-0/+1
* Deal with new test failures revealed by changing the order of the tests.culler2021-04-281-1/+8
* Try to avoid the rare crash in Tk_MacOSXGetTkWindow which has been seen at ex...culler2021-04-271-3/+6
* Eliminate the one call to setTkDirtyRect, which is unnecessary.culler2021-04-191-2/+1
* More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-11/+11
* Fix build in macOS 10.11 El Capitan: @available is not available in 10.11marc_culler2020-12-131-1/+1
* Fix segfault introduced by the fix for [4a40c6cace].culler2020-12-041-3/+5
* Fix [4a40c6cace]: On Aqua managed widgets are drawn with their former offset....marc_culler2020-11-241-3/+13
* Merge 8.5 (just a few typo's)jan.nijtmans2020-10-281-2/+2
|\
| * Fix some C++ comments in ttkWinXPTheme.c (needed for MSVC++ 6.0)jan.nijtmans2020-10-281-4/+4
* | Fix [175a6e4bb6]: Aqua tiled fullscreen windows cannot be resized.marc_culler2020-10-061-4/+3
* | Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-271-3/+93
* | Last TIP #581 changes. 100% done nowjan.nijtmans2020-09-271-6/+6
* | Also fix [3762a0a944] using the suggestion in the ticket from Christopher Cha...marc_culler2020-09-091-1/+1
* | Fix [ab1feaea9c]: Aqua initialization issues exposed by Scid vs Mac.marc_culler2020-09-091-2/+4
* | TIP #581: More progressjan.nijtmans2020-09-091-17/+17
* | Fix TkMacOSXGetXWindow so it returns a Window, not a Tk_Window cast as a Window.marc_culler2020-09-081-2/+4
* | 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon...jan.nijtmans2020-09-081-8/+11
|\ \
| * | Re-introduce TkMacOSXGetTkWindow() as macrojan.nijtmans2020-09-061-8/+8
| * | Merge 8.6jan.nijtmans2020-09-021-9/+9
| |\ \
| * \ \ Merge 8.6jan.nijtmans2020-09-021-44/+42
| |\ \ \
| * \ \ \ Rename 3 badly named functions that were exported as stubs; export under both...marc_culler2020-09-011-25/+31
| |\ \ \ \
| | * | | | Suggestions for name cleanup with compatibiltiy for 8.6.11culler2020-09-011-24/+33
| * | | | | Merge 8.6. Change signature of Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForD...jan.nijtmans2020-09-011-35/+12
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as...jan.nijtmans2020-08-281-3/+3
* | | | | | Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate mou...marc_culler2020-09-071-108/+39
|\ \ \ \ \ \
| * | | | | | Remove a hash table that was not neededculler2020-09-041-108/+38
| * | | | | | Better fix for [d72abe6b54] using NSEvents.marc_culler2020-09-021-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Split long linejan.nijtmans2020-09-061-1/+2
| |_|_|/ / |/| | | |
* | | | | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-9/+9
|/ / / /
* | | | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-58/+58
| |/ / |/| |
* | | Remove obsolete codejan.nijtmans2020-08-311-23/+0
|/ /
* | Some internal master -> container renamings, nothing related to APIjan.nijtmans2020-08-271-80/+80
* | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-221-1/+1