| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Wish now launches in front when caed from command line, and focus -force work... | Kevin Walzer | 2015-03-15 | 1 | -13/+25 |
|
|
* | Fix for crash in deleted toplevels when not removed from Cocoa window menu; t... | Kevin Walzer | 2015-03-06 | 1 | -0/+1 |
|
|
* | Silence some compiler warnings | dgp | 2015-02-12 | 1 | -3/+2 |
|
|
* | Fix for 3016181, thanks to Tom Goddard for patch | Kevin Walzer | 2013-08-25 | 1 | -3/+8 |
|
|
* | Tk_CancelIdleCall -> Tcl_CancelIdleCall | jan.nijtmans | 2013-01-23 | 1 | -3/+3 |
|
|
* | Make Aqua Tk build on OSX Leopard again; *I* still use it! | dkf | 2012-12-17 | 1 | -4/+25 |
|
|
* | 3574893 Add overlooked toplevel ref count maintenance in the [wm manage|forget] | dgp | 2012-10-24 | 1 | -0/+6 |
|
|
* | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -12/+12 |
|
|
* | Backport of dgp wm-forget and wm-manage fixes; test suite no longer crashes | Kevin Walzer | 2012-10-18 | 1 | -6/+17 |
|
|
* | Backport of dgp fixes to trunk for Tk-Cocoa | Kevin Walzer | 2012-09-25 | 1 | -1/+3 |
|
|
* | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -1093/+1194 |
|
|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS X | das | 2009-02-06 | 1 | -1/+7 |
|
|
| * | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26 | das | 2007-12-18 | 1 | -33/+78 |
|
|
| * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -12/+205 |
|
|
| * | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class of | das | 2007-10-26 | 1 | -24/+27 |
|
|
| * | * macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): manually constrain resize | das | 2007-10-11 | 1 | -2/+13 |
|
|
| * | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -17/+13 |
|
|
| * | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -8/+8 |
|
|
| * | * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enable | das | 2007-06-06 | 1 | -59/+22 |
|
|
| * | * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup. | das | 2007-06-04 | 1 | -7/+5 |
|
|
| * | * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete all | das | 2007-05-31 | 1 | -11/+32 |
|
|
| * | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -9/+10 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -2021/+2450 |
|
|
| * | * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-private | das | 2006-10-31 | 1 | -6/+6 |
|
|
| * | fix logic bug in previous commit | das | 2006-09-11 | 1 | -9/+13 |
|
|
| * | * macosx/tkMacOSXWm.c (TkMacOSXMakeRealWindowExist): revert part of | das | 2006-09-11 | 1 | -34/+61 |
|
|
| * | whitespace | das | 2006-09-10 | 1 | -2/+2 |
|
|
| * | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -6/+13 |
|
|
| * | * macosx/tkMacOSXWm.c (WmAttributesCmd): correct OS X result for | hobbs | 2006-08-17 | 1 | -45/+44 |
|
|
| * | * macosx/tkMacOSXWm.c (TkWmMapWindow): fix incorrect values of wmInfo | das | 2006-07-24 | 1 | -10/+22 |
|
|
| * | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add support | das | 2006-07-20 | 1 | -25/+27 |
|
|
| * | fix building on Jaguar: move defines of newer OS constants to top, fix warnings | das | 2006-05-16 | 1 | -13/+16 |
|
|
| * | * macosx/tkMacOSXWindowEvent.c (TkMacOSXGenerateFocusEvent): don't send | das | 2006-05-16 | 1 | -14/+55 |
|
|
| * | * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use of | das | 2006-04-28 | 1 | -53/+19 |
|
|
| * | * macosx/tkMacOSXEmbed.c: | das | 2006-04-22 | 1 | -7/+61 |
|
|
| * | * macosx/tkMacOSXInt.h: Implemented 'zoomed' window state | das | 2006-04-11 | 1 | -70/+118 |
|
|
| * | * macosx/tkMacOSXWm.c (TkSetWMName, TkMacOSXMakeRealWindowExist): | das | 2006-04-10 | 1 | -15/+8 |
|
|
| * | * macosx/tkMacOSXWm.c (WmResizableCmd): propagate window attribute | das | 2006-04-09 | 1 | -6/+16 |
|
|
| * | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): fix return | das | 2006-04-07 | 1 | -3/+3 |
|
|