summaryrefslogtreecommitdiffstats
path: root/generic/tkImgGIF.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo's. Backport more usefull parts from 9.0jan.nijtmans2024-08-301-26/+26
* Ticket [957190f1]: replace NULL by (char *) NULLoehhar2024-07-271-12/+21
|\
| * Ticket [957190f1]: replace NULL by (char *) NULLoehhar2024-07-271-14/+23
| * Fix build (missing ')'). Some indentingjan.nijtmans2024-06-261-12/+12
| * Don't use -encoding "binary" any more in Tk. Backport some more formatting ch...jan.nijtmans2024-06-251-22/+23
* | Don't use -encoding "binary" any more in Tkjan.nijtmans2024-06-241-2/+2
* | Merge 8.6oehhar2024-06-181-1/+7
|\ \ | |/
| * Merge 8.6oehhar2024-06-141-6/+9
| |\
| | * Less ugly fix for the GIF case.fvogel2024-06-091-8/+8
| | * Fix [1576528fff]: image read file with -from option - GIF casefvogel2024-06-081-0/+3
| * | Ticket [865af0148c] GIF errornously accepted if colormap segment is truncatedoehhar2024-06-141-1/+7
| |/
* | Fix [1576528fff]: image read file with -from optionjan.nijtmans2024-06-141-6/+9
* | (c) -> ©jan.nijtmans2024-05-091-1/+1
|\ \ | |/
* | Still missed a few (from previous commit)jan.nijtmans2023-04-271-1/+1
* | Match i/o types with Tcl channel i/o types (size_t -> Tcl_Size)apnadkarni2023-04-181-24/+28
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-18/+18
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-1/+2
* | Merge 8.7jan.nijtmans2022-10-131-2/+2
|\ \
| * \ Merge 8.7jan.nijtmans2022-10-131-2/+2
| |\ \ | | |/
| | * GIF read: honor that "Image Descriptor" and "Plain Text Extension" limits the...oehhar2022-06-091-0/+12
| | |\
| | * | Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-6/+6
* | | | Rebase to 8.7jan.nijtmans2022-10-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-2/+2
| | |/ | |/|
* | | Add update box meta data if not the whole imageoehhar2022-06-101-36/+62
* | | Ticket [f285ddcd]: add animated gif information to image metadataoehhar2022-06-091-11/+94
|/ /
* | 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
|/ / /