index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
xml
/
rebase-hrefs.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-2
/
+2
2018-12-24
rebase_hrefs: store IRI (UTF-8), not URI (ASCII)
Thomas Holder
1
-0
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-0
/
+9
2018-11-07
fix clipboard URL rebasing
Thomas Holder
1
-35
/
+6
2018-11-07
Refactor rebase_hrefs with new URI API
Thomas Holder
1
-119
/
+48
2018-10-15
fix vi modelines: encoding -> fileencoding
Thomas Holder
1
-1
/
+1
2018-10-13
Move some files to 'io' directory.
Tavmjong Bah
1
-1
/
+1
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-7
/
+12
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
1
-2
/
+2
2017-01-29
[Bug #1659347] Windows: '/' in relative image links rewritten as '\' on save.
Nicolas Dufour
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-3
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+3
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-3
/
+0
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-2
/
+2
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-3
/
+3
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-3
/
+1
2011-05-07
Fix windows build.
Jon A. Cruz
1
-5
/
+4
2011-05-06
Adding initial cut of resource manager.
Jon A. Cruz
1
-122
/
+109
2011-03-22
Path. Fix for Bug #170225 (relative image paths instead of absolute).
Nicolas Dufour
1
-3
/
+43
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-1
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-1
/
+1
2009-08-23
patch from 416549
bulia byak
1
-0
/
+3
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-4
/
+4
2009-08-05
xml/Document -> DocumentTree
johnce
1
-4
/
+4
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-04-18
Fix #358704 that I introduced with r21075.
Peter Moulder
1
-1
/
+1
2009-04-07
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
1
-0
/
+281