| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock): | dkf | 2010-10-01 | 1 | -3/+19 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the file | dkf | 2010-04-09 | 1 | -19/+75 |
|
|
* | CONSTify everything related to Tk_ConfigSpec | nijtmans | 2010-02-17 | 1 | -2/+2 |
|
|
* | use -pipe for gcc on win32 (mingw/cygwin) | nijtmans | 2010-02-13 | 1 | -151/+2 |
|
|
* | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -9/+9 |
|
|
* | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -5/+5 |
|
|
* | Correct generation of grayscale data from an image. Reported by Keith Vetter | dkf | 2009-09-25 | 1 | -3/+3 |
|
|
* | fix typo that led to crashes | das | 2009-01-19 | 1 | -3/+3 |
|
|
* | - fix for aMSN compatibility [tcl-Bug 2507326] | nijtmans | 2009-01-14 | 1 | -11/+16 |
|
|
* | Apply [Patch 1539990] to speed up Tk_PhotoPutBlock in one case. | dkf | 2009-01-06 | 1 | -10/+15 |
|
|
* | Minor simplification in fix for [Bug 2312027]: | nijtmans | 2008-11-18 | 1 | -11/+3 |
|
|
* | fix [Bug 2265860] new test failures | nijtmans | 2008-11-12 | 1 | -2/+2 |
|
|
* | modify Tk_Create(Old)ImageType signature, relaxing | nijtmans | 2008-11-12 | 1 | -10/+10 |
|
|
* | One more (hopefully the last) signature change | nijtmans | 2008-11-09 | 1 | -3/+3 |
|
|
* | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 1 | -7/+8 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -4/+4 |
|
|
* | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 1 | -6/+15 |
|
|
* | * generic/tkImgPhoto.c: Changed TclStack* calls to ck* calls so that | dgp | 2008-08-28 | 1 | -10/+8 |
|
|
* | Fix crash reported by Don Porter. | dkf | 2008-08-25 | 1 | -1/+3 |
|
|
* | Split the photo image core into two pieces to make it easier to maintain. | dkf | 2008-08-25 | 1 | -2170/+64 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -7/+7 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -53/+49 |
|
|
* | 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 |
|
|
* | 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 |
|
|