summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXImage.c
Commit message (Expand)AuthorAgeFilesLines
* Restore state for [4401d32fb7] fix: Currently leading to test-failuresjan.nijtmans2021-06-041-92/+167
* Undo fix for [4401d32fb7], since it introduces test failuresjan.nijtmans2021-06-041-167/+92
* Merge 8.6culler2021-06-031-92/+167
|\
| * Fix [4401d32fb7]: clean up code that deals with Aqua pixel formats. Makes -fo...culler2021-06-031-92/+176
| |\
| | * Merge 8.6culler2021-05-061-14/+16
| | |\
| | * | Use TCL_UNUSED in TkpPutRGBAImage.culler2021-05-041-12/+37
| | * | Attempt to explain the complexities of RGBA and ARGB and big and little ends ...culler2021-05-031-59/+113
| | * | Make ImageGetPixel consistent with XGetImage.culler2021-05-031-6/+6
| | * | Oops. Cosmetic change meant to reduce confusion actually increased it. Try ...culler2021-05-021-4/+4
| | * | ABGR -> ARGB as observed by Christopher Chavez.culler2021-05-011-3/+3
* | | | Merge 8.6jan.nijtmans2021-06-031-2/+2
|\ \ \ \ | |/ / /
| * | | A few more "const" keyword optimizationsjan.nijtmans2021-06-031-2/+2
* | | | Merge 8.6jan.nijtmans2021-05-111-1/+1
|\ \ \ \ | |/ / /
| * | | comment fixjan.nijtmans2021-05-111-1/+1
* | | | Merge 8.6culler2021-05-111-4/+3
|\ \ \ \ | |/ / /
| * | | Make return values for tkMacOSXPutImage consistent between 8.6 and 8.7, and d...culler2021-05-111-4/+5
| | |/ | |/|
* | | Slightly better fix for [72de53dab2]: unreachable code after Tcl_Panic() in t...jan.nijtmans2021-05-101-1/+4
* | | Merge 8.6jan.nijtmans2021-05-041-5/+3
|\ \ \ | |/ /
| * | uint32 -> uint32_t, more TCL_UNUSED() and typecastsjan.nijtmans2021-05-041-11/+15
* | | Merge 8.6jan.nijtmans2021-05-031-1/+1
|\ \ \ | |/ /
| * | Eliminate TkpPutRGBAImage's first 2 parameters, since they are unusedjan.nijtmans2021-05-031-2/+2
| |/
* | Fix [8a5086219e]: ttk::entry issuejan.nijtmans2021-05-031-1/+1
* | Merge 8.6culler2021-05-021-10/+49
|\ \ | |/
| * Edit comments. Use uint32_t since Apple documentation specifies that type fo...culler2021-05-011-7/+18
| * Fix [4c7d935e97]: on Aqua, checkbuttons are not rendered in the Alt theme.culler2021-04-301-20/+36
* | Fix shadowed variable warnings.culler2021-04-291-4/+4
* | CALayer backing for 8.7culler2021-04-281-41/+32
|\ \ | |/
| * Remove extra release of CGContextculler2021-04-281-1/+0
| * Code cleanup. Thanks to Christopher Chavez for the careful review.culler2021-04-251-24/+22
| * Use the release method instead of CFRelease for NSBitmapImageRep objects.culler2021-04-251-2/+2
| * Bonus! Use the new CALayer to make XCopyArea work again!culler2021-04-251-36/+30
* | Merge 8.6jan.nijtmans2021-02-021-5/+5
|\ \ | |/
| * More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-5/+5
* | Merge 8.6marc_culler2020-12-161-5/+5
|\ \ | |/
| * Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-161-5/+5
* | (c) -> ©jan.nijtmans2020-12-091-4/+4
* | Merge 8.6jan.nijtmans2020-09-021-6/+6
|\ \ | |/
| * Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-6/+6
* | Merge 8.6jan.nijtmans2020-09-021-2/+2
|\ \ | |/
| * Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-1/+1
* | Merge 8.6jan.nijtmans2020-08-271-1/+1
|\ \ | |/
* | We don't have to preserve cruft in trunk, so let's get rid of it.culler2020-08-261-1/+1
* | Merge 8.6jan.nijtmans2020-08-251-1/+1
|\ \ | |/
| * Merge 8.5jan.nijtmans2020-08-251-1/+1
* | Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove XImage....culler2020-08-241-165/+463
|\ \ | |/
| * Address compiler warnings.culler2020-08-231-6/+2
| * Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-221-153/+458
* | Add the remaining (cosmetic) changes from the mac_clip branch.culler2020-08-211-1/+1
|\ \ | |/
| * Edit comments, make some stylistic changes, remove an unused function parameter.culler2020-08-211-1/+1
* | Merge 8.6jan.nijtmans2020-08-041-7/+17
|\ \ | |/