summaryrefslogtreecommitdiffstats
path: root/generic/tkImgListFormat.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use...jan.nijtmans2024-05-091-1/+1
* Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-7/+7
* Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-261-1/+1
* Merge 8.7. More progress in converting strtod/strtoljan.nijtmans2023-09-041-1/+1
|\
* | more progress strtod -> Tcl_GetDouble()jan.nijtmans2023-09-011-3/+1
|/
* More TIP #660jan.nijtmans2023-04-241-5/+6
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-22/+12
* Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-6/+10
* TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-1/+1
* Fix [332c8af8aa]: compiler warning about type pun and strict aliasingjan.nijtmans2022-06-031-4/+3
* Always measure color string in bytes, not (unicode?) chars.jan.nijtmans2021-04-051-10/+11
* After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* (c) -> ©jan.nijtmans2020-12-091-4/+4
* Merge trunkjan.nijtmans2020-02-261-2/+2
|\
| * Fix 2 compiler warnings (gcc-9)jan.nijtmans2020-02-231-2/+2
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-5/+8
|/
* Merge 8.6jan.nijtmans2019-09-201-1/+2
* Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
* More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-2/+2
* Merge core-8-6-branch (and remove additional end-of-line spacing)jan.nijtmans2017-10-121-95/+95
* Fix order of tests in tkImgListFormat.c. This was discovered when analyzing [...fvogel2017-09-161-1/+1
* Changed from #ARGB to #RGBA color formatsimonbachmann2017-06-181-25/+25
* Fixed incorrect parsing of #ARGB format on Windowssimon2017-04-091-2/+2
* Performance tuning in color parsing code and the 'data' subcommandsimonbachmann2017-04-091-46/+52
* Fixed bug in format suboptions parsing (crash with no value to -colorformat)simonbachmann2017-04-081-247/+340
* Fix for bug 7c49a7f594c8d47dfdf7b6037b8316e4d51cc36asimonbachmann2017-04-041-22/+31
* Added -withalpha option to [imageName get].simonbachmann2017-03-231-0/+1033