| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2021-05-04 | 1 | -5/+3 |
|\ |
|
| * | uint32 -> uint32_t, more TCL_UNUSED() and typecasts | jan.nijtmans | 2021-05-04 | 1 | -11/+15 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-05-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Eliminate TkpPutRGBAImage's first 2 parameters, since they are unused | jan.nijtmans | 2021-05-03 | 1 | -2/+2 |
|
|
* | | Fix [8a5086219e]: ttk::entry issue | jan.nijtmans | 2021-05-03 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | culler | 2021-05-02 | 1 | -10/+49 |
|\ \
| |/ |
|
| * | Edit comments. Use uint32_t since Apple documentation specifies that type fo... | culler | 2021-05-01 | 1 | -7/+18 |
|
|
| * | Fix [4c7d935e97]: on Aqua, checkbuttons are not rendered in the Alt theme. | culler | 2021-04-30 | 1 | -20/+36 |
|
|
* | | Fix shadowed variable warnings. | culler | 2021-04-29 | 1 | -4/+4 |
|
|
* | | CALayer backing for 8.7 | culler | 2021-04-28 | 1 | -41/+32 |
|\ \
| |/ |
|
| * | Remove extra release of CGContext | culler | 2021-04-28 | 1 | -1/+0 |
|
|
| * | Code cleanup. Thanks to Christopher Chavez for the careful review. | culler | 2021-04-25 | 1 | -24/+22 |
|
|
| * | Use the release method instead of CFRelease for NSBitmapImageRep objects. | culler | 2021-04-25 | 1 | -2/+2 |
|
|
| * | Bonus! Use the new CALayer to make XCopyArea work again! | culler | 2021-04-25 | 1 | -36/+30 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-02-02 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -5/+5 |
|
|
* | | Merge 8.6 | marc_culler | 2020-12-16 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Tidy up with a patch from Christopher Chavez. Removes redundant include direc... | marc_culler | 2020-12-16 | 1 | -5/+5 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 1 | -6/+6 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter... | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-08-27 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | We don't have to preserve cruft in trunk, so let's get rid of it. | culler | 2020-08-26 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-08-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge 8.5 | jan.nijtmans | 2020-08-25 | 1 | -1/+1 |
|
|
* | | Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove XImage.... | culler | 2020-08-24 | 1 | -165/+463 |
|\ \
| |/ |
|
| * | Address compiler warnings. | culler | 2020-08-23 | 1 | -6/+2 |
|
|
| * | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize. | culler | 2020-08-22 | 1 | -153/+458 |
|
|
* | | Add the remaining (cosmetic) changes from the mac_clip branch. | culler | 2020-08-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Edit comments, make some stylistic changes, remove an unused function parameter. | culler | 2020-08-21 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 1 | -7/+17 |
|\ \
| |/ |
|
| * | Edit comments. | culler | 2020-08-03 | 1 | -3/+7 |
|
|
| * | Be a little more efficient. | culler | 2020-08-03 | 1 | -2/+2 |
|
|
| * | Fix [fca13549b6]: TkMacOSXRGBPixel() used incorrectly in ImageGetPixel() | culler | 2020-08-03 | 1 | -7/+13 |
|
|
| * | Clean up tkMacOSXColor.c so it is not so painful to add new colors. | culler | 2020-07-29 | 1 | -1/+1 |
|
|
| * | Add XPutImage() to the X11 stub table on Aqua | jan.nijtmans | 2019-09-25 | 1 | -4/+19 |
|
|
| * | Mitigate future merge conflict headaches. | culler | 2019-04-17 | 1 | -68/+77 |
|
|
* | | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor... | jan.nijtmans | 2020-03-17 | 1 | -3/+3 |
|
|
* | | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml... | jan.nijtmans | 2020-03-01 | 1 | -0/+7 |
|
|
* | | Make MacOSX aqua and X11 share the same X11 stub table. | jan.nijtmans | 2019-09-25 | 1 | -20/+2 |
|
|
* | | Add XPutImage() to X11 stub table for MacOSX (aqua), enabling its use for ext... | jan.nijtmans | 2019-08-23 | 1 | -0/+16 |
|
|
* | | Source readability run: macosx/* | dkf | 2019-04-16 | 1 | -68/+77 |
|/ |
|
* | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-10 | 1 | -1/+1 |
|
|
* | Fix the build on Sierra and earlier. | culler | 2018-12-01 | 1 | -0/+9 |
|
|
* | Always check whether the return value of TkMacOSXGetTkWindow is NULL. | culler | 2018-11-11 | 1 | -6/+6 |
|
|
* | TkPutImage should not assume that a pixmap is transparent, even though it doe... | culler | 2018-11-10 | 1 | -1/+9 |
|
|
* | Fixed transparency issues and crashes related to PhotoImages and greatly simp... | culler | 2018-11-08 | 1 | -41/+37 |
|
|
* | Fix two image bugs. BitmapImageReps may have bytesPerRow > 4*width. Do not copy | culler | 2018-11-07 | 1 | -3/+3 |
|
|