summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhInstance.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a few unnecessary (size_t) type-casts, and add a "const"jan.nijtmans2019-04-041-4/+4
* Merge 8.6jan.nijtmans2019-01-101-1/+1
|\
| * Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-8/+8
| |\
| * | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-8/+8
| |/
| * Tidy up whitespace and casts of NULL.culler2018-11-281-2/+2
* | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
* | There's never need to cast NULL to (char *)jan.nijtmans2018-11-271-2/+2
|\ \ | |/
* | Fix tests that were sporadically hanging or failing on macOS.culler2018-11-141-10/+15
|\ \ | |/
| * Fix an unused variable warning and rename a #define constant more rationally.culler2018-11-141-10/+15
* | Restore the build for Windows (got broken by [4a251d07db]).fvogel2018-11-111-2/+1
|\ \ | |/
| * Restore the build for Windows (got broken by [4a251d07db]).fvogel2018-11-111-2/+1
* | Fix a bug in TkPutImage for macOS.culler2018-11-101-1/+0
|\ \ | |/
| * TkPutImage should not assume that a pixmap is transparent, even though it doe...culler2018-11-101-1/+0
* | Another big round of updates for macOS, fixing bugs old and new includingculler2018-11-081-37/+27
|\ \ | |/
| * Fixed transparency issues and crashes related to PhotoImages and greatly simp...culler2018-11-081-37/+27
* | More of of size_t in photo implementation, and remove unnecessary #includesjan.nijtmans2018-08-131-4/+3
|/
* tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell...jan.nijtmans2017-11-271-1/+1
* Make it possible to generate an NSImage with correct transparency from aculler2017-11-151-0/+18
* Typo (wehter -> whether) and minor consistancy in code comment (grey -> gray)jan.nijtmans2017-05-021-1/+1
* Change more refCount checks to the form "(...refCount-- <= 1)", so no separat...jan.nijtmans2017-01-181-2/+1
* Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks t...Kevin Walzer2016-07-151-2/+23
* Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-10/+10
* Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-1/+1
* minor improvements to flag handlingdkf2012-07-311-10/+9
* Bug-3480634: PNG Images missing in menus on Macjan.nijtmans2012-01-291-1/+3
* Purge RCS Keywordsdgp2011-06-081-2/+0
* Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-18/+17
* Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-191-2/+2
* * generic/tkInt.h: add assert macros for clang staticdas2009-06-301-2/+6
* * generic/tkImgPhInstance.c: fix numerous leaks discovered with thedas2009-02-061-1/+3
* Split the photo image core into two pieces to make it easier to maintain.dkf2008-08-251-0/+1962