summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXImage.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |\ \ | | |/
* | | Fix editing error made while resolving merge conflicts and add TCL_UNUSED whe...culler2020-08-271-6/+5
* | | merge mac_stylesculler2020-08-261-6/+7
|\ \ \
| * \ \ Merge 8.6culler2020-08-251-2/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge 8.6culler2020-08-251-153/+454
| |\ \ \ | | |/ /
| * | | Merge 8.6culler2020-08-241-2/+2
| |\ \ \
| * \ \ \ Merge 8.6culler2020-08-031-6/+16
| |\ \ \ \
| * \ \ \ \ Merge 8.6culler2020-08-011-1/+1
| |\ \ \ \ \
| * | | | | | Remove unnecessary cast that causes compiler errors on El Capitan.culler2019-11-101-1/+1
| * | | | | | Rename the system image type as nsimage and add the ability to create from im...culler2019-11-031-102/+158
| * | | | | | Finish the implementation of the system image type for macOSculler2019-11-021-60/+111
| * | | | | | Access named NSImages provided by macOS via image create system -systemname N...culler2019-11-011-0/+511
* | | | | | | Merge trunkculler2020-08-261-179/+477
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | We don't have to preserve cruft in trunk, so let's get rid of it.culler2020-08-261-1/+1
* | | | | | | Merge trunkculler2020-08-251-2/+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
| | | |_|_|/ | | |/| | |
* | | | | | Merge trunkculler2020-08-241-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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 trunkculler2020-08-151-22/+31
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-08-041-7/+17
| |\ \ \ \ | | |/ / /
| | * | | Edit comments.culler2020-08-031-3/+7
| | * | | Be a little more efficient.culler2020-08-031-2/+2
| | * | | Fix [fca13549b6]: TkMacOSXRGBPixel() used incorrectly in ImageGetPixel()culler2020-08-031-7/+13
| | | |/ | | |/|
| | * | Clean up tkMacOSXColor.c so it is not so painful to add new colors.culler2020-07-291-1/+1
| | |/
| | * Add XPutImage() to the X11 stub table on Aquajan.nijtmans2019-09-251-4/+19
| | * Mitigate future merge conflict headaches.culler2019-04-171-68/+77
* | | Mac styles branch for 8.7marc_culler2020-07-191-1/+619
|/ /
* | 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
|/
* Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-101-1/+1
* Fix the build on Sierra and earlier.culler2018-12-011-0/+9
* Always check whether the return value of TkMacOSXGetTkWindow is NULL.culler2018-11-111-6/+6
* TkPutImage should not assume that a pixmap is transparent, even though it doe...culler2018-11-101-1/+9
* Fixed transparency issues and crashes related to PhotoImages and greatly simp...culler2018-11-081-41/+37
* Fix two image bugs. BitmapImageReps may have bytesPerRow > 4*width. Do not copyculler2018-11-071-3/+3
* tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell...jan.nijtmans2017-11-271-4/+4
* Make it possible to generate an NSImage with correct transparency from aculler2017-11-151-41/+43
* Implemented a more robust and transparent scheme for makingculler2017-11-141-16/+11
* Fixed an issue with iconphoto where the dock icon would have aculler2017-11-131-0/+20
* Small changes to address compiler warnings.culler2017-11-101-6/+6