summaryrefslogtreecommitdiffstats
path: root/src/xml (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot3-5/+5
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot16-198/+198
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot13-113/+113
2018-05-10Improve sort handling in XMLJabiertxo Arraiza Cenoz1-5/+2
2018-05-09Apply fixedJabier Arraiza4-6/+112
2018-05-09Reset old code to reaply fixedJabier Arraiza4-113/+7
2018-05-09Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza1-1/+4
2018-05-09Start migrating 0.92 patch to masterJabier Arraiza3-6/+109
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin14-34/+34
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin14-34/+34
2018-04-29moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2-2/+2
2018-03-30Add lots of README's.Tavmjong Bah1-0/+12
2018-03-17Removing sample meson build files.Felipe Corrêa da Silva Sanches1-67/+0
2018-03-17[meson-build] libio + zlibFelipe Corrêa da Silva Sanches1-1/+2
2018-03-17[meson-build] libutilFelipe Corrêa da Silva Sanches1-1/+2
2018-03-17[meson-build] libdebugFelipe Corrêa da Silva Sanches1-1/+2
2018-03-17[meson-build] xmlFelipe Corrêa da Silva Sanches1-0/+64
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah4-9/+21
2018-01-08Misc. typosluz.paz2-2/+2
2017-11-07Misc. typosUnknown1-1/+1
2017-10-28Fix XML text parsing bug.Tavmjong Bah1-1/+4
2017-10-19Remove all unused makefile.inStefano Facchini1-17/+0
2017-10-19Remove a useless conditionalStefano Facchini1-24/+19
2017-10-19Delete dead codeStefano Facchini1-15/+1
2017-10-18Refactor Util::ptr_sharedJan Lingscheid19-69/+69
2017-08-05Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah2-1/+12
2017-06-15Remove cmake checks for C89 headers.Elliott Sales de Andrade1-4/+0
2017-04-30Relax any hardcoded limit from the libxml2 parser when creating documents fro...Eduard Braun1-1/+6
2017-01-29[Bug #1659347] Windows: '/' in relative image links rewritten as '\' on save.Nicolas Dufour1-1/+1
2017-01-04Remove some code that doesn't do anything.Shlomi Fish1-22/+0
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-51/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski7-14/+2
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski8-3/+15
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski8-15/+3
2016-07-10Comment out unused enum.Tavmjong Bah1-7/+7
2016-06-12Optionally sort attributes and properties into a canonical order.Tavmjong Bah1-0/+5
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-2/+2
2015-12-09replaced remaining GHashTable with std::mapMarc Jeanmougin1-11/+7
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-3/+3
2015-11-27Reimplement the functions in src/xml/quote.cpp to clear up license.Krzysztof Kosi??ski1-61/+57
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 'DASPRiD2-0/+33
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 Jeanmougin2-7/+13
2015-03-14Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2-0/+17
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White5-5/+5
2015-02-25Isolate components of libgcLiam P. White5-5/+5
2015-02-19added a set to the SelectionMarc Jeanmougin2-7/+8
2014-12-16Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah3-0/+25