summaryrefslogtreecommitdiffstats
path: root/generic/tkImgGIF.c
Commit message (Expand)AuthorAgeFilesLines
* GIF read: honor that "Image Descriptor" and "Plain Text Extension" limits the...oehhar2022-06-091-0/+12
|\
| * GIF read: honor that "Image Descriptor" limits the scope of a "Graphic Contro...oehhar2022-06-091-0/+7
| * GIF read: honor that "Plain Text Extension" limits the scope of a "Graphic Co...oehhar2022-06-091-1/+6
| * Fix harmless (false-positive) warning when using older gcc (seen with gcc-5.4)jan.nijtmans2021-05-191-1/+1
| * Merge 8.6jan.nijtmans2021-03-081-3/+3
| |\
| * | Remove superfluous .AS call in CrtPhImgFmt.3, and fix typos and indentation.fvogel2021-02-071-4/+4
| * | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to 280...oehhar2021-01-231-6/+6
| |\ \
| | * | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-2/+2
| | * | (c) -> ©jan.nijtmans2020-12-091-4/+4
| * | | Merge trunkjan.nijtmans2020-06-281-6/+7
| |\ \ \ | | |/ /
| * | | Make C++ compiler more happy (for Travis build)jan.nijtmans2020-06-261-21/+12
| * | | TIP529 image metadata: remove optional feature "gif XMP metadata support".oehhar2020-06-241-127/+2
| * | | TIP529 image metadata: remove optional feature: driver internal DString commu...oehhar2020-06-241-17/+9
| * | | TIP529 image metadata: remove close file flag returned by format driver file ...oehhar2020-06-241-2/+1
| * | | TIP529 image metadata: implement svg intermediate metadata memoryoehhar2020-06-211-3/+3
| * | | TIP529 image metadata: implement image write/data with metadata property. GIF...oehhar2020-06-111-1/+1
| * | | TIP 529 image metadata: PNG format driver to version 3 interfaceoehhar2020-06-091-46/+49
| * | | TIP529 image metadata: allow match functions to output metadata. implement fi...oehhar2020-06-091-2/+6
| * | | TIP529 image metadata: correct shared metadata object ref count on output, im...oehhar2020-06-071-17/+68
| * | | TIP529 image metadata: rename function & friends from Tk_CreatePhotoImageForm...oehhar2020-06-071-1/+1
| * | | TIP529 image metadata: changed driver interface: split metadata to in/out obj...oehhar2020-06-061-93/+60
| * | | TIP529 image metadata: image data with gif comment testoehhar2020-06-041-3/+8
| * | | TIP529 image metadata: use metadata copy for put and read. Merge metadata on ...oehhar2020-06-031-7/+23
| * | | Merge forkoehhar2020-05-301-1/+1
| |\ \ \
| | * | | Fix C++ buildjan.nijtmans2020-05-281-1/+1
| * | | | TIP529 image metadata: untested sketch to implemet new call interface for Tcl...oehhar2020-05-301-21/+81
| |/ / /
| * | | TIP529 image metadata: correct and test GIF XMP segmentoehhar2020-05-271-54/+77
| * | | TIP 529 image metadata: make gif comment parsing work and start with tests. A...oehhar2020-05-261-1/+1
| * | | Merge trunk and fix C++ buildjan.nijtmans2020-05-261-10/+7
| |\ \ \ | | |/ /
| * | | TIP529: Add GIF Extension blocks of type Application and XMP to metadata dictoehhar2020-05-241-17/+114
| * | | Merge trunkoehhar2020-05-241-16/+24
| |\ \ \ | | |/ /
| | * | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-11/+19
| | * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
| | |\ \ | | | |/
| | * | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-2/+2
| | * | Merge 8.6jan.nijtmans2019-03-151-1/+1
| | |\ \
| * | \ \ merge trunkoehhar2019-03-051-0/+1
| |\ \ \ \ | | |/ / /
| | * | | gif read not complete on overflow image - information missinterpreted if foll...oehhar2019-03-051-1/+20
| | |\ \ \
| * | | | | Correct metadata ref counting to be cleared in the error case.oehhar2019-02-011-2/+5
| * | | | | Fix a bug also present in standard Tk: Trailing segments of image data are no...oehhar2019-02-011-18/+19
| * | | | | Implemented metadata output of gif comment - crashes test image-15.1 - megada...oehhar2018-12-141-28/+154
| |/ / / /
| * | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-4/+4
| * | | | Fix [fbaed1f66b]: [image create photo] errors out on a sane animated giffvogel2018-07-271-25/+21
| |\ \ \ \
| * | | | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro...jan.nijtmans2018-07-101-8/+8
| * | | | | Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP ...jan.nijtmans2018-07-091-16/+16
* | | | | | Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-6/+6
| |_|_|_|/ |/| | | |
* | | | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
| |_|_|/ |/| | |
* | | | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-151-1/+1
| |_|/ |/| |
* | | gif read not complete on overflow image - information missinterpreted if foll...oehhar2019-02-031-1/+20
| |/ |/|
* | Fix [fbaed1f66b]: [image create photo] errors out on a sane animated giffvogel2018-07-211-25/+21
|/
* Fix [b601ce3ab1]: A corrupted image can cause resource exhaustion. Patch from...fvogel2017-08-021-0/+1
|\