]> gitweb.michael.orlitzky.com - libsvgtiny.git/history - src/svgtiny.c
src/svgtiny.c: remove parent == NULL hack
[libsvgtiny.git] / src / svgtiny.c
2023-11-20 Michael Orlitzkysrc/svgtiny.c: remove parent == NULL hack
2023-11-20 Michael Orlitzkysrc/svgtiny.c: implement composition of parent styles
2023-11-20 Michael Orlitzkysrc/svgtiny*.{c,h}: move the libcss unit context into...
2023-11-20 Michael Orlitzkysrc/svgtiny.c: use separate function for style application
2023-11-20 Michael Orlitzkysrc/svgtiny.c: update the docstring for svgtiny_parse_svg()
2023-11-20 Michael Orlitzkysrc/svgtiny.c: set shape opacities from the parser...
2023-11-20 Michael Orlitzkysrc/svgtiny.c: parse styles in svgtiny_parse_paint_attr...
2023-11-20 Michael Orlitzkysrc/svgtiny.c: eliminate pointless NULL check
2023-11-20 Michael Orlitzkysrc/svgtiny{.c,_internal.h}: intern SVG's XML namespace URI
2023-11-20 Michael Orlitzkysrc/svgtiny.c: parse inline stylesheet in svgtiny_parse...
2023-11-20 Michael Orlitzkysrc/svgtiny.c: add svgtiny_parse_style_inline() function
2023-11-20 Michael Orlitzkysrc/svgtiny.c: use svgtiny_create_stylesheet() to parse...
2023-11-20 Michael Orlitzkysrc/svgtiny.c: add svgtiny_parse_style_element() functi...
2023-10-04 Michael Orlitzkysrc/svgtiny.c: add impotent svgtiny_preparse_styles...
2023-10-04 Michael Orlitzkysrc/svgtiny.c: initialize the libcss context in svgtiny...
2023-10-04 Michael Orlitzkysrc/svgtiny.c: remove old misleading libcss comments
2020-10-03 Vincent Sandersimplement svg path arc correctly
2018-07-29 Daniel SilverstoneFix various bugs which caused ASAN and UBSAN to be...
2017-07-24 Michael DrakeFix parsing of multiple vertical lineto commands
2017-04-20 Michael DrakeBuild: Include gperf-generated code directly.
2016-10-26 Michael DrakeMerge branch 'tlsa/fix-gradients'
2016-10-26 Michael DrakeParse: Ensure consumed characters count is initiliased.
2016-10-26 Michael DrakeParse: Make the parse state have two sets of gradient...
2016-10-26 Michael DrakeParse: Avoid strndup with unchecked return value.
2016-10-26 Michael DrakeParse: Remove explicit init of gradient state; gets...
2016-08-24 Vincent Sanderscope with lack of root svg element
2015-08-23 Vincent SandersFix reallocation of path buffer length to cope with...
2015-01-15 Vincent SandersEnsure path generation does not overrun allocated storage.
2014-10-23 Vincent Sandersfix parsing of whitespace in transform operators
2014-10-10 Paul MecklenburgFix relative move commands following a path close.
2013-08-23 Michael DrakeMove gradient logging to svgtiny_gradient.c, and suppre...
2013-08-23 Michael DrakeFix leak of gradient dom strings.
2012-12-31 John-Mark BellHandle empty text nodes correctly.
2012-12-30 John-Mark BellDrop const, as this can't work with libdom.
2012-11-03 Daniel SilverstoneReplace dom_string_length with dom_string_byte_length...
2012-11-03 Daniel SilverstoneVoid myself unpleasantly in order to satisfy RISC OS...
2012-11-03 Daniel SilverstoneClean up properly
2012-11-03 Daniel SilverstoneMerge branch 'dsilvers/tolibdom'
2012-11-03 Daniel SilverstoneThe library now builds
2012-11-03 Daniel SilverstoneMore work towards libdom conversion
2012-11-03 Daniel SilverstoneParse text
2012-11-03 Daniel SilverstoneMake more svg elements parse again
2012-11-03 Daniel SilverstoneMore work to bring svgtiny into the libdom era
2012-11-03 Daniel SilverstoneBegin conversion to libdom
2011-01-02 John Mark Bells/strndup/svgtiny_strndup
2010-12-29 John Mark BellUse built-in strndup if the platform we're targetting...
2010-09-24 James BursaSplit the string for stroke-width like it's done for...
2010-01-02 François RevelLots of C89, please test...
2009-11-28 James BursaRound stroke widths to nearest integer instead of down...
2009-11-28 James BursaImplement <ellipse> element. Improve error handling...
2009-11-22 Chris YoungDespite M_PI being #defined in math.h, and math.h being...
2009-11-22 James BursaStart implementing arcs in paths. Fix crash when an...
2009-08-24 John Mark BellSquash warnings
2009-08-24 John Mark BellBeginnings of port to core buildsystem