summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDraw.c
Commit message (Expand)AuthorAgeFilesLines
* CALayer backing for 8.7culler2021-04-281-15/+46
|\
| * 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
* | Merge 8.6jan.nijtmans2021-04-231-12/+14
|\ \ | |/
* | Merge 8.6culler2021-04-211-37/+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
* | Merge 8.6jan.nijtmans2021-02-021-25/+27
|\ \ | |/
| * More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-25/+27
* | Merge 8.6jan.nijtmans2020-12-141-1/+1
|\ \ | |/
| * Fix the build on macOS 10.6.marc_culler2020-12-111-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-4/+4
* | Merge 8.6. Rename some functionsjan.nijtmans2020-09-081-3/+3
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-09-021-3/+3
|\ \ | |/
| * Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-3/+3
* | Merge 8.6jan.nijtmans2020-09-021-24/+24
|\ \ | |/
| * Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-24/+24
* | Merge 8.6jan.nijtmans2020-08-281-1/+1
|\ \ | |/
| * Add some explicit typecasts, e.g. to (Drawable), and prevent higher-level com...jan.nijtmans2020-08-281-1/+1
* | Merge 8.6jan.nijtmans2020-08-271-2/+2
|\ \ | |/
| * Eliminate type casts to (TKContentView *)jan.nijtmans2020-08-271-2/+2
* | We don't have to preserve cruft in trunk, so let's get rid of it.culler2020-08-261-1/+1
* | Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove XImage....culler2020-08-241-387/+53
|\ \ | |/
| * 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
* | | Fix [bc62f78191]: compilation issues on macOS when targeting older OS versions.culler2020-08-241-1/+1
|\ \ \ | |/ /
| * | Use graphicsPort instead of CGContext if the minimum target is earlier than 1...culler2020-08-241-1/+1
| |/
* | Add the remaining (cosmetic) changes from the mac_clip branch.culler2020-08-211-120/+120
|\ \ | |/
| * Edit comments, make some stylistic changes, remove an unused function parameter.culler2020-08-211-120/+120
* | Merge 8.6jan.nijtmans2020-08-211-54/+44
|\ \
| * \ Fix [b505e5f6a9]: Aqua: possible to implement XSetClipRectangles()?jan.nijtmans2020-08-211-54/+44
| |\ \ | | |/
| | * More cleanup in TkMacOSXSetupDrawingContext - thanks to Christopher Chavez.culler2020-08-191-7/+1
| | * Yet another cleanup of TkMacOSXSetupDrawingContextculler2020-08-181-50/+46
| |/
* | Merge 8.6jan.nijtmans2020-08-131-20/+9
|\ \ | |/
| * Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u...jan.nijtmans2020-08-131-17/+19
| |\
* | | Remove function TkMacOSXSetUpClippingRgn(), which does nothing. But keep its ...jan.nijtmans2020-08-061-24/+0
* | | Merge 8.6jan.nijtmans2020-08-041-3/+6
|\ \ \ | |/ /
| * | Clean up tkMacOSXColor.c so it is not so painful to add new colors.culler2020-07-291-3/+6
* | | Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-3/+2
|\ \ \ | |/ /
| * | 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 [cf38535396]: Aqua should use pixel-aligned dash pattern for non-Retina d...culler2020-07-201-0/+1
* | | Merge 8.6marc_culler2020-07-181-36/+46
|\ \ \ | |/ /
| * | 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