Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed broken trunk caused by "signed/unsigned mismatch" compiler error on ↵ | fvogel | 2015-06-01 | 1 | -2/+2 |
| | | | | Windows, introduced by [4fe3c06b97] and [07622d5618] | ||||
* | [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 |
| | | | reads from uninit memory. | ||||
* | more places converted | jan.nijtmans | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -2/+2 |
|\ | | | | | Various Tcl_GetIndexFromObj -> Tcl_GetIndexFromObjStruct changes. | ||||
* | | 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 |
| | | | | | | ** WORK IN PROGRESS ** | ||||
* | | 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 |
| | | | | | | | | | | | | * tests/imgPhoto.test: Added a test for the above. | ||||
| | * | * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by | rmax | 2007-09-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | multi-frame interlaced GIFs that contain subsequent frames that are smaller than the first one. * tests/imgPhoto.test: Added a test for the above. | ||||
| | * | 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 |
| | | | | | | | | | | | | | | | in case of premature end of image data, return error instead of passing nil buffer to Tk_PhotoPutBlock(). | ||||
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -6/+6 |
| | | | | | | | | | using useful casts internally. | ||||
* | | | * generic/tkImgGIF.c (StringWriteGIF): Added ability to write a GIF to | dkf | 2010-07-18 | 1 | -318/+370 |
| | | | | | | | | | | | | | | | | | | a string (as a byte array, of course) following comments on c.l.t by Aric Bills. Also improved readability of some of the function and field names in this file. | ||||
* | | | Formatting | nijtmans | 2010-04-23 | 1 | -12/+9 |
| | | | | | | | | | | | | | | | | | | typo fixes remove not existing tkDisplayList; Useless re-definitions of TCL_STORAGE_CLASS | ||||
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | Apply patch [#2932808]: Canvas items not updating on widget state change | ||||
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. | ||||
* | | | 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 ↵ | nijtmans | 2008-04-09 | 1 | -92/+85 |
|/ / | | | | | | | real LZW one. | ||||
* | | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). | rmax | 2008-02-01 | 1 | -1/+7 |
| | | | | | | | | * tests/imgPhoto.test: Added a test for the above. | ||||
* | | 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 |
| | | | | | | | | | | | | | | multi-frame interlaced GIFs that contain subsequent frames that are smaller than the first one. * tests/imgPhoto.test: Added a test for the above. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | * macosx/tkMacOSXCursor.c (TkMacOSXCursor): * macosx/tkMacOSXDebug.c (TkMacOSXGetNamedDebugSymbol): * macosx/tkMacOSXInit.c (Map): * xlib/xgc.c (XCreateGC): fix signed-with-unsigned comparison and other warnings from gcc4 -Wextra. | ||||
* | | 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 |
| | | |||||
* | | Getting more systematic about style | dkf | 2005-08-10 | 1 | -131/+162 |
| | | | | | | | | | | Also start removing _ANSI_ARGS_; the core's required ANSI C for a while now Also fix [Bug 1252702]; size_t doesn't mix with Tcl_GetStringFromObj | ||||
* | | Typos | dkf | 2005-06-19 | 1 | -5/+5 |
| | | |||||
* | | Get rid of statics; replaced with stack-allocated structures which are ↵ | dkf | 2005-06-19 | 1 | -657/+723 |
| | | | | | | | | | | | | automatically thread-safe. Also squelched a buffer overrun in binary string data handling... | ||||
* | | * generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max: | das | 2004-07-27 | 1 | -4/+5 |
| | | | | | | | | | | in case of premature end of image data, return error instead of passing nil buffer to Tk_PhotoPutBlock(). | ||||
* | | TIP#116 implementation. Docs still to come, tests will never be done because | dkf | 2003-03-06 | 1 | -4/+9 |
|/ | | | | | they could never be done portably as they'd inevitably depend on the total amount of memory available to the process... :^( | ||||
* | Removed pointless static variable ZeroDataBlock from tkImgGIF.c [Bug #664788] | dkf | 2003-02-20 | 1 | -5/+1 |
| | | | | It served no useful purpose whatsoever... | ||||
* | * generic/tkImgGIF.c (FileReadGIF): Ensure that the trashBuffer is | dkf | 2003-02-18 | 1 | -9/+13 |
| | | | | always deallocated on function exit to stop a potential memory leak. | ||||
* | * generic/tkImgGIF.c (FileReadGIF): fixed -from handling for gifs | hobbs | 2002-08-08 | 1 | -5/+5 |
| | | | | [Bug #467524] (obermeier) | ||||
* | TIP#98 implementation; improved photo image copy and GIF frame access | dkf | 2002-06-14 | 1 | -2/+3 |
| | |||||
* | tkImgGIF.c was not following the Tcl C style; fixed... | dkf | 2002-02-19 | 1 | -571/+676 |
| | |||||
* | * Updates to handle change in type of tablePtr | dgp | 2002-01-17 | 1 | -2/+2 |
| | | | | | argument of Tcl_GetIndexFromObj(Struct) from (char **) to (CONST char **). [TIP 27] [Patch 504705] | ||||
* | * generic/tkImgGIF.c: | andreas_kupries | 2001-09-14 | 1 | -1/+2 |
| | | | | | | | | | * generic/tkImgPPM.c: * generic/tkImgPhoto.c: * generic/tkMenu.c: Applied patch [461578], provided by Vincent Darley. This fixes several memory leaks in the image code. They happen if there are errors during the initialization of the channel the image is supposed to be read from. | ||||
* | * generic/tkImgGIF.c (Mgetc): corrected screwy use of ternary | hobbs | 2001-07-03 | 1 | -2/+3 |
| | | | | operator and possible FMR. | ||||
* | * tests/imgPhoto.test: Added test for GIF writing code [Bug: 5823]. | ericm | 2000-07-05 | 1 | -47/+28 |
| | | | | | * generic/tkImgGIF.c: Applied patch from Jan Nijtmans to fix a problem with the GIF writing code [Bug: 5823]. |