summaryrefslogtreecommitdiffstats
path: root/src/attribute-rel-util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Add new function that removes properties with default values from SPCSSAttr.Tavmjong Bah2016-09-201-0/+5
| | | (bzr r15122)
* Minor pass of header cleanupLiam P. White2014-08-301-1/+1
| | | (bzr r13341.1.189)
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-1/+0
| | | (bzr r13132)
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-1/+1
| | | (bzr r11686)
* revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵Kris De Gussem2012-09-031-1/+1
| | | | | not enabled) and other issues (bzr r11649)
* converted some c-string usage to c++ string class usage: should fix some ↵Kris De Gussem2012-09-021-1/+1
| | | | | memory leaks (bzr r11646)
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-0/+87
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. (bzr r10753)