Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix uninitialized variable in 16-bit PPM handling. [1632447] follow-up. | jan.nijtmans | 2013-11-11 | 1 | -1/+1 |
|\ | |||||
| * | Fix uninitialized variable in 16-bit PPM handling. [1632447] follow-up. | jan.nijtmans | 2013-11-11 | 1 | -1/+1 |
| | | |||||
* | | Fix StringReadPPM function from previous commit | jan.nijtmans | 2013-11-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix StringReadPPM function from previous commit. | jan.nijtmans | 2013-11-03 | 1 | -1/+1 |
| | | |||||
* | | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a format | dkf | 2013-11-03 | 1 | -17/+41 |
|\ \ | |/ | | | definition change from around 2000 (even if that's a rare format). | ||||
| * | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a format | dkf | 2013-11-03 | 1 | -17/+41 |
| | | | | | | definition change from around 2000 (even if that's a rare format). | ||||
* | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -27/+26 |
| | | |||||
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -0/+8 |
| | | | | | | ** 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 |
| | | | |||||
| | * | Backport from HEAD of [Bug #1822391]: | Kevin B Kenny | 2007-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkImgPPM.c (StringReadPPM): Corrected a comparison whose sense was reversed that resulted in reading beyond the end of the input buffer on malformed PPM data. [Bug #1822391] * tests/imgPPM.test (imgPPM-4.1): Added test case that exercises [Bug #1822391]. | ||||
| | * | Backport of FRQ 540375 changes. | dkf | 2004-03-27 | 1 | -10/+321 |
| | | | |||||
| | * | Backport of 923555 fixes | dkf | 2004-03-26 | 1 | -20/+92 |
| | | | |||||
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -8/+8 |
| | | | | | | | | | using useful casts internally. | ||||
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | Apply patch [#2932808]: Canvas items not updating on widget state change | ||||
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -7/+7 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | * generic/tkImgPPM.c (StringReadPPM): Corrected a comparison | Kevin B Kenny | 2007-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | whose sense was reversed that resulted in reading beyond the end of the input buffer on malformed PPM data. [Bug #1822391] * tests/imgPPM.test (imgPPM-4.1): Added test case that exercises [Bug #1822391]. | ||||
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
| | | |||||
* | | restore unix line endings | dgp | 2007-06-25 | 1 | -825/+825 |
| | | |||||
* | | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 1 | -830/+825 |
| | | |||||
* | | ANSIfy and reduce casting of NULL to promote readability | dkf | 2005-11-17 | 1 | -52/+52 |
| | | |||||
* | | Getting more systematic about style | dkf | 2005-08-10 | 1 | -117/+121 |
| | | | | | | | | | | 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 | ||||
* | | Allow PPMs to be read from a string. [FRQ 540375] | dkf | 2004-03-27 | 1 | -8/+322 |
| | | |||||
* | | Tweak to 923555 fix. | dgp | 2004-03-26 | 1 | -2/+2 |
| | | |||||
* | | Allow old-style image formats to create string representations of photos, | dkf | 2004-03-26 | 1 | -18/+92 |
| | | | | | | | | and allow the production of PPM format data in a string. [Bug 923555] | ||||
* | | TIP#116 implementation. Docs still to come, tests will never be done because | dkf | 2003-03-06 | 1 | -4/+10 |
|/ | | | | | they could never be done portably as they'd inevitably depend on the total amount of memory available to the process... :^( | ||||
* | TIP#98 implementation; improved photo image copy and GIF frame access | dkf | 2002-06-14 | 1 | -2/+3 |
| | |||||
* | Minor fixes as part of TIP#72 (and one just noticed in passing) | dkf | 2002-02-19 | 1 | -2/+2 |
| | |||||
* | * generic/tkImgGIF.c: | andreas_kupries | 2001-09-14 | 1 | -1/+3 |
| | | | | | | | | | * 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/tk.h: | hobbs | 1999-12-21 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | * README: updated for patch level 8.3b1 * generic/tkScale.c: * generic/tkScale.h: fixed possible core when freeing options (cursor) associated with scale widget [Bug: 3897] * generic/tk3d.c: added extra calculations to ensure that thin frames get refreshed too [Bug: 3596] * generic/tkCanvText.c: * generic/tkEntry.c: * generic/tkFont.c: * generic/tkImgPPM.c: removed extranneous vars that were set but never used. | ||||
* | * generic/tk.h: | hobbs | 1999-10-29 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | * generic/tkCmds.c: * generic/tkImage.c: * generic/tkImgBmap.c: * generic/tkImgGIF.c: * generic/tkImgPPM.c: * generic/tkImgPhoto.c: * generic/tkInt.h: * generic/tkTest.c: * generic/tkWindow.c: * tests/imgPhoto.test: added Img patch (Nijtmans) with docs, headers #def'd with USE_OLD_IMAGE. Upgrades image stuff to Tcl_Obj API, adds alpha channel (images are now 32 bpp) | ||||
* | Patches from Bug: 2068 2080 2269 | redman | 1999-07-01 | 1 | -1/+2 |
| | |||||
* | merged 8.1.0 changes into mainline | stanton | 1999-04-24 | 1 | -1/+10 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -5/+5 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+421 |