summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXImage.c
Commit message (Expand)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2024-05-091-1/+1
|\
| * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-4/+4
* | Merge 8.6. Make some functions MODULE_SCOPE or staticjan.nijtmans2024-03-171-8/+11
|\ \ | |/
| * Fix [4298ba64eb]: MacOSX complains about 0 sized imagesjan.nijtmans2024-03-171-0/+3
* | Merge 8.6jan.nijtmans2024-02-161-1/+1
|\ \ | |/
| * Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-1/+1
* | Make scrollCounter "unsigned long"jan.nijtmans2023-12-111-1/+1
* | Merge 8.6jan.nijtmans2023-12-031-5/+3
|\ \ | |/
| * Fix [fe942372aa]: Aqua: XPutImage() swaps red and blue channels. Patch from C...fvogel2023-11-251-5/+3
* | Merge 8.6jan.nijtmans2023-11-151-3/+3
|\ \ | |/
* | Merge mac_cg_printing branch to correct broken printing on Sonoma; thanks to ...Kevin Walzer2023-10-181-6/+54
|\ \
| * | Correct comment on coordinate positionKevin Walzer2023-09-281-2/+2
| * | Replace CGImageRef data with PDF dataKevin Walzer2023-09-281-0/+51
| * | Minor cleanupKevin Walzer2023-09-271-4/+0
| * | Update canvas printing implmentation on macOS to address Apple's removal of P...Kevin Walzer2023-09-271-5/+6
* | | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-3/+3
|\ \ \ | |/ / |/| / | |/
* | Fix [edb769628e]: Aqua: leak in XGetImage(). Patch from Christopher Chavez.fvogel2023-07-191-1/+1
|\ \ | |/
| * 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
|\ \ | |/
| * 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
* | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-11/+11
* | More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-6/+6
* | More updates to Xlib.h, making all 'Display' fields privatejan.nijtmans2022-11-151-4/+4
|\ \
| * | More Xlib.h macro usagejan.nijtmans2022-11-151-4/+4
* | | Add missing TK_OPTION_VAR(bool) twice (since the two variables are 'bool') Se...jan.nijtmans2022-11-151-9/+9
|/ /
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-4/+4
* | Merge 8.7jan.nijtmans2022-10-131-1/+1
|\ \ | |/
* | Need to set the size of both light and dark mode nsimages. Add an appearance...culler2022-09-281-3/+4
* | Add -radius and -ring options to the nsimage image type. Improve handling of ...marc_culler2022-09-241-8/+80
* | Improve error message.marc_culler2022-09-211-1/+2
* | Fix upside down images.marc_culler2022-09-211-3/+3
* | Restore the call to Tcl_CreateObjCmd which accidentally got deleted. Rename T...marc_culler2022-09-201-59/+59
* | Master -> Model in the nsimage code.marc_culler2022-09-201-84/+84
* | merge mainmarc_culler2022-09-201-1/+1
|\ \
* | | Add -template option to nsimage.marc_culler2022-09-191-11/+31
* | | Document the nsimage image type and make a few minor adjustments.marc_culler2022-09-191-5/+3
* | | Merge 8.7jan.nijtmans2022-03-021-18/+23
|\ \ \ | |/ /
| * | Merge Chavez patches to trunkKevin Walzer2022-02-121-18/+23
| |\ \ | | |/
| | * 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
| | |/ | |/|
* | | More "const" and (C++-compatible) type-casts. Also put (back) an osversion checkjan.nijtmans2021-12-011-5/+6
* | | Merge 8.7jan.nijtmans2021-11-301-12/+7
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-11-301-9/+4
| |\ \ | | |/
| | * 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
| * | Merge 8.6jan.nijtmans2021-11-121-3/+4
| |\ \ | | |/