summaryrefslogtreecommitdiffstats
path: root/generic/nanosvg.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-12-121-1/+1
* nanosvg #236: explicitly use "signed char", as enum now has value -1 included...oehhar2022-12-041-4/+4
* nanosvg #234/235 allow gradient definition after usage. [https://github.com/m...oehhar2022-12-041-18/+46
* nanosvg#167: complex path rendered wrong: https://github.com/memononen/nanosv...oehhar2022-11-221-1/+18
* nanosvg#221 "Out-of-bounds read in nsvg__parseUrl" https://github.com/memonon...oehhar2022-08-111-2/+2
* Change comment character from "//" to "/* */"oehhar2022-08-021-1/+1
* Nano SVG is still locale dependent #139, https://github.com/memononen/nanosvg...oehhar2022-08-021-7/+54
* nanosvg #209 "Add CMake build script to the project". https://github.com/memo...oehhar2022-06-031-0/+1
* import nanosvg #215 upstream change "Fix build when both nanosvg.h and nanosv...oehhar2022-06-031-2/+2
* Nanosvg pull #205: Fixed rbg percentage parsing in nsvg__parseColorRGB. Ticke...oehhar2022-04-081-2/+3
* svgnano upstream changes: Fix decimal values in color fields (nsvg__parseColo...oehhar2021-09-051-25/+12
* Imported fix for: nanosvg #179: "Division by float 0"oehhar2021-03-311-1/+6
* Fix upstream issue 'Regression from commit e7f5981 breaks many hitherto valid...fvogel2020-11-181-2/+2
* Merge 8.6. Eliminate more C++ commentsjan.nijtmans2020-10-281-176/+177
* Make everything compile warning-free using -Wundefjan.nijtmans2020-10-081-5/+5
* Merge 8.6. Fix some more -Wshadow warningsjan.nijtmans2020-10-061-4/+4
* Nanosvg Upstream commit [https://github.com/memononen/nanosvg/commit/ddd39e96...oehhar2020-09-281-2/+11
* nanosvg.h: Upstream commit [https://github.com/memononen/nanosvg/commit/e7f59...oehhar2020-09-281-15/+40
* Fix [ea665e08f3]: Endless loop when reading svg filefvogel2020-09-161-6/+13
* Use more size_t type internally, when compiling against Tcl 9.0 headers. No c...jan.nijtmans2020-05-251-0/+0
* Merge trunkjan.nijtmans2020-02-261-1/+1
* tksvg crash on style usage due to different malloc and free types on some sys...oehhar2019-11-121-4/+4
* Bug in float emulation for MS-VC6: map fabsf() to fabs(), not abs(). Add floa...oehhar2019-10-041-1/+5
* Merge 8.6jan.nijtmans2019-05-091-3/+3
* Make svg compile with MS VC++ 6 - attention - strtoll is replaced by strtol w...oehhar2018-06-151-0/+26
* Make branch compile with MSVC 2008 (Express Edition)fvogel2018-06-061-1/+4
* Add missing files, as provided by René Zaumseil.fvogel2018-05-151-0/+3055