summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDraw.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [8793e78bf0]: High CPU usage due to unnecessary redraws of the entire win...culler2019-10-301-6/+17
* Fix more X11 function signatures in MacOSX portjan.nijtmans2019-08-191-15/+20
* One missing "return Success;"jan.nijtmans2019-08-181-0/+1
* Fix signatures of many X11 functions on MacOSX: They have an "int" return val...jan.nijtmans2019-08-181-6/+7
* Fix [c345ddf1a7]: typo in comment of tkMacOSXDraw.cfvogel2019-06-071-1/+1
* Fix bug [1001070]: make labels use -highlightbackgroundculler2019-04-241-0/+48
|\
| * Remove an unused variable, squelching a compiler warning.fvogel2019-03-311-1/+0
| * Keep It Safe and Simple. Just draw the border. Do not use tkUnix3d.c. Alsoculler2019-03-301-0/+49
* | Mitigate future merge conflict headaches.culler2019-04-171-205/+260
|/
* Use a better method for making test images on the mac emulate test images on ...culler2018-11-151-8/+0
* Fixed transparency issues and crashes related to PhotoImages and greatly simp...culler2018-11-081-31/+49
* Fix two image bugs. BitmapImageReps may have bytesPerRow > 4*width. Do not copyculler2018-11-071-3/+19
* Came up with a scheme for making test images behave the way that theculler2018-11-061-3/+18
* Cleaned up the Rube Goldberg logic of TkMacOSXSetupDrawingContext and TkMacOS...culler2018-11-031-67/+66
* Deal with Mojave deprecations and remove unneeded code.culler2018-10-211-2/+8
* Removed unnecessary calls to deprecated methods [NSWindow disableFlushWindow]culler2018-06-081-2/+0
* Make it possible to generate an NSImage with correct transparency from aculler2017-11-151-1/+1
* Implemented a more robust and transparent scheme for makingculler2017-11-141-0/+2
* Cleaned up and reworked XGetImage. This seems to eliminateculler2017-11-081-9/+10
* Reorganization to put all code related to Ximages in the newculler2017-11-081-173/+14
* Fix a typo and remove an unused function.culler2017-10-251-25/+0
* Make a small change in the logic of DisplayText (for Mac only) whichculler2017-10-251-19/+0
* Change TkScrollWindow to only generate expose events if the Text widget hasculler2017-10-241-18/+43
* New patch from Marc Culler aiming at fixing [fab5fed65e] without breaking aga...fvogel2017-10-171-11/+3
* Patch by Marc Culler to address subtle issues with clipping regions in scroll...Kevin Walzer2017-10-151-0/+2
* Fix for scrolling issues on macOS; thanks to Marc Culler for patchesKevin Walzer2017-10-131-4/+3
* Fix for colorspace issues and regression in drawing on macOS; thanks to Marc ...Kevin Walzer2017-10-121-2/+2
* Partial fix for 111de2edd2e67af350ffa564dbf65ab7a5fcf04c, inaccurate backgrou...Kevin Walzer2017-10-111-1/+1
* Fix [2874226]: polygon doesn't honor -joinstyle on Windows and OS X. This fir...fvogel2017-08-131-0/+10
* Remove obsolete comments. The line they comment was kicked out of the code in...fvogel2017-01-151-3/+0
* Partially fix [fab5fed65e]: OS X - lots of textDisp failures (spurious 'borde...fvogel2017-01-141-6/+0
* (micro-) optimize a few Win32 drawing functions, and make them work when npoi...jan.nijtmans2016-11-081-2/+2
|\
| * Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei...jan.nijtmans2016-11-081-9/+7
| * Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-10/+0
* | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis...jan.nijtmans2016-11-071-2/+3
* | Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks t...Kevin Walzer2016-07-151-2/+4
* | Fix for bitmap distortion on Mac OS; thanks to Marc Culler for patchKevin Walzer2016-07-081-23/+26
* | 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