summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon...culler2019-11-171-3/+8
|\
| * Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon...culler2019-11-171-3/+8
| |\
| | * Allow creating 0x0 NSImages, which work e.g. in labels, just don't allow usin...culler2019-11-111-3/+5
| | * Make all platforms check if an iconphoto image is valid and provide the same ...culler2019-11-101-4/+3
| | * Fix [53d28027e3]: Generate an error instead of a crash if wm iconphoto receiv...culler2019-11-091-0/+4
* | | Fix [c4abd2b0f3]: rework stackorder command on all platforms, and prevent pan...culler2019-11-171-55/+22
|\ \ \ | |/ /
| * | make TkWmStackorderToplevel return NULL if ckalloc fails.culler2019-11-091-10/+11
| * | Reimplement TkWmStackorderToplevel to make it straightforward and shorter and...culler2019-11-081-43/+13
| * | Fix [c4abd2b0f3]: Tcl Panic in TkWmStackorderToplevel (for Aqua)culler2019-11-071-14/+10
| |/
* | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-4/+4
|\ \ | |/
| * Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-4/+4
* | Merge 8.6jan.nijtmans2019-10-041-1/+2
|\ \ | |/
| * Fix [c420b565c0]: Aqua: allow isdark to work for non-root toplevels. Analysis...jan.nijtmans2019-10-041-1/+2
* | Add many (mostly MacOS) stub functions, needed for future implementation of X...jan.nijtmans2019-10-021-1/+1
* | Merge 8.6jan.nijtmans2019-09-241-1/+3
|\ \ | |/
| * Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r...jan.nijtmans2019-09-241-1/+3
| * Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-161-1/+1
| * Tweak logging message if NSWindow tabbing or apperance operation failsKevin Walzer2019-09-091-2/+2
| * Minor tweaks to tabbing window code on macOS, including to prevent a crash; t...Kevin Walzer2019-09-091-7/+8
* | Tweak logging messages if NSWindow apperance or tabbing operations fail on macOSKevin Walzer2019-09-091-2/+2
* | Minor tweaks to tabbing window code on macOS, including to prevent a crash; t...Kevin Walzer2019-09-091-7/+8
* | Merge 8.6jan.nijtmans2019-08-211-0/+1
|\ \ | |/
| * Remove call to Tcl_PanicKevin Walzer2019-08-211-1/+0
| * Remove crash, replace with NSLog message calling for update if MacWindowStyle...Kevin Walzer2019-08-211-1/+4
* | Remove crash, replace with NSLog message calling for update if MacWindowStyle...Kevin Walzer2019-08-211-1/+2
* | Merge 8.6jan.nijtmans2019-08-191-1/+2
|\ \ | |/
| * Fix more X11 function signatures in MacOSX portjan.nijtmans2019-08-191-1/+2
* | More removals of "register" keyword.jan.nijtmans2019-08-161-30/+30
* | Merge 8.6 to fix unrecognized selectors and zombiesculler2019-07-161-3/+4
|\ \ | |/
| * Fix two 'unrecognized selector' crashes in macOS 10.9 and 10.10culler2019-07-161-3/+4
* | Fix error message in tk::unsupported::MacWindowStyle appearance.culler2019-07-111-2/+1
|\ \ | |/
| * Fix error message in tk::unsupported::MacWindowStyle appearance.culler2019-07-111-2/+1
* | Merge 8.6jan.nijtmans2019-06-261-1/+1
|\ \ | |/
| * Merge 8.5jan.nijtmans2019-06-261-1/+1
| |\
| | * Fix (minor) memory leak (backported from Tk 8.6). Some efficientcy improvemen...jan.nijtmans2016-01-241-48/+32
| | * Crash in Mac test suite no longer triggered after patch from Marc CullerKevin Walzer2016-01-241-2/+0
| | * Additional fixes for memory leaks, window flickering on OS X 10.11; thanks to...Kevin Walzer2016-01-091-0/+2
| | * Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-29/+42
| | * Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-5/+41
| | * Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-0/+42
| | * Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-081-17/+17
| | * Fixed failed compile.dgp2015-03-211-23/+11
| | * Final cleanup of zombie windows in CocoaKevin Walzer2015-03-211-0/+2
| | * Improvement of memory management, removal of zombie windows from Tk-Cocoa; th...Kevin Walzer2015-03-211-0/+13
| | * Cleanup and simplification of memory management in event loop; now works more...Kevin Walzer2015-03-211-1/+13
| | * Cleanup and improvement of tracking of native windows in Cocoa; thanks to Mar...Kevin Walzer2015-03-211-55/+47
| | * Remove garbage collections calls as GC is no longer supported on OS X; thanks...Kevin Walzer2015-03-211-3/+3
* | | Merge 8.6jan.nijtmans2019-06-241-1/+1
|\ \ \ | |/ /
| * | Tk_DoOneEvent -> Tcl_DoOneEvent, since the Tk variant is deprecated. See: [50...jan.nijtmans2019-06-241-1/+1
* | | Fix bug [436ad6fe5f]: wm manage command broken in 8.6.9.culler2019-06-141-2/+1
|\ \ \ | |/ /