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
* spacingjan.nijtmans2015-12-171-3/+3
* Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...kevin_walzer2015-12-151-16/+28
* 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-40/+61
* Backing out changes; unexpected issues with window resizing that require furt...kevin_walzer2015-04-071-49/+41
* Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...kevin_walzer2015-04-071-41/+49
* Cleanup and simplification of memory management in event loop; now works more...kevin_walzer2015-03-211-6/+29
* Merge-mark, and remove some unnecessary end-of-line spacing.jan.nijtmans2015-03-161-1/+1
|\
| * 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 rediced 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
* | Wish now launches in front when called from command line, and focus -force wo...kevin_walzer2015-03-151-2/+2
* | Fix for CGRect/NSRect confusionkevin_walzer2015-02-221-1/+1
* | Restore live resize to Cocoa with rediced flickering; addresses most serious ...kevin_walzer2015-02-191-46/+35
* | 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-12/+5
* | Remove Mac-specific timer in tkTextDisp.c that caused delay in text redraw du...kevin_walzer2015-02-021-1/+0
* | remove some unnecessary eol-spacingjan.nijtmans2015-01-151-4/+4
* | Revert changes to Mac scrollbar; native implementation is best that can be do...kevin_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-2/+13
* | All on Tk/Cocoa: Improve view performance during resizing; implement custom d...kevin_walzer2014-12-241-22/+24
* | Minor optimization of drawing code in OSXkevin_walzer2014-12-211-1/+4
* | Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-7/+7
* | Back out changes not pertaining to private API; those files should not have b...kevin_walzer2014-11-201-6/+2
* | Remove residual private API calls from Tk/Mac after Mac App Store review flag...kevin_walzer2014-11-181-1/+5
* | Fixes to tkMacOSXWindowEvent.c to improve drawing performance after removal o...kevin_walzer2014-09-241-30/+64
* | Fine-tune scrolling, especially of text widgets with embedded windows, after ...kevin_walzer2014-07-281-166/+1
* | Add copyright notice to Marc Culler for extensive patch to alpha rendering on...kevin_walzer2014-07-251-152/+157
* | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-2/+1
* | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-2/+2
* | 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-1/+1
| |\
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-3/+3