| Commit message (Expand) | Author | Age | Files | Lines |
* | One more bit of code cleanup. | culler | 2021-04-25 | 1 | -1/+1 |
|
|
* | Fix the flip transform for pixmaps. This makes bitmap buttons work again. | culler | 2021-04-25 | 1 | -1/+4 |
|
|
* | Remove unneeded portBounds field from TkMacOSXDrawingContext; add more graphi... | culler | 2021-04-22 | 1 | -12/+41 |
|
|
* | Clean up debugging code in tkMacOSXDraw.c | culler | 2021-04-21 | 1 | -6/+2 |
|
|
* | fix [cde766f911]: scrollbars do not update correctly for treeview widgets. | culler | 2021-04-20 | 1 | -32/+40 |
|
|
* | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -25/+27 |
|
|
* | Fix the build on macOS 10.6. | marc_culler | 2020-12-11 | 1 | -1/+1 |
|
|
* | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 1 | -3/+3 |
|
|
* | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter... | jan.nijtmans | 2020-09-02 | 1 | -24/+24 |
|
|
* | Add some explicit typecasts, e.g. to (Drawable), and prevent higher-level com... | jan.nijtmans | 2020-08-28 | 1 | -1/+1 |
|
|
* | Eliminate type casts to (TKContentView *) | jan.nijtmans | 2020-08-27 | 1 | -2/+2 |
|
|
* | Move XGetImage and XCopyArea to tkMacOSXImage.c and eliminate references to X... | culler | 2020-08-24 | 1 | -387/+53 |
|\ |
|
| * | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize. | culler | 2020-08-22 | 1 | -387/+53 |
|
|
* | | Use graphicsPort instead of CGContext if the minimum target is earlier than 1... | culler | 2020-08-24 | 1 | -1/+1 |
|/ |
|
* | Edit comments, make some stylistic changes, remove an unused function parameter. | culler | 2020-08-21 | 1 | -120/+120 |
|
|
* | More cleanup in TkMacOSXSetupDrawingContext - thanks to Christopher Chavez. | culler | 2020-08-19 | 1 | -7/+1 |
|
|
* | Yet another cleanup of TkMacOSXSetupDrawingContext | culler | 2020-08-18 | 1 | -50/+46 |
|
|
* | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u... | jan.nijtmans | 2020-08-13 | 1 | -17/+19 |
|\ |
|
* | | Clean up tkMacOSXColor.c so it is not so painful to add new colors. | culler | 2020-07-29 | 1 | -3/+6 |
|
|
* | | Fix build on Mavericks. | culler | 2020-07-23 | 1 | -3/+2 |
|
|
* | | Fix [cf38535396]: Aqua should use pixel-aligned dash pattern for non-Retina d... | culler | 2020-07-20 | 1 | -0/+1 |
|
|
* | | Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin. | culler | 2020-07-16 | 1 | -1/+1 |
|
|
* | | More fixes from [7ebdd17974] (thanks Christopher Chavez): remove the needsRed... | marc_culler | 2020-07-15 | 1 | -4/+4 |
|
|
* | | macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin... | marc_culler | 2020-07-15 | 1 | -1/+1 |
|
|
* | | Fixed a bug in TkpDrawAllViews and added a mechanism to prevent Tcl_WaitForEv... | culler | 2020-06-05 | 1 | -3/+2 |
|
|
* | | Do not draw in the setup proc. Fix the heartbeat so it can wake up Tcl_WaitF... | marc_culler | 2020-06-03 | 1 | -11/+11 |
|
|
* | | Better control over when drawRect runs. Add check for drawing outside of the... | culler | 2020-06-01 | 1 | -18/+37 |
|
|
* | | Add some methods for managing damage rectangles. | culler | 2020-05-31 | 1 | -6/+4 |
|
|
* | | A partly but not completely successful attempt to control how drawRect is run. | culler | 2020-05-30 | 1 | -23/+17 |
|
|
* | | Fix [98662d321e]: Aqua: fix build with -DTK_MAC_DEBUG_DRAWING. Thanks to chrs... | jan.nijtmans | 2020-03-22 | 1 | -0/+1 |
|
|
* | | Correct some errors revealed by building on macOS 10.6 | culler | 2019-11-19 | 1 | -1/+1 |
|
|
* | | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon... | culler | 2019-11-17 | 1 | -2/+5 |
|\ \ |
|
| * | | Allow creating 0x0 NSImages, which work e.g. in labels, just don't allow usin... | culler | 2019-11-11 | 1 | -1/+1 |
|
|
| * | | Fix [53d28027e3]: Generate an error instead of a crash if wm iconphoto receiv... | culler | 2019-11-09 | 1 | -2/+5 |
|
|
* | | | Tweak the fix to [8793e78bf0] to avoid scrollbar artifacts. | culler | 2019-11-11 | 1 | -9/+18 |
|/ / |
|
* | | Fix [8793e78bf0]: High CPU usage due to unnecessary redraws of the entire win... | culler | 2019-10-30 | 1 | -6/+17 |
|
|
* | | Fix more X11 function signatures in MacOSX port | jan.nijtmans | 2019-08-19 | 1 | -15/+20 |
|
|
* | | One missing "return Success;" | jan.nijtmans | 2019-08-18 | 1 | -0/+1 |
|
|
* | | Fix signatures of many X11 functions on MacOSX: They have an "int" return val... | jan.nijtmans | 2019-08-18 | 1 | -6/+7 |
|
|
* | | Fix [c345ddf1a7]: typo in comment of tkMacOSXDraw.c | fvogel | 2019-06-07 | 1 | -1/+1 |
|
|
* | | Fix bug [1001070]: make labels use -highlightbackground | culler | 2019-04-24 | 1 | -0/+48 |
|\ \ |
|
| * | | Remove an unused variable, squelching a compiler warning. | fvogel | 2019-03-31 | 1 | -1/+0 |
|
|
| * | | Keep It Safe and Simple. Just draw the border. Do not use tkUnix3d.c. Also | culler | 2019-03-30 | 1 | -0/+49 |
|
|
* | | | Mitigate future merge conflict headaches. | culler | 2019-04-17 | 1 | -205/+260 |
|/ / |
|
* | | Use a better method for making test images on the mac emulate test images on ... | culler | 2018-11-15 | 1 | -8/+0 |
|
|
* | | Fixed transparency issues and crashes related to PhotoImages and greatly simp... | culler | 2018-11-08 | 1 | -31/+49 |
|
|
* | | Fix two image bugs. BitmapImageReps may have bytesPerRow > 4*width. Do not copy | culler | 2018-11-07 | 1 | -3/+19 |
|
|
* | | Came up with a scheme for making test images behave the way that the | culler | 2018-11-06 | 1 | -3/+18 |
|
|
* | | Cleaned up the Rube Goldberg logic of TkMacOSXSetupDrawingContext and TkMacOS... | culler | 2018-11-03 | 1 | -67/+66 |
|
|
* | | Deal with Mojave deprecations and remove unneeded code. | culler | 2018-10-21 | 1 | -2/+8 |
|
|