summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tkImgPhoto.c (ImgPhotoGet): Removed redundant call toericm2000-08-181-11/+2
* * generic/tkImage.c (Tk_PostscriptImage): added check to createhobbs2000-04-251-3/+43
* * generic/tkDecls.h:hobbs2000-02-081-34/+17
* Fix for bug #4103.ericm2000-01-311-4/+2
* * generic/tkImgPhoto.c: Fixed bug with use of binary data forericm2000-01-271-2/+2
* * generic/tkImgPhoto.c: Added some comments regarding slowericm2000-01-261-3/+27
* * generic/tkImgPhoto.c: Fixed bug with use of binary data forericm2000-01-261-4/+8
* added declaration for PhotoOptionCleanupProc to prevent warninghobbs1999-12-151-1/+3
* * generic/tkStubInit.c:hobbs1999-12-141-15/+172
* * generic/tk.h:hobbs1999-10-291-219/+986
* Patches from Bug: 2068 2080 2269redman1999-07-011-1/+3
* * Merged changes from 8.1.0 branchstanton1999-04-301-1/+1
* merged 8.1.0 changes into mainlinestanton1999-04-241-1/+10
* * Merged 8.1 branch into the main trunkstanton1999-04-161-15/+28