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