| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|