| Commit message (Expand) | Author | Age | Files | Lines |
* | Many minute fixes to reduce number of minor warnings from GCC. | dkf | 2007-01-11 | 1 | -3/+4 |
|
|
* | various "const" additions in implementation | nijtmans | 2007-01-03 | 1 | -2/+2 |
|
|
* | Various small syntactic simplifications of ImgPhotoGet() | dkf | 2007-01-02 | 1 | -52/+49 |
|
|
* | * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock): | hobbs | 2006-05-13 | 1 | -19/+29 |
|
|
* | missing MODULE_SCOPE declarations and obsolete exports discovered by 'make ch... | das | 2006-03-16 | 1 | -1/+5 |
|
|
* | D'oh! | dkf | 2006-03-16 | 1 | -1/+2 |
|
|
* | Hack to make photo-to-photo copies cheaper in the common case of no alpha | dkf | 2006-03-16 | 1 | -4/+25 |
|
|
* | Squelch [Bug 1409140] by special-case-ing the single-pixel put case. | dkf | 2006-03-15 | 1 | -34/+69 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+2 |
|
|
* | ANSIfy and reduce casting of NULL to promote readability | dkf | 2005-11-17 | 1 | -306/+290 |
|
|
* | Added missing FF chars | dkf | 2005-09-06 | 1 | -4/+4 |
|
|
* | more errors found by the compiler | dgp | 2005-08-11 | 1 | -13/+10 |
|
|
* | Getting more systematic about style | dkf | 2005-08-10 | 1 | -1069/+1087 |
|
|
* | Doc fix [Bug 110553] | dkf | 2005-01-31 | 1 | -8/+4 |
|
|
* | Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha check | dkf | 2004-12-09 | 1 | -3/+7 |
|
|
* | Alpha blending fix. [Patch 848161] | dkf | 2004-12-03 | 1 | -22/+35 |
|
|
* | * unix/tkUnixButton.c (TkpDisplayButton): constrain coords to | hobbs | 2004-12-02 | 1 | -1/+10 |
|
|
* | * win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax error | patthoyts | 2004-10-26 | 1 | -2/+1 |
|
|
* | Attempt to fix [Bug 919066] by allowing the code that creates the region | dkf | 2004-10-26 | 1 | -29/+11 |
|
|
* | D'oh! | dkf | 2004-08-04 | 1 | -3/+3 |
|
|
* | Clarify code that does pixel compositing. Fix alpha blending in [$photo put]... | dkf | 2004-08-04 | 1 | -68/+110 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): force -data into | hobbs | 2004-05-03 | 1 | -5/+13 |
|
|
* | * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.h | dgp | 2004-03-31 | 1 | -2/+1 |
|
|
* | Allow old-style image formats to create string representations of photos, | dkf | 2004-03-26 | 1 | -6/+40 |
|
|
* | Stop crashes when copying a large photo to itself causes resizing. [Bug 877950] | dkf | 2004-02-09 | 1 | -1/+7 |
|
|
* | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -15/+15 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): OS X uses | hobbs | 2003-10-31 | 1 | -2/+2 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alpha | hobbs | 2003-10-31 | 1 | -16/+251 |
|
|
* | Faster color data parsing code for the [$photo put] subcommand. | dkf | 2003-08-15 | 1 | -21/+52 |
|
|
* | Try harder to avoid zero-length malloc()s... [Bug 404421] | dkf | 2003-07-17 | 1 | -25/+38 |
|
|
* | Rearranged code in ImgPhotoCmd to not use confusing fallthroughs in switches. | dkf | 2003-07-17 | 1 | -28/+19 |
|
|
* | TIP#116 implementation. Docs still to come, tests will never be done because | dkf | 2003-03-06 | 1 | -32/+140 |
|
|
* | * tests/imgPhoto.test: | hobbs | 2002-10-18 | 1 | -7/+15 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoSetSize): Only error-out if we | dkf | 2002-10-09 | 1 | -40/+48 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -7/+7 |
|
|
* | tests/visual_vv.test: Removed some dependence on [exec]ed utilities | dkf | 2002-07-11 | 1 | -41/+129 |
|
|
* | Changed some _Old and _OLD to more descriptive terms. | dkf | 2002-06-14 | 1 | -6/+6 |
|
|
* | TIP#98 implementation; improved photo image copy and GIF frame access | dkf | 2002-06-14 | 1 | -187/+345 |
|
|
* | * generic/tkImgPhoto.c: Added PhotoFormatThreadExitProc to clean | hobbs | 2002-04-12 | 1 | -116/+171 |
|
|
* | Minor fixes as part of TIP#72 (and one just noticed in passing) | dkf | 2002-02-19 | 1 | -4/+4 |
|
|
* | Final part of TIP#14 support (photo image transparency access); the C API | dkf | 2002-02-01 | 1 | -112/+251 |
|
|
* | * Updated callers of Tcl_SplitList and Tcl_Merge. | dgp | 2002-01-25 | 1 | -3/+3 |
|
|
* | * Updates to handle change in type of tablePtr | dgp | 2002-01-17 | 1 | -2/+2 |
|
|
* | Added panic in ImgPhotoInstanceSetSize in case of failure to get pixmap | chengyemao | 2001-12-07 | 1 | -1/+5 |
|
|
* | * generic/tkImgGIF.c: | andreas_kupries | 2001-09-14 | 1 | -1/+5 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoCmd): corrected the src and dest | hobbs | 2001-04-03 | 1 | -2/+2 |
|
|
* | Added TkPhotoGetValidRegion() to tkInt stubs. Bug #120930 closed. | dkf | 2000-11-21 | 1 | -1/+32 |
|
|
* | Comment correction. | ericm | 2000-08-21 | 1 | -3/+3 |
|
|
* | Removed unused variable left behind from previous check-in. | ericm | 2000-08-19 | 1 | -2/+1 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoGet): Removed redundant call to | ericm | 2000-08-18 | 1 | -11/+2 |
|
|