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