summaryrefslogtreecommitdiffstats
path: root/src/xml/repr.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-04Add a few useful lookup functions.Tavmjong Bah1-2/+18
2018-11-08Clarify licensesMax Gaukler1-2/+3
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-6/+6
2017-08-05Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah1-1/+1
2015-05-29Import all defs from clipboard or imported filesBen Scholzen 'DASPRiD1-0/+5
2015-05-01Fixed crash bug due to some overlooked function changed in the recent merge.Marc Jeanmougin1-1/+2
2015-03-14Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah1-0/+2
2015-02-19added a set to the SelectionMarc Jeanmougin1-1/+2
2014-09-27Update to experimental r13565Liam P. White1-43/+42
2014-09-07Update to experimental r13543Liam P. White1-43/+42
2014-09-06More header cleanupLiam P. White1-43/+42
2013-04-08NULL pointer checksKris De Gussem1-3/+5
2013-02-11A couple of forward declarationsAlex Valavanis1-6/+13
2012-09-20some memleak fixes (Bug #1043571)Kris De Gussem1-1/+1
2012-09-03revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem1-1/+1
2012-09-02converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem1-1/+1
2012-04-05Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...Kris De Gussem1-0/+1
2012-01-11Dropped deprecated function sp_repr_get_int_attributeKris De Gussem1-6/+1
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-27/+0
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-0/+3
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05xml/Document -> DocumentTreejohnce1-1/+1
2009-04-07Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder1-4/+12
2009-04-06Remove trivial wrapper function sp_repr_print that hasn't been used in years.Peter Moulder1-1/+1
2008-09-23* Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski1-113/+14
2008-07-07replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen1-6/+2
2008-06-30Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...Stephen Silver1-0/+2
2008-05-08merge inline patch from JimmyMenTaLguY1-8/+0
2008-04-02Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ca...Bob Jamison1-3/+1
2008-03-13Add convenience functions to read from/write to Glib::ustrings.Bob Jamison1-0/+4
2008-03-07export sp_repr_write_stream()Bob Jamison1-0/+4
2007-12-20guidelines: minor correctionsJohan B. C. Engelen1-1/+2
2007-12-19guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen1-0/+7
2007-10-11Provide Node const* versions of existing sp_repr_children and sp_repr_next fu...Peter Moulder1-0/+10
2007-08-14Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips1-1/+2
2007-02-27get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY1-11/+0
2007-02-26get rid of sp_repr_document wrapper functionMenTaLguY1-6/+0
2007-01-25get rid of sp_repr_new*MenTaLguY1-5/+0
2007-01-25eliminate last uses of sp_repr_new*MenTaLguY1-2/+0
2007-01-21Deprecate sp_repr_new* functionsMenTaLguY1-4/+5
2007-01-13fixes for style-test prefs crashesKees Cook1-0/+2
2006-10-25switch pref/repr utility methods to using long long ints; withbulia byak1-1/+1
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-1/+1
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
2006-05-07add fixup for incorrect sodipodi namespaceMenTaLguY1-0/+1