summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXImage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added some #ifdef __clang__ sections to allow building with gcc on OSX 10.6.culler2017-11-091-0/+6
* Minor changes to deal with compiler warnings for different OSXculler2017-11-091-5/+5
* Remove unused variables; add comments.culler2017-11-081-3/+6
* Cleaned up and reworked XGetImage. This seems to eliminateculler2017-11-081-85/+80
* Reorganization to put all code related to Ximages in the newculler2017-11-081-0/+559