summaryrefslogtreecommitdiffstats
path: root/src/xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove most of uristream.cppThomas Holder2018-10-291-6/+3
* fix vi modelines: encoding -> fileencodingThomas Holder2018-10-152-2/+2
* Move some files to 'io' directory.Tavmjong Bah2018-10-131-1/+1
* Misc. typosluz.paz2018-10-062-2/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-013-13/+2
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-2/+2
* Clean up stream output in repr-io.cppEduard Braun2018-09-291-19/+10
* Make XML tree a double-linked-list (significant improvement on previous node ...Marc Jeanmougin2018-09-114-10/+31
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-183-5/+5
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-1816-198/+198
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-1813-113/+113
* Improve sort handling in XMLJabiertxo Arraiza Cenoz2018-05-101-5/+2
* Apply fixedJabier Arraiza2018-05-094-6/+112
* Reset old code to reaply fixedJabier Arraiza2018-05-094-113/+7
* Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza2018-05-091-1/+4
* Start migrating 0.92 patch to masterJabier Arraiza2018-05-093-6/+109
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-0414-34/+34
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-2914-34/+34
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-292-2/+2
* Add lots of README's.Tavmjong Bah2018-03-301-0/+12
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-67/+0
* [meson-build] libio + zlibFelipe Corrêa da Silva Sanches2018-03-171-1/+2
* [meson-build] libutilFelipe Corrêa da Silva Sanches2018-03-171-1/+2
* [meson-build] libdebugFelipe Corrêa da Silva Sanches2018-03-171-1/+2
* [meson-build] xmlFelipe Corrêa da Silva Sanches2018-03-171-0/+64
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-304-9/+21
* Misc. typosluz.paz2018-01-082-2/+2
* Misc. typosUnknown2017-11-071-1/+1
* Fix XML text parsing bug.Tavmjong Bah2017-10-281-1/+4
* Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscapeMarc Jeanmougin2017-10-2019-69/+69
|\
| * Refactor Util::ptr_sharedJan Lingscheid2017-10-1819-69/+69
* | Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
* | Remove a useless conditionalStefano Facchini2017-10-191-24/+19
* | Delete dead codeStefano Facchini2017-10-191-15/+1
|/
* Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah2017-08-052-1/+12
* Remove cmake checks for C89 headers.Elliott Sales de Andrade2017-06-151-4/+0
* Relax any hardcoded limit from the libxml2 parser when creating documents fro...Eduard Braun2017-04-301-1/+6
* Merged.Shlomi Fish2017-02-061-1/+1
|\
| * [Bug #1659347] Windows: '/' in relative image links rewritten as '\' on save.Nicolas Dufour2017-01-291-1/+1
* | Remove some code that doesn't do anything.Shlomi Fish2017-01-041-22/+0
|/
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-51/+0
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-037-14/+2
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-288-3/+15
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-288-15/+3
* Comment out unused enum.Tavmjong Bah2016-07-101-7/+7
* Optionally sort attributes and properties into a canonical order.Tavmjong Bah2016-06-121-0/+5
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
* replaced remaining GHashTable with std::mapMarc Jeanmougin2015-12-091-11/+7
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin2015-12-071-3/+3