751aa252ca186a3497d7c77b87bbebb3485d210e |
|
15-Aug-2013 |
tavmjong-free <tavmjong@free.fr> |
Prevent writing out empty style strings. |
1853b6fb3034af6c1d69d83b96c377a50a17e38a |
|
04-Aug-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
032617360bf72ccb1e51b73f9f38f212a138512c |
|
23-Jan-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck: style and performance |
edfc47c55f8b12b7a8362ba30ed3a0103a8e20ab |
|
03-Nov-2012 |
tavmjong-free <tavmjong@free.fr> |
Don't remove default css values if element is in <defs> or is a <symbol>. |
1cd5f4b7d334c460e9bba1ba803c78c1ab1fdaad |
|
20-Sep-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
some memleak fixes (Bug #1043571) |
183be9459025fc175326418ac6d00b9cbbf0596c |
|
03-Sep-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was not enabled) and other issues |
d0d9dc8846169ff203ce93b6fd6bf331e663a7cd |
|
02-Sep-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
converted some c-string usage to c++ string class usage: should fix some memory leaks |
39604a5993c9e99970592313a75a01be735a877a |
|
03-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Janitorial tasks: get rid of deprecated repr wrapper functions |
2b0e2e6c2dde5d6cb739785016e91189888ff483 |
|
29-Nov-2011 |
tavmjong-free <tavmjong@free.fr> |
Add feMergeNode to "in" list in svgprops. Fix bug in preferences for deleting invalid attributes. |
28bf548be956fa98bffa377e2caba5f28fb281ad |
|
29-Nov-2011 |
tavmjong-free <tavmjong@free.fr> |
Add possibility to check validity of attributes and usefulness of properties.
This code adds the ability to check for every elment in an SVG document if its
attributes are valid and the styling properties are useful. Options under the
SVG Output section of the Inkscape Preferences dialog control what should
be checked when, and what actions should be taken if invalid attributes
or non-useful properties are found. |