summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXImage.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2025-09-301-1/+1
|\
| * Fix [7f37514e]: Aqua: compiler warning in tkMacOSXImage.cjan.nijtmans2025-09-301-1/+1
| |\
| | * Proposed fix for [7f37514e] Aqua: compiler warning in tkMacOSXImage.cchrstphrchvz2025-09-091-1/+1
| * | Proposed fix for [22cef19d]: Aqua: obscured bitmaps are distorted rather than...chrstphrchvz2025-09-171-1/+5
| |/
| * (backport): Fix unused variable warning, formatting, sentinel changesjan.nijtmans2025-07-091-5/+5
| * icon->offscreenGC is pointerjan.nijtmans2025-03-181-4/+4
* | Use (char *)NULL sentinelsjan.nijtmans2025-06-261-5/+5
* | Use more Tcl_CreateObjCommand2() internally. Those commands can handle a long...jan.nijtmans2025-03-171-6/+6
|/
* Remove some unused variables.culler2025-03-031-8/+4
* Fix [df4b603950]: amazing artifacts when scrolling a Text widget which is lar...culler2025-03-011-9/+146
* Revert some *.h changes which should be kept. Formatting.jan.nijtmans2024-11-051-3/+3
* Backport to 8.7jan.nijtmans2024-11-041-41/+82
* Fix [f91aa24bbe] for allmost all remaining widgets. Canvtext is the only one ...jan.nijtmans2024-10-231-27/+27
|\
| * Remaining fixes for [f91aa24bbe]jan.nijtmans2024-10-221-10/+10
|/
* (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
|\ \