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
/
repr-io.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-16
fix SVG writing with xml:space="preserve"
Thomas Holder
1
-4
/
+10
2019-04-24
Fix center alignment errors in flowed text due to white space between element...
Tavmjong Bah
1
-1
/
+2
2019-01-02
modernize loops
Marc Jeanmougin
1
-5
/
+5
2018-12-04
Add a few useful lookup functions.
Tavmjong Bah
1
-3
/
+3
2018-11-18
Fix stream class locations
Alexander Valavanis
1
-3
/
+3
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-07
fix clipboard URL rebasing
Thomas Holder
1
-2
/
+8
2018-10-29
cleanup: remove most of uristream.cpp
Thomas Holder
1
-6
/
+3
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-09-29
Clean up stream output in repr-io.cpp
Eduard Braun
1
-19
/
+10
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-48
/
+48
2018-05-10
Improve sort handling in XML
Jabiertxo Arraiza Cenoz
1
-5
/
+2
2018-05-09
Apply fixed
Jabier Arraiza
1
-0
/
+3
2018-05-09
Reset old code to reaply fixed
Jabier Arraiza
1
-4
/
+1
2018-05-09
Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688
Jabier Arraiza
1
-1
/
+4
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-4
/
+4
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-4
/
+4
2017-10-28
Fix XML text parsing bug.
Tavmjong Bah
1
-1
/
+4
2017-10-19
Remove a useless conditional
Stefano Facchini
1
-24
/
+19
2017-10-19
Delete dead code
Stefano Facchini
1
-15
/
+1
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
1
-3
/
+3
2017-04-30
Relax any hardcoded limit from the libxml2 parser when creating documents fro...
Eduard Braun
1
-1
/
+6
2017-01-04
Remove some code that doesn't do anything.
Shlomi Fish
1
-22
/
+0
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+1
2016-06-12
Optionally sort attributes and properties into a canonical order.
Tavmjong Bah
1
-0
/
+5
2015-12-09
replaced remaining GHashTable with std::map
Marc Jeanmougin
1
-11
/
+7
2014-10-12
Fix "Value stored to 'child' is never read"
Tavmjong Bah
1
-1
/
+0
2014-01-22
Improve warnings for missing files. Don't just assert bolocks to the user.
Martin Owens
1
-1
/
+4
2013-10-16
cppcheck initialisation
Kris De Gussem
1
-4
/
+7
2013-09-14
fix windows build
Johan B. C. Engelen
1
-1
/
+1
2013-09-13
Fix the latest error with the adobe svg ns errors, boundry exceptions caused ...
Martin Owens
1
-33
/
+49
2013-09-13
Use g_match_info_free instead of g_match_info_unref
Krzysztof Kosi??ski
1
-1
/
+1
2013-09-12
Fix regex so it effects the buffer and ban PUBLIC entities too.
Martin Owens
1
-11
/
+26
2013-09-12
Improve code with Kosiński's regex replacement
Martin Owens
1
-9
/
+13
2013-09-11
Introduce a backup loading method that enables NOENT but hacks out system cal...
Martin Owens
1
-12
/
+36
2013-08-05
code cleanup (cppcheck)
Johan B. C. Engelen
1
-3
/
+2
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-0
/
+2
2012-12-05
- fix security bug lp:1025185
Johan B. C. Engelen
1
-1
/
+7
2012-05-12
syntx of null pointer dereference checks
Kris De Gussem
1
-10
/
+16
2012-04-22
some more string class usage
Kris De Gussem
1
-13
/
+9
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-35
/
+17
2011-12-04
cppcheck
Kris De Gussem
1
-0
/
+4
2011-11-29
Add possibility to check validity of attributes and usefulness of properties.
Tavmjong Bah
1
-1
/
+22
2011-09-08
Preserve CDATA sections on output.
Tavmjong Bah
1
-2
/
+10
2011-05-06
Adding initial cut of resource manager.
Jon A. Cruz
1
-13
/
+34
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-09-22
add libxml/parser.h to fix compile on windows
d
1
-0
/
+2
2010-09-21
add XML_PARSE_HUGE to handle documents with more than 256 levels of nesting
d
1
-1
/
+1
[next]