summaryrefslogtreecommitdiffstats
path: root/generic/tkImgGIF.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | 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
| |\ \ | | |/
| | * 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
| |\ \ | | |/
| | * Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.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
| |\ \ | | |/