| Commit message (Expand) | Author | Age | Files | Lines |
* | [3603436][06c3fcb136] Correction to earlier bugfix. When alpha values are | dgp | 2015-05-05 | 1 | -3/+3 |
|
|
* | Fix [3603436fff]: png save has wrong component indexes | jan.nijtmans | 2013-10-28 | 1 | -6/+5 |
|
|
* | merge core-8-4-branch, still to be tested on Unixtobetested | jan.nijtmans | 2012-05-29 | 1 | -0/+2 |
|\ |
|
| * | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 1 | -0/+2 |
|
|
* | | make some internal tables const | jan.nijtmans | 2012-04-18 | 1 | -2/+3 |
|\ \
| |/ |
|
* | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 1 | -1/+1 |
|
|
* | | Bug 3480634: PNG Images missing in menus on Mac | jan.nijtmans | 2012-01-29 | 1 | -1/+3 |
|
|
* | | Bug-2433260: non-critical error in Tk_PhotoPutBlock | jan.nijtmans | 2012-01-25 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Bug-2433260: non-critical error in Tk_PhotoPutBlock | jan.nijtmans | 2012-01-25 | 1 | -3/+3 |
|
|
* | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS X | das | 2009-02-06 | 1 | -1/+3 |
|
|
| * | * generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance): | das | 2007-06-23 | 1 | -20/+12 |
|
|
| * | * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock): | hobbs | 2006-05-13 | 1 | -19/+29 |
|
|
| * | Hack to make photo-to-photo copies cheaper in the common case of no alpha | dkf | 2006-03-16 | 1 | -4/+26 |
|
|
| * | Squelch [Bug 1409140] by special-case-ing the single-pixel put case. | dkf | 2006-03-15 | 1 | -3/+37 |
|
|
| * | Fix [Bug 1252702] | dkf | 2005-08-11 | 1 | -12/+13 |
|
|
| * | Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha check | dkf | 2004-12-09 | 1 | -3/+7 |
|
|
| * | Alpha blending fixes. [Patch 848161] | dkf | 2004-12-03 | 1 | -20/+32 |
|
|
| * | * unix/tkUnixButton.c (TkpDisplayButton): constrain coords to | hobbs | 2004-12-02 | 1 | -1/+10 |
|
|
| * | Backport of yesterday's compositing fixes | dkf | 2004-08-05 | 1 | -68/+110 |
|
|
| * | Fix [Bug 979239] by only redrawing an image when it has real area. | dkf | 2004-06-25 | 1 | -1/+10 |
|
|
| * | (ImgPhotoCmd): correct matched handling to that in head | hobbs | 2004-05-03 | 1 | -2/+3 |
|
|
| * | * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): force -data into | hobbs | 2004-05-03 | 1 | -5/+14 |
|
|
| * | Backport of 923555 fixes | dkf | 2004-03-26 | 1 | -6/+38 |
|
|
| * | * macosx/tkMacOSXDraw.c: | das | 2004-02-23 | 1 | -4/+4 |
|
|
| * | Stop crashes when copying a large photo to itself causes resizing. [Bug 877950] | dkf | 2004-02-09 | 1 | -1/+8 |
|
|
| * | * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alpha | hobbs | 2003-11-11 | 1 | -16/+259 |
|
|
| * | Try harder to avoid zero-length mallocs()... [Bug 404421] | dkf | 2003-07-17 | 1 | -25/+38 |
|
|
| * | I prefer direct return from switch processing; simpler to understand. | dkf | 2003-07-17 | 1 | -19/+16 |
|
|
* | | Correct generation of grayscale data from an image. Reported by Keith Vetter | dkf | 2009-09-25 | 1 | -3/+3 |
|
|
* | | * generic/tkImgPhoto.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -1/+3 |
|
|
* | | fix for aMSN compatibility [tcl-Bug 2507326] | nijtmans | 2009-01-14 | 1 | -1/+6 |
|
|
* | | Relax the constraint that every Tk_ImageType | nijtmans | 2008-11-19 | 1 | -12/+4 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Improve Tk_PhotoPutBlock a bit more. Derived from [Patch 224066] | dkf | 2007-10-31 | 1 | -25/+53 |
|
|
* | | Rename enumermation for somewhat simpler-to-read code. [Bug 1677613] | dkf | 2007-10-30 | 1 | -3/+3 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
* | | fix compile errors & warnings introduced by dkf's cleanup | das | 2007-06-25 | 1 | -2/+2 |
|
|
* | | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 1 | -169/+132 |
|
|
* | | * generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance): | das | 2007-06-23 | 1 | -19/+12 |
|
|
* | | [Tk Bug 1712081] | dgp | 2007-05-14 | 1 | -5/+1 |
|
|
* | | 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 |
|
|