| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup of last patch to Tk-Cocoa | Kevin Walzer | 2015-11-08 | 1 | -15/+0 |
|
|
* | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -41/+60 |
|
|
* | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -48/+42 |
|
|
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -42/+48 |
|
|
* | Cleanup and simplification of memory management in event loop; now works more... | Kevin Walzer | 2015-03-21 | 1 | -4/+29 |
|
|
* | Wish now launches in front when caed from command line, and focus -force work... | Kevin Walzer | 2015-03-15 | 1 | -2/+2 |
|
|
* | Fix for CGRect/NSRect confusion | Kevin Walzer | 2015-02-22 | 1 | -1/+1 |
|
|
* | Restore live resize to Cocoa with reduced flickering; addresses most serious ... | Kevin Walzer | 2015-02-19 | 1 | -46/+36 |
|
|
* | Fine-tune display during resize events; now shows resize in progress but does... | Kevin Walzer | 2015-02-18 | 1 | -3/+1 |
|
|
* | Remove calls during window resize notification that cause crash on Cocoa | Kevin Walzer | 2015-02-14 | 1 | -6/+0 |
|
|
* | Minor edit of window event code on Cocoa | Kevin Walzer | 2015-01-12 | 1 | -5/+0 |
|
|
* | Reduce redraw issues during window zoom events on Cocoa | Kevin Walzer | 2014-12-31 | 1 | -0/+6 |
|
|
* | Refinement of redraw during window resizing in Cocoa; refinement of button di... | Kevin Walzer | 2014-12-28 | 1 | -6/+25 |
|
|
* | All on Tk/Cocoa: Improve view performance during resizing; implement custom d... | Kevin Walzer | 2014-12-24 | 1 | -23/+18 |
|
|
* | Minor optimization of drawing code in OSX | Kevin Walzer | 2014-12-21 | 1 | -0/+1 |
|
|
* | Back out changes not pertaining to private API; those files should not have b... | Kevin Walzer | 2014-11-18 | 1 | -1/+1 |
|
|
* | Fixes to tkMacOSXWindowEvent.c to improve drawing performance after removal o... | Kevin Walzer | 2014-09-24 | 1 | -17/+49 |
|
|
* | Remove debug message from window event code | Kevin Walzer | 2014-09-23 | 1 | -2/+0 |
|
|
* | Fine-tune display of buttons on Tk/Cocoa on horizontal scroll | Kevin Walzer | 2014-09-23 | 1 | -0/+2 |
|
|
* | Fix display of scrollbars when their window is not mapped in Tk-Cocoa | Kevin Walzer | 2014-09-23 | 1 | -17/+18 |
|
|
* | Fine-tune scrolling, especially of text widgets with embedded windows, after ... | Kevin Walzer | 2014-07-28 | 1 | -169/+1 |
|
|
* | Add copyright notice to Marc Culler for extensive patch to alpha rendering on... | Kevin Walzer | 2014-07-25 | 1 | -0/+10 |
|
|
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|\ |
|
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -3/+3 |
|
|
* | | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -2/+2 |
|
|
* | | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -572/+687 |
|/ |
|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
* | * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fix | das | 2008-06-19 | 1 | -2/+2 |
|
|
* | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -49/+76 |
|
|
* | * macosx/tkMacOSXWindowEvent.c (Tk_MacOSXIsAppInFront): use process mgr | das | 2007-07-09 | 1 | -14/+13 |
|
|
* | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -17/+20 |
|
|
* | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup. | das | 2007-06-04 | 1 | -3/+2 |
|
|
* | * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete all | das | 2007-05-31 | 1 | -1/+15 |
|
|
* | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -54/+48 |
|
|
* | * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the front | das | 2007-05-09 | 1 | -133/+131 |
|
|
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -283/+483 |
|
|
* | comment typo | das | 2006-11-02 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): fix handling of | das | 2006-11-02 | 1 | -31/+37 |
|
|
* | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgr | das | 2006-09-10 | 1 | -3/+4 |
|
|
* | fix typo: visable -> visible | das | 2006-07-24 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXWindowEvent.c (TkMacOSXGenerateFocusEvent): don't send | das | 2006-05-16 | 1 | -1/+10 |
|
|
* | * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use of | das | 2006-04-28 | 1 | -4/+4 |
|
|
* | * macosx/tkMacOSXHLEvents.c: call ::tk::mac::* procs for all | das | 2006-04-11 | 1 | -16/+10 |
|
|
* | * macosx/tkMacOSXInt.h: Implemented 'zoomed' window state | das | 2006-04-11 | 1 | -2/+3 |
|
|
* | * macosx/tkMacOSX.h: Cleaned up & rationalized order of | das | 2006-03-28 | 1 | -2/+1 |
|
|
* | * generic/tk.decls: fix signature of TkMacOSXInvalClipRgns | das | 2006-02-09 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXInt.h: | das | 2005-12-08 | 1 | -8/+8 |
|
|
* | * macosx/tkMacOSXXStubs.c (TkpOpenDisplay, TkMacOSXDisplayChanged): | hobbs | 2005-11-30 | 1 | -10/+18 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -7/+11 |
|
|