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