summaryrefslogtreecommitdiffstats
path: root/src/attribute-rel-svg.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2017-02-08Add naive selector validation on entry in style dialog.Tavmjong Bah1-1/+22
(bzr r15497)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2014-11-16Add 'osb' to list of namespaces ignored when checking attributes/properties.Tavmjong Bah1-0/+1
(bzr r13718)
2013-12-10Add JessyInk namespace.Tavmjong Bah1-0/+1
(bzr r12844)
2012-03-13Protect against missing attributes and property files.Tavmjong Bah1-4/+6
(bzr r11078)
2011-11-29Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah1-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)