summaryrefslogtreecommitdiffstats
path: root/generic/tkImgSVGnano.c
Commit message (Expand)AuthorAgeFilesLines
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-28/+24
* more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-1/+1
* TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-8/+8
* More MSVC++ 6.0-friendly solution for [822330269b]jan.nijtmans2021-02-121-3/+4
* Eliminate internal TkGetByteArrayFromObj() and TkGetStringFromObj() functions...jan.nijtmans2021-01-131-7/+7
|\
| * After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-7/+7
* | Slightly better overflow-check, without doing too many re-calculations of the...jan.nijtmans2021-01-081-4/+5
* | Ticket [822330269b] Add check for overflow before image plain ckalloc.oehhar2021-01-061-0/+8
|/
* Support build against Tcl 9 headers.dgp2020-12-101-1/+1
* (c) -> ©jan.nijtmans2020-12-091-4/+4
* Ticket [d6e9b4db4]: Image format SVG: memory overflow on big files: Alternate...oehhar2020-11-161-2/+62
* More warnings -Wshadow with C++ compiler. Simplify <KeyPress> -> <Key>jan.nijtmans2020-10-071-3/+3
* tkimgscgnano: removed "origin Androwish" in comment. This is incomplete and n...oehhar2020-09-151-2/+1
* Correct tksvg comment origin to AndroWish, add CHW as contributor. The aurioc...oehhar2020-09-141-1/+2
* Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-5/+10
* Merge 8.6jan.nijtmans2019-08-191-0/+3
* Merge branch 'tip-545-svg-options' after positive voteoehhar2019-08-191-33/+137
|\
| * Remove wrong forcing of image size to 1x1 when it was read from the data or d...fvogel2019-06-121-55/+28
| * Fix code style a bit, and commentsfvogel2019-06-101-15/+7
| * svgnano return width or height of 0 is an error and is true for some png images.oehhar2019-06-091-34/+41
| * Implement -scaletowidth/height, output very small scale images as 1x1 images.oehhar2019-06-071-17/+161
| * TIP545: remove image photo svg option "-unit"oehhar2019-05-221-16/+4
* | Make better use of full range for string lengths, if Tk is compiled with Tcl ...jan.nijtmans2019-06-211-8/+8
* | Resolve compiler warnings and segfault in imgListFormat tests.dgp2019-06-211-6/+6
* | Handle SVG string > 2G, when compiled with Tcl 9 headers. Make TCL_INDEX_NONE...jan.nijtmans2019-06-201-16/+16
|/
* New files from René Zaumseilfvogel2018-12-031-15/+5
* René Zaumseil fixed a crashfvogel2018-06-041-0/+1
* New files provided by René Zaumseilfvogel2018-05-161-31/+35
* Add missing files, as provided by René Zaumseil.fvogel2018-05-151-0/+703