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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-29
cleanup: remove most of uristream.cpp
Thomas Holder
1
-6
/
+3
2018-10-15
fix vi modelines: encoding -> fileencoding
Thomas Holder
2
-2
/
+2
2018-10-13
Move some files to 'io' directory.
Tavmjong Bah
1
-1
/
+1
2018-10-06
Misc. typos
luz.paz
2
-2
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
3
-13
/
+2
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
1
-2
/
+2
2018-09-29
Clean up stream output in repr-io.cpp
Eduard Braun
1
-19
/
+10
2018-09-11
Make XML tree a double-linked-list (significant improvement on previous node ...
Marc Jeanmougin
4
-10
/
+31
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
3
-5
/
+5
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
16
-198
/
+198
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
13
-113
/
+113
2018-05-10
Improve sort handling in XML
Jabiertxo Arraiza Cenoz
1
-5
/
+2
2018-05-09
Apply fixed
Jabier Arraiza
4
-6
/
+112
2018-05-09
Reset old code to reaply fixed
Jabier Arraiza
4
-113
/
+7
2018-05-09
Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688
Jabier Arraiza
1
-1
/
+4
2018-05-09
Start migrating 0.92 patch to master
Jabier Arraiza
3
-6
/
+109
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
14
-34
/
+34
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
14
-34
/
+34
2018-04-29
moved libcroco, libuemf, libdepixelize to 3rdparty folder
Marc Jeanmougin
2
-2
/
+2
2018-03-30
Add lots of README's.
Tavmjong Bah
1
-0
/
+12
2018-03-17
Removing sample meson build files.
Felipe Corrêa da Silva Sanches
1
-67
/
+0
2018-03-17
[meson-build] libio + zlib
Felipe Corrêa da Silva Sanches
1
-1
/
+2
2018-03-17
[meson-build] libutil
Felipe Corrêa da Silva Sanches
1
-1
/
+2
2018-03-17
[meson-build] libdebug
Felipe Corrêa da Silva Sanches
1
-1
/
+2
2018-03-17
[meson-build] xml
Felipe Corrêa da Silva Sanches
1
-0
/
+64
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
4
-9
/
+21
2018-01-08
Misc. typos
luz.paz
2
-2
/
+2
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-10-28
Fix XML text parsing bug.
Tavmjong Bah
1
-1
/
+4
2017-10-19
Remove all unused makefile.in
Stefano Facchini
1
-17
/
+0
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
19
-69
/
+69
2017-08-05
Add GUI and code to implement "Line Spacing Modes".
Tavmjong Bah
2
-1
/
+12
2017-06-15
Remove cmake checks for C89 headers.
Elliott Sales de Andrade
1
-4
/
+0
2017-04-30
Relax any hardcoded limit from the libxml2 parser when creating documents fro...
Eduard Braun
1
-1
/
+6
2017-01-29
[Bug #1659347] Windows: '/' in relative image links rewritten as '\' on save.
Nicolas Dufour
1
-1
/
+1
2017-01-04
Remove some code that doesn't do anything.
Shlomi Fish
1
-22
/
+0
2016-08-08
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
1
-51
/
+0
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
7
-14
/
+2
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
8
-3
/
+15
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
8
-15
/
+3
2016-07-10
Comment out unused enum.
Tavmjong Bah
1
-7
/
+7
2016-06-12
Optionally sort attributes and properties into a canonical order.
Tavmjong Bah
1
-0
/
+5
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-2
/
+2
2015-12-09
replaced remaining GHashTable with std::map
Marc Jeanmougin
1
-11
/
+7
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-3
/
+3
2015-11-27
Reimplement the functions in src/xml/quote.cpp to clear up license.
Krzysztof Kosi??ski
1
-61
/
+57
2015-08-17
import images with dpi from file : xscale and yscale were not rounded but flo...
Marc Jeanmougin
1
-0
/
+1
[next]