summaryrefslogtreecommitdiffstats
path: root/src/xml/rebase-hrefs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-2/+2
2018-12-24rebase_hrefs: store IRI (UTF-8), not URI (ASCII)Thomas Holder1-0/+2
2018-11-08Clarify licensesMax Gaukler1-0/+9
2018-11-07fix clipboard URL rebasingThomas Holder1-35/+6
2018-11-07Refactor rebase_hrefs with new URI APIThomas Holder1-119/+48
2018-10-15fix vi modelines: encoding -> fileencodingThomas Holder1-1/+1
2018-10-13Move some files to 'io' directory.Tavmjong Bah1-1/+1
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-7/+12
2017-11-07Misc. typosUnknown1-1/+1
2017-10-18Refactor Util::ptr_sharedJan Lingscheid1-2/+2
2017-01-29[Bug #1659347] Windows: '/' in relative image links rewritten as '\' on save.Nicolas Dufour1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-2/+2
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-3/+3
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-3/+1
2011-05-07Fix windows build.Jon A. Cruz1-5/+4
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-122/+109
2011-03-22Path. Fix for Bug #170225 (relative image paths instead of absolute).Nicolas Dufour1-3/+43
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2009-08-23patch from 416549bulia byak1-0/+3
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05xml/Document -> DocumentTreejohnce1-4/+4
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-04-18Fix #358704 that I introduced with r21075.Peter Moulder1-1/+1
2009-04-07Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder1-0/+281