summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
Commit message (Expand)AuthorAgeFilesLines
* Many minute fixes to reduce number of minor warnings from GCC.donal.k.fellows@manchester.ac.uk2007-01-111-3/+4
* various "const" additions in implementationnijtmans2007-01-031-2/+2
* Various small syntactic simplifications of ImgPhotoGet()donal.k.fellows@manchester.ac.uk2007-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!donal.k.fellows@manchester.ac.uk2006-03-161-1/+2
* Hack to make photo-to-photo copies cheaper in the common case of no alphadonal.k.fellows@manchester.ac.uk2006-03-161-4/+25
* Squelch [Bug 1409140] by special-case-ing the single-pixel put case.donal.k.fellows@manchester.ac.uk2006-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 readabilitydonal.k.fellows@manchester.ac.uk2005-11-171-306/+290
* Added missing FF charsdonal.k.fellows@manchester.ac.uk2005-09-061-4/+4
* more errors found by the compilerdgp@users.sourceforge.net2005-08-111-13/+10
* Getting more systematic about styledonal.k.fellows@manchester.ac.uk2005-08-101-1069/+1087
* Doc fix [Bug 110553]donal.k.fellows@manchester.ac.uk2005-01-311-8/+4
* Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha checkdonal.k.fellows@manchester.ac.uk2004-12-091-3/+7
* Alpha blending fix. [Patch 848161]donal.k.fellows@manchester.ac.uk2004-12-031-22/+35
* * unix/tkUnixButton.c (TkpDisplayButton): constrain coords tohobbs2004-12-021-1/+10
* * win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax errorpatthoyts@users.sourceforge.net2004-10-261-2/+1
* Attempt to fix [Bug 919066] by allowing the code that creates the regiondonal.k.fellows@manchester.ac.uk2004-10-261-29/+11
* D'oh!donal.k.fellows@manchester.ac.uk2004-08-041-3/+3
* Clarify code that does pixel compositing. Fix alpha blending in [$photo put]...donal.k.fellows@manchester.ac.uk2004-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.hdgp@users.sourceforge.net2004-03-311-2/+1
* Allow old-style image formats to create string representations of photos,donal.k.fellows@manchester.ac.uk2004-03-261-6/+40
* Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]donal.k.fellows@manchester.ac.uk2004-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.donal.k.fellows@manchester.ac.uk2003-08-151-21/+52
* Try harder to avoid zero-length malloc()s... [Bug 404421]donal.k.fellows@manchester.ac.uk2003-07-171-25/+38
* Rearranged code in ImgPhotoCmd to not use confusing fallthroughs in switches.donal.k.fellows@manchester.ac.uk2003-07-171-28/+19
* TIP#116 implementation. Docs still to come, tests will never be done becausedonal.k.fellows@manchester.ac.uk2003-03-061-32/+140
* * tests/imgPhoto.test:hobbs2002-10-181-7/+15
* * generic/tkImgPhoto.c (ImgPhotoSetSize): Only error-out if wedonal.k.fellows@manchester.ac.uk2002-10-091-40/+48
* Applied companion patch for Tcl Patch 585105,dgp@users.sourceforge.net2002-08-051-7/+7
* tests/visual_vv.test: Removed some dependence on [exec]ed utilitiesdonal.k.fellows@manchester.ac.uk2002-07-111-41/+129
* Changed some _Old and _OLD to more descriptive terms.donal.k.fellows@manchester.ac.uk2002-06-141-6/+6
* TIP#98 implementation; improved photo image copy and GIF frame accessdonal.k.fellows@manchester.ac.uk2002-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)donal.k.fellows@manchester.ac.uk2002-02-191-4/+4
* Final part of TIP#14 support (photo image transparency access); the C APIdonal.k.fellows@manchester.ac.uk2002-02-011-112/+251
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp@users.sourceforge.net2002-01-251-3/+3
* * Updates to handle change in type of tablePtrdgp@users.sourceforge.net2002-01-171-2/+2
* Added panic in ImgPhotoInstanceSetSize in case of failure to get pixmapchengyemao2001-12-071-1/+5
* * generic/tkImgGIF.c:andreask@activestate.com2001-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.donal.k.fellows@manchester.ac.uk2000-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