summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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
* * 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