summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
Commit message (Expand)AuthorAgeFilesLines
* Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-4/+4
* Fix [c420b565c0]: Aqua: allow isdark to work for non-root toplevels. Analysis...jan.nijtmans2019-10-041-1/+2
* 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
* 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
* Fix more X11 function signatures in MacOSX portjan.nijtmans2019-08-191-1/+2
* 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
* 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
* | 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.9culler2019-06-121-2/+1
* | Fix bug [9ebc6fd168]: Aqua can report incorrect mouse coordinates.culler2019-06-031-8/+2
* | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-2/+2
* | Put the brace outside the #endif where it belongs.culler2019-04-191-1/+1
* | Fine tune aqua ttk colors. Fix availability errors introduced in 6cafd6f7.culler2019-04-191-7/+9
* | Some things must be conditionally compiled. Really.dkf2019-04-191-14/+9
* | Eliminate the confusing conditional code from ttkMacOSXTheme.c.culler2019-04-181-8/+10
* | Mitigate future merge conflict headaches.culler2019-04-171-34/+48
* | Implement "tk::unsupported::MacWindowStyle isdark" to determine whether anculler2019-04-141-3/+9
* | Fix the build for OSX 10.9 (Mavericks)culler2019-04-121-1/+5
* | Add the formatting changes and conditional code for OSX 10.12 toculler2019-04-111-132/+167
* | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-111-9/+124
|\ \
| * | Fix error handling for MacWindowStyle appearance and tabbingid.culler2019-03-191-13/+23
| * | Added ::tk::unsupported::MacWindowStyle appearance to control which appearanc...culler2019-03-181-6/+111
* | | Make it be an error to create a transient/master cycle on Aqua. Otherculler2019-03-011-14/+11
* | | Fix bugs in the list management code for the record of transient windows.culler2019-02-281-19/+32
* | | Remove some bloat from tkMacOSXWm.c.culler2019-02-281-64/+34
* | | Make sure that we don't create cycles in the parent->child digraph even ifculler2019-02-281-23/+39
* | | Adding 1 character fixes two of the three crashes reported in ticket [1951abf...culler2019-02-271-1/+1
|/ /
* | Fix bug [9771ae0f0b]: In Aqua, deiconifying a transient of a withdrawn window...culler2019-02-231-3/+14
* | Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-071-2/+4
|\ \
| * | Changes which make unixEmbed-8.1a pass on macOS.culler2019-01-311-2/+4
* | | Fix bugs that could lead to segfaults when the test interpreter is destroyed.culler2019-01-271-36/+73
* | | Fix bug [688cd9c9de]: many wm-transient tests fail on macOSculler2019-01-271-7/+134
|/ /