summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDraw.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up tkMacOSXColor.c so it is not so painful to add new colors.culler2020-07-291-3/+6
* Fix build on Mavericks.culler2020-07-231-3/+2
* Fix [cf38535396]: Aqua should use pixel-aligned dash pattern for non-Retina d...culler2020-07-201-0/+1
* Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin.culler2020-07-161-1/+1
* More fixes from [7ebdd17974] (thanks Christopher Chavez): remove the needsRed...marc_culler2020-07-151-4/+4
* macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin...marc_culler2020-07-151-1/+1
* Fixed a bug in TkpDrawAllViews and added a mechanism to prevent Tcl_WaitForEv...culler2020-06-051-3/+2
* Do not draw in the setup proc. Fix the heartbeat so it can wake up Tcl_WaitF...marc_culler2020-06-031-11/+11
* Better control over when drawRect runs. Add check for drawing outside of the...culler2020-06-011-18/+37
* Add some methods for managing damage rectangles.culler2020-05-311-6/+4
* A partly but not completely successful attempt to control how drawRect is run.culler2020-05-301-23/+17
* Fix [98662d321e]: Aqua: fix build with -DTK_MAC_DEBUG_DRAWING. Thanks to chrs...jan.nijtmans2020-03-221-0/+1
* Correct some errors revealed by building on macOS 10.6culler2019-11-191-1/+1
* Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon...culler2019-11-171-2/+5
|\
| * Allow creating 0x0 NSImages, which work e.g. in labels, just don't allow usin...culler2019-11-111-1/+1
| * Fix [53d28027e3]: Generate an error instead of a crash if wm iconphoto receiv...culler2019-11-091-2/+5
* | Tweak the fix to [8793e78bf0] to avoid scrollbar artifacts.culler2019-11-111-9/+18
|/
* 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