summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | More use of TCL_UNUSED() macrojan.nijtmans2020-08-061-55/+52
* | All tests pass on Yosemite now.culler2020-07-231-0/+5
* | More Yosemite fixes. Why did it start to hang in safePrimarySelection-3.1?culler2020-07-221-1/+3
* | Fix issues with mapping and unmapping windows revealed by tests on Yosemite.culler2020-07-221-11/+3
* | Fix the display artifacts in the (unneeded) withdraw-configure-deiconify cycle.culler2020-07-171-7/+8
* | Merge 8.6jan.nijtmans2020-07-121-7/+7
|\ \
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
| * | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-6/+6
* | | A partly but not completely successful attempt to control how drawRect is run.culler2020-05-301-2/+3
|/ /
* | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-11/+23
* | Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to preve...culler2020-05-111-50/+67
* | Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c...jan.nijtmans2020-03-111-32/+32
* | Fix for wm fullscreen attributes bit on macOS; thanks to Christopher Chavez f...Kevin Walzer2020-03-111-2/+2
* | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon...culler2019-11-171-3/+8
|\ \