index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
svg
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-17
tests for {SVG,CSS}OStringStreamTest
Thomas Holder
3
-177
/
+0
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-1
/
+1
2019-05-12
Remove support for LCMS 1
Karl Cheng
1
-4
/
+4
2019-04-15
Prevent buffer overflow in svg transformation reading; lp:1047524
Ralf Engels
1
-1
/
+1
2019-04-06
More document.h cleanup.
Tavmjong Bah
1
-2
/
+2
2019-03-06
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
3
-25
/
+21
2019-01-02
modernize loops
Marc Jeanmougin
2
-6
/
+6
2018-12-24
Fix indenting in CMakeLists.txt files
Jabier Arraiza
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
28
-34
/
+170
2018-10-07
SVGLength::read handle inf
Thomas Holder
1
-4
/
+4
2018-10-07
Fix for NaN checking
Marc Jeanmougin
1
-0
/
+4
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
4
-13
/
+1
2018-08-05
Revert changes
Jabier Arraiza
1
-7
/
+0
2018-08-05
Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...
Jabier Arraiza
1
-0
/
+7
2018-06-19
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
3
-13
/
+13
2018-05-09
Apply fixed
Jabier Arraiza
2
-2
/
+3
2018-05-09
Reset old code to reaply fixed
Jabier Arraiza
2
-3
/
+2
2018-05-09
fix bug compiling
Jabiertxo Arraiza Cenoz
1
-5
/
+2
2018-05-09
Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688
Jabier Arraiza
2
-3
/
+7
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
9
-22
/
+22
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
9
-22
/
+22
2018-03-30
Add lots of README's.
Tavmjong Bah
1
-0
/
+8
2018-03-17
Removing sample meson build files.
Felipe Corrêa da Silva Sanches
1
-44
/
+0
2018-03-17
[meson-build] libsvg
Felipe Corrêa da Silva Sanches
1
-0
/
+44
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+4
2018-01-08
Misc. typos
luz.paz
2
-3
/
+3
2017-10-31
fix asserts
Marc Jeanmougin
1
-3
/
+3
2017-10-19
Remove all unused makefile.in
Stefano Facchini
1
-17
/
+0
2017-05-23
fix a brunch of memory leaks pt.2
chr
1
-1
/
+3
2017-02-05
add missing header
Marc Jeanmougin
1
-0
/
+2
2016-08-17
Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...
Tavmjong Bah
1
-4
/
+0
2016-08-08
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
1
-32
/
+0
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
6
-13
/
+2
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
6
-2
/
+13
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
6
-13
/
+2
2016-03-22
Add line-height unit selector to text toolbar.
Tavmjong Bah
3
-26
/
+1
2016-02-08
Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4
Krzysztof Kosi??ski
2
-2
/
+2
2015-12-05
Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.
Tavmjong Bah
2
-2
/
+2
2015-08-13
Do not add .def files to the build list
Juan Luis Boya García
1
-1
/
+1
2015-07-05
Fix compilation failure in make check
Krzysztof Kosi??ski
1
-117
/
+4
2015-05-22
Update to 2Geom revision 2396
Krzysztof Kosi??ski
1
-5
/
+5
2015-05-08
Fix node editing problems
Krzysztof Kosi??ski
1
-6
/
+5
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-7
/
+8
2015-03-14
Partial fix for bug 1430873. Rectangles should behave properly with % values.
Tavmjong Bah
2
-2
/
+58
2015-02-20
Mitre is not an SVG/CSS unit. Don't test.
Tavmjong Bah
1
-1
/
+4
2014-11-26
Patch from NJH from report 1378843. Fixes build with lcms disabled.
Nathan Hurst
1
-1
/
+1
2014-11-25
Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...
Tavmjong Bah
2
-1
/
+5
2014-11-19
Fix length tests.
Johan B. C. Engelen
1
-3
/
+3
[next]