| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -2/+2 |
|\ |
|
| * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -2/+2 |
|
|
* | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-03-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish. | jan.nijtmans | 2019-03-15 | 1 | -1/+1 |
|
|
* | | gif read not complete on overflow image - information missinterpreted if foll... | oehhar | 2019-03-05 | 1 | -1/+20 |
|\ \
| |/ |
|
| * | gif read not complete on overflow image - information missinterpreted if foll... | oehhar | 2019-02-03 | 1 | -1/+20 |
|
|
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -4/+4 |
|
|
* | | Fix [fbaed1f66b]: [image create photo] errors out on a sane animated gif | fvogel | 2018-07-27 | 1 | -25/+21 |
|\ \
| |/ |
|
| * | Fix [fbaed1f66b]: [image create photo] errors out on a sane animated gif | fvogel | 2018-07-21 | 1 | -25/+21 |
|
|
* | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro... | jan.nijtmans | 2018-07-10 | 1 | -8/+8 |
|
|
* | | Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP ... | jan.nijtmans | 2018-07-09 | 1 | -16/+16 |
|/ |
|
* | Fix [b601ce3ab1]: A corrupted image can cause resource exhaustion. Patch from... | fvogel | 2017-08-02 | 1 | -0/+1 |
|\ |
|
| * | Fixed [b601ce3ab1]: A corrupted image can cause resource exhaustion. Patch fo... | fvogel | 2017-06-02 | 1 | -0/+1 |
|
|
* | | Fixed broken trunk caused by "signed/unsigned mismatch" compiler error on Win... | fvogel | 2015-06-01 | 1 | -2/+2 |
|
|
* | | [dece631375] More mem alloc overflow check and init with proper unsigneds. | dgp | 2015-05-20 | 1 | -2/+13 |
|
|
* | | Initialize memory to stop valgrind notices about conditionals dependent on | dgp | 2015-05-20 | 1 | -0/+7 |
|
|
* | | more places converted | jan.nijtmans | 2013-01-24 | 1 | -1/+1 |
|
|
* | | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -33/+36 |
|
|
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -0/+20 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). | rmax | 2008-02-01 | 1 | -1/+7 |
|
|
| | * | * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by | rmax | 2007-09-11 | 1 | -2/+2 |
|
|
| | * | Fix (and add test for) [Bug 1458234] | dkf | 2006-03-27 | 1 | -14/+14 |
|
|
| | * | * generic/tkImgGIF.c: cast calls to block_out | hobbs | 2005-12-01 | 1 | -3/+3 |
|
|
| | * | Plug a buffer overflow in the GIF reader | dkf | 2005-06-20 | 1 | -22/+33 |
|
|
| | * | * generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max: | das | 2004-07-27 | 1 | -4/+5 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -6/+6 |
|
|
* | | | * generic/tkImgGIF.c (StringWriteGIF): Added ability to write a GIF to | dkf | 2010-07-18 | 1 | -318/+370 |
|
|
* | | | Formatting | nijtmans | 2010-04-23 | 1 | -12/+9 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -1/+2 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -2/+2 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -148/+177 |
|
|
* | | | Let the GIF writer use a real LZW compressor. | nijtmans | 2008-04-09 | 1 | -444/+321 |
|
|
* | | | a little cleanup, in preparation for replacing the gif compressor with a real... | nijtmans | 2008-04-09 | 1 | -92/+85 |
|/ / |
|
* | | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). | rmax | 2008-02-01 | 1 | -1/+7 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | fix warnings | das | 2007-09-18 | 1 | -3/+3 |
|
|
* | | Yet another step in the tidying up of the GIF code. | dkf | 2007-09-18 | 1 | -138/+169 |
|
|
* | | * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by | rmax | 2007-09-11 | 1 | -2/+2 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
* | | Quell type-punning warnings from gcc/unix build | dkf | 2007-01-12 | 1 | -5/+5 |
|
|
* | | Many minute fixes to reduce number of minor warnings from GCC. | dkf | 2007-01-11 | 1 | -10/+12 |
|
|
* | | * generic/tkImgGIF.c (ReadImage): | das | 2006-07-20 | 1 | -3/+3 |
|
|
* | | Fix (and add test for) [Bug 1458234] | dkf | 2006-03-27 | 1 | -13/+13 |
|
|
* | | * generic/tkImgGIF.c: cast calls to blockOut | hobbs | 2005-12-01 | 1 | -3/+3 |
|
|
* | | ANSIfy and reduce casting of NULL to promote readability | dkf | 2005-11-17 | 1 | -201/+190 |
|
|