summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWindowEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Additional fixes for memory leaks, window flickering on OS X 10.11; thanks to...Kevin Walzer2016-01-091-4/+6
* Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-10/+24
* Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-6/+7
* Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-081-15/+0
* Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-41/+60
* Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-48/+42
* Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-42/+48
* Cleanup and simplification of memory management in event loop; now works more...Kevin Walzer2015-03-211-4/+29
* Wish now launches in front when caed from command line, and focus -force work...Kevin Walzer2015-03-151-2/+2
* Fix for CGRect/NSRect confusionKevin Walzer2015-02-221-1/+1
* Restore live resize to Cocoa with reduced flickering; addresses most serious ...Kevin Walzer2015-02-191-46/+36
* Fine-tune display during resize events; now shows resize in progress but does...Kevin Walzer2015-02-181-3/+1
* Remove calls during window resize notification that cause crash on CocoaKevin Walzer2015-02-141-6/+0
* Minor edit of window event code on CocoaKevin Walzer2015-01-121-5/+0
* Reduce redraw issues during window zoom events on CocoaKevin Walzer2014-12-311-0/+6
* Refinement of redraw during window resizing in Cocoa; refinement of button di...Kevin Walzer2014-12-281-6/+25
* All on Tk/Cocoa: Improve view performance during resizing; implement custom d...Kevin Walzer2014-12-241-23/+18
* Minor optimization of drawing code in OSXKevin Walzer2014-12-211-0/+1
* Back out changes not pertaining to private API; those files should not have b...Kevin Walzer2014-11-181-1/+1
* Fixes to tkMacOSXWindowEvent.c to improve drawing performance after removal o...Kevin Walzer2014-09-241-17/+49
* Remove debug message from window event codeKevin Walzer2014-09-231-2/+0
* Fine-tune display of buttons on Tk/Cocoa on horizontal scrollKevin Walzer2014-09-231-0/+2
* Fix display of scrollbars when their window is not mapped in Tk-CocoaKevin Walzer2014-09-231-17/+18
* Fine-tune scrolling, especially of text widgets with embedded windows, after ...Kevin Walzer2014-07-281-169/+1
* Add copyright notice to Marc Culler for extensive patch to alpha rendering on...Kevin Walzer2014-07-251-0/+10
* Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
|\
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-3/+3
* | remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-2/+2
* | Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-572/+687
|/
* Purge RCS Keywords.dgp2011-06-081-2/+0
* * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fixdas2008-06-191-2/+2
* Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-49/+76
* * macosx/tkMacOSXWindowEvent.c (Tk_MacOSXIsAppInFront): use process mgrdas2007-07-091-14/+13
* * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-17/+20
* * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros;das2007-06-091-2/+2
* * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup.das2007-06-041-3/+2
* * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete alldas2007-05-311-1/+15
* * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API.das2007-05-301-54/+48
* * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the frontdas2007-05-091-133/+131
* * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-283/+483
* comment typodas2006-11-021-2/+2
* * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): fix handling ofdas2006-11-021-31/+37
* * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-3/+4
* fix typo: visable -> visibledas2006-07-241-2/+2
* * macosx/tkMacOSXWindowEvent.c (TkMacOSXGenerateFocusEvent): don't senddas2006-05-161-1/+10
* * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use ofdas2006-04-281-4/+4
* * macosx/tkMacOSXHLEvents.c: call ::tk::mac::* procs for alldas2006-04-111-16/+10
* * macosx/tkMacOSXInt.h: Implemented 'zoomed' window statedas2006-04-111-2/+3
* * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-2/+1
* * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-091-2/+2