summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDraw.c
Commit message (Expand)AuthorAgeFilesLines
* Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-3/+3
* Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-24/+24
* Add some explicit typecasts, e.g. to (Drawable), and prevent higher-level com...jan.nijtmans2020-08-281-1/+1
* Eliminate type casts to (TKContentView *)jan.nijtmans2020-08-271-2/+2
* Move XGetImage and XCopyArea to tkMacOSXImage.c and eliminate references to X...culler2020-08-241-387/+53
|\
| * Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-221-387/+53
* | Use graphicsPort instead of CGContext if the minimum target is earlier than 1...culler2020-08-241-1/+1
|/
* Edit comments, make some stylistic changes, remove an unused function parameter.culler2020-08-211-120/+120
* More cleanup in TkMacOSXSetupDrawingContext - thanks to Christopher Chavez.culler2020-08-191-7/+1
* Yet another cleanup of TkMacOSXSetupDrawingContextculler2020-08-181-50/+46
* Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u...jan.nijtmans2020-08-131-17/+19
|\
* | 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