summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarify code that does pixel compositing. Fix alpha blending in [$photo put]...dkf2004-08-041-68/+110
* * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): force -data intohobbs2004-05-031-5/+13
* * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.hdgp2004-03-311-2/+1
* Allow old-style image formats to create string representations of photos,dkf2004-03-261-6/+40
* Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]dkf2004-02-091-1/+7
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-15/+15
* * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): OS X useshobbs2003-10-311-2/+2