summaryrefslogtreecommitdiffstats
path: root/src/xml/repr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a few useful lookup functions.Tavmjong Bah2018-12-041-2/+18
* Clarify licensesMax Gaukler2018-11-081-2/+3
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
* Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah2017-08-051-1/+1
* Import all defs from clipboard or imported filesBen Scholzen 'DASPRiD2015-05-291-0/+5
* Fixed crash bug due to some overlooked function changed in the recent merge.Marc Jeanmougin2015-05-011-1/+2
* mergingMarc Jeanmougin2015-04-261-0/+2
|\
| * Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2015-03-141-0/+2
* | added a set to the SelectionMarc Jeanmougin2015-02-191-1/+2
|/
* More header cleanupLiam P. White2014-09-061-43/+42
* NULL pointer checksKris De Gussem2013-04-081-3/+5
* A couple of forward declarationsAlex Valavanis2013-02-111-6/+13
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-1/+1
* revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem2012-09-031-1/+1
* converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem2012-09-021-1/+1
* Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...Kris De Gussem2012-04-051-0/+1
* Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-111-6/+1
* dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-071-2/+2
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-27/+0
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+3
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+23
|\
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* xml/Document -> DocumentTreejohnce2009-08-051-1/+1
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder2009-04-071-4/+12
* Remove trivial wrapper function sp_repr_print that hasn't been used in years.Peter Moulder2009-04-061-1/+1
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-113/+14
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-6/+2
* Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...Stephen Silver2008-06-301-0/+2
* merge inline patch from JimmyMenTaLguY2008-05-081-8/+0
* Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ca...Bob Jamison2008-04-021-3/+1
* Add convenience functions to read from/write to Glib::ustrings.Bob Jamison2008-03-131-0/+4
* export sp_repr_write_stream()Bob Jamison2008-03-071-0/+4
* guidelines: minor correctionsJohan B. C. Engelen2007-12-201-1/+2
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-191-0/+7
* Provide Node const* versions of existing sp_repr_children and sp_repr_next fu...Peter Moulder2007-10-111-0/+10
* Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips2007-08-141-1/+2
* get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2007-02-271-11/+0
* get rid of sp_repr_document wrapper functionMenTaLguY2007-02-261-6/+0
* get rid of sp_repr_new*MenTaLguY2007-01-251-5/+0
* eliminate last uses of sp_repr_new*MenTaLguY2007-01-251-2/+0
* Deprecate sp_repr_new* functionsMenTaLguY2007-01-211-4/+5
* fixes for style-test prefs crashesKees Cook2007-01-131-0/+2
* switch pref/repr utility methods to using long long ints; withbulia byak2006-10-251-1/+1
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-261-1/+1
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
* add fixup for incorrect sodipodi namespaceMenTaLguY2006-05-071-0/+1