summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alphahobbs2003-10-311-16/+251
* Faster color data parsing code for the [$photo put] subcommand.dkf2003-08-151-21/+52
* Try harder to avoid zero-length malloc()s... [Bug 404421]dkf2003-07-171-25/+38
* Rearranged code in ImgPhotoCmd to not use confusing fallthroughs in switches.dkf2003-07-171-28/+19
* TIP#116 implementation. Docs still to come, tests will never be done becausedkf2003-03-061-32/+140
* * tests/imgPhoto.test:hobbs2002-10-181-7/+15
* * generic/tkImgPhoto.c (ImgPhotoSetSize): Only error-out if wedkf2002-10-091-40/+48
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-7/+7
* tests/visual_vv.test: Removed some dependence on [exec]ed utilitiesdkf2002-07-111-41/+129
* Changed some _Old and _OLD to more descriptive terms.dkf2002-06-141-6/+6
* TIP#98 implementation; improved photo image copy and GIF frame accessdkf2002-06-141-187/+345
* * generic/tkImgPhoto.c: Added PhotoFormatThreadExitProc to cleanhobbs2002-04-121-116/+171
* Minor fixes as part of TIP#72 (and one just noticed in passing)dkf2002-02-191-4/+4
* Final part of TIP#14 support (photo image transparency access); the C APIdkf2002-02-011-112/+251
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-3/+3
* * Updates to handle change in type of tablePtrdgp2002-01-171-2/+2
* Added panic in ImgPhotoInstanceSetSize in case of failure to get pixmapchengyemao2001-12-071-1/+5
* * generic/tkImgGIF.c:andreas_kupries2001-09-141-1/+5
* * generic/tkImgPhoto.c (ImgPhotoCmd): corrected the src and desthobbs2001-04-031-2/+2
* Added TkPhotoGetValidRegion() to tkInt stubs. Bug #120930 closed.dkf2000-11-211-1/+32
* Comment correction.ericm2000-08-211-3/+3
* Removed unused variable left behind from previous check-in.ericm2000-08-191-2/+1