summaryrefslogtreecommitdiffstats
path: root/src/attribute-rel-util.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-7/+6
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-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-18/+18
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-09Apply fixedJabier Arraiza1-3/+6
2018-05-09Reset old code to reaply fixedJabier Arraiza1-6/+3
2018-05-09Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza1-3/+6
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-12-04Misc. typosluzpaz1-1/+1
Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
2016-09-20Add new function that removes properties with default values from SPCSSAttr.Tavmjong Bah1-0/+36
(bzr r15122)
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)
2013-08-15Prevent writing out empty style strings.Tavmjong Bah1-1/+5
(bzr r12481)
2013-08-04cppcheckKris De Gussem1-28/+27
(bzr r12467)
2013-01-23cppcheck: style and performanceKris De Gussem1-1/+1
(bzr r12056)
2012-11-03Don't remove default css values if element is in <defs> or is a <symbol>.Tavmjong Bah1-1/+8
(bzr r11860)
2012-09-20some memleak fixes (Bug #1043571)Kris De Gussem1-10/+7
(bzr r11686)
2012-09-03revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵Kris De Gussem1-7/+10
not enabled) and other issues (bzr r11649)
2012-09-02converted some c-string usage to c++ string class usage: should fix some ↵Kris De Gussem1-10/+7
memory leaks (bzr r11646)
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-1/+1
(bzr r10830)
2011-11-29Add feMergeNode to "in" list in svgprops. Fix bug in preferences for ↵Tavmjong Bah1-2/+2
deleting invalid attributes. (bzr r10754)
2011-11-29Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah1-0/+312
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)