summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock):dkf2010-10-011-3/+19
* * generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the filedkf2010-04-091-19/+75
* CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-2/+2
* use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-151/+2
* fix more gcc warnings: missing initializernijtmans2010-01-181-9/+9
* SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-5/+5
* Correct generation of grayscale data from an image. Reported by Keith Vetterdkf2009-09-251-3/+3
* fix typo that led to crashesdas2009-01-191-3/+3
* - fix for aMSN compatibility [tcl-Bug 2507326]nijtmans2009-01-141-11/+16
* Apply [Patch 1539990] to speed up Tk_PhotoPutBlock in one case.dkf2009-01-061-10/+15
* Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-181-11/+3
* fix [Bug 2265860] new test failuresnijtmans2008-11-121-2/+2
* modify Tk_Create(Old)ImageType signature, relaxingnijtmans2008-11-121-10/+10
* One more (hopefully the last) signature changenijtmans2008-11-091-3/+3
* CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-7/+8
* Add "const" to many internalnijtmans2008-10-171-4/+4
* Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-6/+15
* * generic/tkImgPhoto.c: Changed TclStack* calls to ck* calls so thatdgp2008-08-281-10/+8
* Fix crash reported by Don Porter.dkf2008-08-251-1/+3
* Split the photo image core into two pieces to make it easier to maintain.dkf2008-08-251-2170/+64
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-7/+7
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-53/+49
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Improve Tk_PhotoPutBlock a bit more. Derived from [Patch 224066]dkf2007-10-311-25/+53
* Rename enumermation for somewhat simpler-to-read code. [Bug 1677613]dkf2007-10-301-3/+3
* header cleanupdgp2007-09-071-2/+1
* fix compile errors & warnings introduced by dkf's cleanupdas2007-06-251-2/+2
* Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-241-169/+132
* * generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance):das2007-06-231-19/+12
* [Tk Bug 1712081]dgp2007-05-141-5/+1
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-3/+4
* various "const" additions in implementationnijtmans2007-01-031-2/+2
* Various small syntactic simplifications of ImgPhotoGet()dkf2007-01-021-52/+49
* * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock):hobbs2006-05-131-19/+29
* missing MODULE_SCOPE declarations and obsolete exports discovered by 'make ch...das2006-03-161-1/+5
* D'oh!dkf2006-03-161-1/+2
* Hack to make photo-to-photo copies cheaper in the common case of no alphadkf2006-03-161-4/+25
* Squelch [Bug 1409140] by special-case-ing the single-pixel put case.dkf2006-03-151-34/+69
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
* ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-306/+290
* Added missing FF charsdkf2005-09-061-4/+4
* more errors found by the compilerdgp2005-08-111-13/+10
* Getting more systematic about styledkf2005-08-101-1069/+1087
* Doc fix [Bug 110553]dkf2005-01-311-8/+4
* Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha checkdkf2004-12-091-3/+7
* Alpha blending fix. [Patch 848161]dkf2004-12-031-22/+35
* * unix/tkUnixButton.c (TkpDisplayButton): constrain coords tohobbs2004-12-021-1/+10
* * win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax errorpatthoyts2004-10-261-2/+1
* Attempt to fix [Bug 919066] by allowing the code that creates the regiondkf2004-10-261-29/+11
* D'oh!dkf2004-08-041-3/+3