summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDraw.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [4a59d535d1]: Aqua: XFillPolygon() winding rule fill support. Thanks to C...fvogel2022-08-211-2/+4
* argc -> objc where appropriatejan.nijtmans2022-07-121-1/+1
* Use the correct coordinates to compute the damage region. This makes the tes...culler2021-07-311-11/+13
* Make TkScrollWindow much simpler by stripping out useless code.culler2021-07-311-51/+24
* Fix previous commit that triggered errors at runtime ('TkScrollWindow(): HISh...fvogel2021-07-311-10/+11
* Experiment. Change macOS damage region computation: use xor(source,destination).fvogel2021-07-291-2/+6
* Experiment. Change macOS damage region computation.fvogel2021-07-281-1/+1
* One more bit of code cleanup.culler2021-04-251-1/+1
* Fix the flip transform for pixmaps. This makes bitmap buttons work again.culler2021-04-251-1/+4
* Remove unneeded portBounds field from TkMacOSXDrawingContext; add more graphi...culler2021-04-221-12/+41
* Clean up debugging code in tkMacOSXDraw.cculler2021-04-211-6/+2
* fix [cde766f911]: scrollbars do not update correctly for treeview widgets.culler2021-04-201-32/+40
* More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-25/+27
* Fix the build on macOS 10.6.marc_culler2020-12-111-1/+1
* 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