summaryrefslogtreecommitdiffstats
path: root/src/attribute-rel-svg.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
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Add naive selector validation on entry in style dialog.Tavmjong Bah2017-02-081-0/+1
| | | (bzr r15497)
* Protect against missing attributes and property files.Tavmjong Bah2012-03-131-0/+1
| | | (bzr r11078)
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-0/+49
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)