summaryrefslogtreecommitdiffstats
path: root/generic/tkImgSVGnano.c
Commit message (Collapse)AuthorAgeFilesLines
* More MSVC++ 6.0-friendly solution for [822330269b]jan.nijtmans2021-02-121-3/+4
|
* Eliminate internal TkGetByteArrayFromObj() and TkGetStringFromObj() ↵jan.nijtmans2021-01-131-7/+7
|\ | | | | | | functions: Thanks to TIP #481 those are no longer needed.
| * After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This ↵jan.nijtmans2020-12-111-7/+7
| | | | | | | | commit shows how.
* | Slightly better overflow-check, without doing too many re-calculations of ↵jan.nijtmans2021-01-081-4/+5
| | | | | | | | the same multiply
* | 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: ↵oehhar2020-11-161-2/+62
| | | | Alternate solution from Androwish: : http://www.androwish.org/index.html/vinfo/a9be9dd0259e47f0?diff=1
* 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 ↵oehhar2020-09-151-2/+1
| | | | not important.
* Correct tksvg comment origin to AndroWish, add CHW as contributor. The ↵oehhar2020-09-141-1/+2
| | | | auriocus project is deleted.
* 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 ↵fvogel2019-06-121-55/+28
| | | | | | | | disk to be 0x0 (which indicates the image could not be parsed in that format). Handling for images 0x0 in size must be kept because Tk bases its error detection for the format on this feature.
| * 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
| | | | | | | | 9.0 headers.
* | Resolve compiler warnings and segfault in imgListFormat tests.dgp2019-06-211-6/+6
| |
* | Handle SVG string > 2G, when compiled with Tcl 9 headers. Make ↵jan.nijtmans2019-06-201-16/+16
|/ | | | TCL_INDEX_NONE symbol usable in Tk, even when compiled against Tcl 8.6 headers.
* 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