summaryrefslogtreecommitdiffstats
path: root/src/attribute-rel-svg.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add naive selector validation on entry in style dialog.Tavmjong Bah2017-02-081-1/+22
| | | (bzr r15497)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* Add 'osb' to list of namespaces ignored when checking attributes/properties.Tavmjong Bah2014-11-161-0/+1
| | | (bzr r13718)
* Add JessyInk namespace.Tavmjong Bah2013-12-101-0/+1
| | | (bzr r12844)
* Protect against missing attributes and property files.Tavmjong Bah2012-03-131-4/+6
| | | (bzr r11078)
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-0/+120
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)