summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-io.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-16fix SVG writing with xml:space="preserve"Thomas Holder1-4/+10
2019-04-24Fix center alignment errors in flowed text due to white space between element...Tavmjong Bah1-1/+2
2019-01-02modernize loopsMarc Jeanmougin1-5/+5
2018-12-04Add a few useful lookup functions.Tavmjong Bah1-3/+3
2018-11-18Fix stream class locationsAlexander Valavanis1-3/+3
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-07fix clipboard URL rebasingThomas Holder1-2/+8
2018-10-29cleanup: remove most of uristream.cppThomas Holder1-6/+3
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-29Clean up stream output in repr-io.cppEduard Braun1-19/+10
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-48/+48
2018-05-10Improve sort handling in XMLJabiertxo Arraiza Cenoz1-5/+2
2018-05-09Apply fixedJabier Arraiza1-0/+3
2018-05-09Reset old code to reaply fixedJabier Arraiza1-4/+1
2018-05-09Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza1-1/+4
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2017-10-28Fix XML text parsing bug.Tavmjong Bah1-1/+4
2017-10-19Remove a useless conditionalStefano Facchini1-24/+19
2017-10-19Delete dead codeStefano Facchini1-15/+1
2017-10-18Refactor Util::ptr_sharedJan Lingscheid1-3/+3
2017-04-30Relax any hardcoded limit from the libxml2 parser when creating documents fro...Eduard Braun1-1/+6
2017-01-04Remove some code that doesn't do anything.Shlomi Fish1-22/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
2016-06-12Optionally sort attributes and properties into a canonical order.Tavmjong Bah1-0/+5
2015-12-09replaced remaining GHashTable with std::mapMarc Jeanmougin1-11/+7
2014-10-12Fix "Value stored to 'child' is never read"Tavmjong Bah1-1/+0
2014-01-22Improve warnings for missing files. Don't just assert bolocks to the user.Martin Owens1-1/+4
2013-10-16cppcheck initialisationKris De Gussem1-4/+7
2013-09-14fix windows buildJohan B. C. Engelen1-1/+1
2013-09-13Fix the latest error with the adobe svg ns errors, boundry exceptions caused ...Martin Owens1-33/+49
2013-09-13Use g_match_info_free instead of g_match_info_unrefKrzysztof Kosi??ski1-1/+1
2013-09-12Fix regex so it effects the buffer and ban PUBLIC entities too.Martin Owens1-11/+26
2013-09-12Improve code with Kosiński's regex replacementMartin Owens1-9/+13
2013-09-11Introduce a backup loading method that enables NOENT but hacks out system cal...Martin Owens1-12/+36
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen1-3/+2
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-0/+2
2012-12-05- fix security bug lp:1025185Johan B. C. Engelen1-1/+7
2012-05-12syntx of null pointer dereference checksKris De Gussem1-10/+16
2012-04-22some more string class usageKris De Gussem1-13/+9
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-35/+17
2011-12-04cppcheckKris De Gussem1-0/+4
2011-11-29Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah1-1/+22
2011-09-08Preserve CDATA sections on output.Tavmjong Bah1-2/+10
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-13/+34
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-09-22add libxml/parser.h to fix compile on windowsd1-0/+2
2010-09-21add XML_PARSE_HUGE to handle documents with more than 256 levels of nestingd1-1/+1