summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDraw.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-10/+0
* merge-mark. Remove unnecessary end-of-line spacingjan.nijtmans2015-12-071-2/+2
|\
| * Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-4/+12
| * Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-1/+1
* | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-4/+12
* | Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-1/+1
* | clean-up end-of-line spacingjan.nijtmans2015-11-091-4/+3
|\ \ | |/
| * clean-up end-of-line spacingjan.nijtmans2015-11-091-3/+3
| * Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-081-1/+1
| * Fix for issues with bitmap rendering and mouse events in Tk-Cocoa; thanks to ...Kevin Walzer2015-11-071-37/+49
| * Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-23/+72
| * Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-72/+23
| * Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-23/+72
| * Fix for crash when image is dealloc'ed prematurely in CocoaKevin Walzer2015-03-101-2/+4
| * Restore live resize to Cocoa with reduced flickering; addresses most serious ...Kevin Walzer2015-02-191-10/+5
* | Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-081-1/+1
* | Fix for issues with bitmap rendering and mouse events in Tk-Cocoa; thanks to ...Kevin Walzer2015-11-071-39/+51
* | Use size_t in stead of int for some internal refCount variables. On 32-bit sy...jan.nijtmans2015-07-081-1/+1
* | Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-19/+67
* | Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-67/+19
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-19/+67
* | Fix for crash when image is dealloc'ed prematurely in CocoaKevin Walzer2015-03-101-2/+4
* | Restore live resize to Cocoa with reduced flickering; addresses most serious ...Kevin Walzer2015-02-191-13/+5
* | Silence some compiler warnings.dgp2015-02-121-1/+0
|\ \ | |/
| * Silence some compiler warningsdgp2015-02-121-1/+0
| * Commiting HITheme implementation obuttons; deferring scrolling for now becaus...Kevin Walzer2015-01-241-22/+0
| * Improved scrolling for text under Cocoa; thanks to Marc Culler for patch.Kevin Walzer2015-01-041-4/+5
| * Fix for bug fb35eb59dd, thanks to Paul Walton for the report and Marc Culler ...Kevin Walzer2014-10-141-2/+2
| * Fix for shimmering of buttons embedded when scrolled in text and canvas widge...Kevin Walzer2014-08-161-75/+57
* | Commiting HITheme implementation on buttons; deferring scrolling for now beca...Kevin Walzer2015-01-241-22/+0
* | remove some unnecessary eol-spacingjan.nijtmans2015-01-151-1/+1
* | Improved scrolling for text under Cocoa; thanks to Marc Culler for patch.Kevin Walzer2015-01-041-2/+7
* | Minor optimization of drawing code in OSXKevin Walzer2014-12-211-2/+2
* | Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-14/+14
* | Fix for bug fb35eb59dd, thanks to Paul Walton for the report and Marc Culler ...Kevin Walzer2014-10-141-1/+1
* | Fix for shimmering of buttons embedded when scrolled in text and canvas widge...Kevin Walzer2014-08-161-75/+57
* | Fix typo's, debug statements, C++-comment.jan.nijtmans2014-08-111-8/+4
|\ \ | |/
| * Fix typo's, debug statements, C++-comment.jan.nijtmans2014-08-111-7/+6
| * Further refinement of scrolling; addresses artifacts in scrolling complex int...Kevin Walzer2014-08-111-34/+61
| * Further refinement of Mac OS X scrolling; thanks to Marc Culler for an additi...Kevin Walzer2014-08-041-61/+34
| * Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patchKevin Walzer2014-08-011-2/+1
| * Fine-tune scrolling, especially of text widgets with embedded windows, after ...Kevin Walzer2014-07-281-4/+0
| * Add copyright notice to Marc Culler for extensive patch to alpha rendering on...Kevin Walzer2014-07-251-0/+1
| * Fix for display of images when scrolling a text widget on OS X; thanks to Mar...Kevin Walzer2014-07-241-32/+84
| * Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ...Kevin Walzer2014-07-071-67/+106
| * Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and Da...Kevin Walzer2013-10-271-0/+1
| * Fix for http://core.tcl.tk/tk/info/8eb56719cf on broken build with 8.5.15 wit...Kevin Walzer2013-09-161-1/+1
| * remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-3/+1
| * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-798/+686
* | Further refinement of scrolling; addresses artifacts in scrolling complex int...Kevin Walzer2014-08-111-3/+40