summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-04Add a few useful lookup functions.Tavmjong Bah1-0/+60
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-5/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-48/+48
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2017-06-15Remove cmake checks for C89 headers.Elliott Sales de Andrade1-4/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2015-08-17import images with dpi from file : xscale and yscale were not rounded but flo...Marc Jeanmougin1-0/+1
2015-05-29Import all defs from clipboard or imported filesBen Scholzen 'DASPRiD1-0/+28
2015-05-01Fix segfault due to an infinite recursion (due to a typo)Marc Jeanmougin1-1/+1
2015-05-01Fixed crash bug due to some overlooked function changed in the recent merge.Marc Jeanmougin1-6/+11
2015-03-14Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah1-0/+15
2015-02-19added a set to the SelectionMarc Jeanmougin1-6/+6
2013-09-24Replace xml node get_double with simple direct value.Martin Owens1-3/+1
2013-04-21Throw better error when attribute isn't availableMartin Owens1-0/+2
2013-03-18Fix -Wunused-function warningsAlex Valavanis1-65/+0
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-1/+1
2012-05-12syntx of null pointer dereference checksKris De Gussem1-2/+7
2012-01-11Dropped deprecated function sp_repr_get_int_attributeKris De Gussem1-28/+0
2012-01-07dropped deprecated function sp_repr_get_double_attributeKris De Gussem1-2/+2
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-32/+16
2011-10-03Doxygen cleanup.Jon A. Cruz1-6/+6
2011-07-19Remove deprecated Glib symbolsKrzysztof Kosi??ski1-3/+3
2010-12-12Fixed const/non-const mismatch loop.Jon A. Cruz1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-03-21Added explicit tagging of "solid color gradients" and base context menu to ad...Jon A. Cruz1-10/+18
2009-02-10Adding explicit parenthesis to remove warningsJon A. Cruz1-2/+2
2008-09-23* Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski1-6/+20
2008-07-07replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen1-2/+2
2008-06-30Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...Stephen Silver1-0/+16
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-2/+2
2007-12-20guidelines: minor correctionsJohan B. C. Engelen1-1/+25
2007-12-19guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen1-0/+11
2007-08-14Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips1-2/+8
2006-10-25switch pref/repr utility methods to using long long ints; withbulia byak1-2/+2
2006-08-03add fixup for infamous (and apparently quite widespread) "duck prion"MenTaLguY1-2/+9
2006-05-08comments explaining namespace mapping for the broken sodipodi namespaceMenTaLguY1-0/+6
2006-05-07add fixup for incorrect sodipodi namespaceMenTaLguY1-2/+6
2006-05-07fix for #1483198 ("infectious namespaces")MenTaLguY1-14/+27