summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXImage.c
Commit message (Expand)AuthorAgeFilesLines
* Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-4/+4
* Fix [4298ba64eb]: MacOSX complains about 0 sized imagesjan.nijtmans2024-03-171-0/+3
* Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-1/+1
* Fix [fe942372aa]: Aqua: XPutImage() swaps red and blue channels. Patch from C...fvogel2023-11-251-5/+3
* Fix [edb769628e]: Aqua: leak in XGetImage(). Patch from Christopher Chavez.fvogel2023-07-191-1/+1
* Fix [396e9fc017]: Aqua: declare TkMacOSXCreateCGImageWithXImage() as static.fvogel2023-07-171-1/+1
* Add more type-casts, code cleanup (all backported from 8.7)jan.nijtmans2023-06-081-3/+4
* Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-021-4/+4
* Memory leak patches from Christopher Chavez (rebased to 8.6)jan.nijtmans2022-02-111-18/+23
|\
| * Memory leak patches from Christopher ChavezKevin Walzer2022-02-071-18/+23
| * Merge 8.6jan.nijtmans2021-11-301-9/+4
| |\ | |/ |/|
| * Merge 8.6jan.nijtmans2021-11-121-3/+4
| |\
| * | 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
| |\ \
| * \ \ Merge 8.6jan.nijtmans2021-06-031-2/+2
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2021-05-111-1/+1
| |\ \ \ \
| * \ \ \ \ Merge 8.6culler2021-05-111-4/+3
| |\ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.6jan.nijtmans2021-05-031-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Fix [8a5086219e]: ttk::entry issuejan.nijtmans2021-05-031-1/+1
| * | | | | | | | Merge 8.6culler2021-05-021-10/+49
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix shadowed variable warnings.culler2021-04-291-4/+4
| * | | | | | | | | CALayer backing for 8.7culler2021-04-281-41/+32
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2021-02-021-5/+5
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.6marc_culler2020-12-161-5/+5
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | (c) -> ©jan.nijtmans2020-12-091-4/+4
| * | | | | | | | | | | | Merge 8.6jan.nijtmans2020-09-021-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-09-021-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove XImage....culler2020-08-241-165/+463
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Add the remaining (cosmetic) changes from the mac_clip branch.culler2020-08-211-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-08-041-7/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-3/+3
| * | | | | | | | | | | | | | | | | | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml...jan.nijtmans2020-03-011-0/+7
| * | | | | | | | | | | | | | | | | | Make MacOSX aqua and X11 share the same X11 stub table.jan.nijtmans2019-09-251-20/+2
| * | | | | | | | | | | | | | | | | | Add XPutImage() to X11 stub table for MacOSX (aqua), enabling its use for ext...jan.nijtmans2019-08-231-0/+16
| * | | | | | | | | | | | | | | | | | Source readability run: macosx/*dkf2019-04-161-68/+77
* | | | | | | | | | | | | | | | | | | Add missing space.marc_culler2021-11-291-1/+1
* | | | | | | | | | | | | | | | | | | Don't call CGBitmapContextCreateImage twice for pixmaps. Make the rectangle ...marc_culler2021-11-291-6/+3
* | | | | | | | | | | | | | | | | | | Remove unnecessary ckalloc. Apple will handle it for us.marc_culler2021-11-291-4/+1
* | | | | | | | | | | | | | | | | | | Fix [4ac9d2cfd6]: CGImageFromDrawableRect() not using mac_drawable offsetsjan.nijtmans2021-11-291-0/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fix [e699a7b606]: Fix build on macOS<10.12 - patch from Christopher Chavez.culler2021-11-091-3/+4
* | | | | | | | | | | | | | | | | | Menu-related code cleanup. (mainly indenting spaces -> tabs)jan.nijtmans2021-06-211-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | 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