summaryrefslogtreecommitdiffstats
path: root/src/xml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03sanity check for XML attribute namesThomas Holder1-0/+4
2019-10-16Inkscape::XML::Node::addChildAtPosThomas Holder2-9/+19
2019-10-16fix SVG writing with xml:space="preserve"Thomas Holder1-4/+10
2019-08-23Eliminate clang warningsThomas Holder1-1/+1
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-04-24Fix center alignment errors in flowed text due to white space between element...Tavmjong Bah1-1/+2
2019-03-20Add explicit overridesJoseph Da Silva1-1/+1
2019-03-20make GQuark => int conversion explicitJoseph Da Silva1-1/+1
2019-03-20Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva15-9/+141
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-4/+2
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-2/+2
2019-01-24Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...Emmanuel Gil Peyrot1-18/+17
2019-01-02modernize loopsMarc Jeanmougin3-27/+22
2018-12-24rebase_hrefs: store IRI (UTF-8), not URI (ASCII)Thomas Holder1-0/+2
2018-12-13remove obsolete URI cxxtestsThomas Holder2-136/+0
2018-12-04Add a few useful lookup functions.Tavmjong Bah4-11/+104
2018-11-18Fix stream class locationsAlexander Valavanis1-3/+3
2018-11-10fix compiling on macOSThomas Holder1-2/+2
2018-11-08Clarify licensesMax Gaukler46-204/+316
2018-11-07fix clipboard URL rebasingThomas Holder3-39/+14
2018-11-07Refactor rebase_hrefs with new URI APIThomas Holder1-119/+48
2018-10-29cleanup: remove most of uristream.cppThomas Holder1-6/+3
2018-10-15fix vi modelines: encoding -> fileencodingThomas Holder2-2/+2
2018-10-13Move some files to 'io' directory.Tavmjong Bah1-1/+1
2018-10-06Misc. typosluz.paz2-2/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun3-13/+2
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-2/+2
2018-09-29Clean up stream output in repr-io.cppEduard Braun1-19/+10
2018-09-11Make XML tree a double-linked-list (significant improvement on previous node ...Marc Jeanmougin4-10/+31
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