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
*
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
*
Tests: fix stringstream-test for outputting floating point numbers. At http:/...
Johan B. C. Engelen
2014-11-19
1
-3
/
+3
*
Add special rotation solution to optimized transforms, found by Johan
Liam P. White
2014-11-09
2
-12
/
+13
*
Fix bug in previous commit. Add test against it
Liam P. White
2014-11-09
2
-3
/
+4
*
Add specialized transforms
Liam P. White
2014-11-09
2
-59
/
+100
*
fix missing assignment to variable.
Johan B. C. Engelen
2014-11-08
1
-0
/
+4
*
update svg-length-test.h from 90 to 96 dpi
Alvin Penner
2014-11-03
1
-7
/
+7
*
Update to trunk r13621
Liam P. White
2014-10-17
5
-2
/
+211
|
\
|
*
Merged hatch rendering code
Tomasz Boczkowski
2014-10-14
4
-0
/
+209
|
*
Fix uninitialized variable use in svg-color.cpp. (additionally reduce scope o...
Johan B. C. Engelen
2014-10-11
1
-2
/
+2
|
*
Read HSL colors (CSS Color Module Level 3).
Tavmjong Bah
2014-07-24
1
-0
/
+53
|
*
Add new named color 'rebeccapurple' (CSS4 Color).
Tavmjong Bah
2014-06-21
1
-0
/
+1
*
|
More header cleanup
Liam P. White
2014-09-06
5
-27
/
+24
*
|
Code cleanup.
Liam P. White
2014-08-18
3
-56
/
+32
*
|
Read HSL color (CSS Color Module Level 3).
Tavmjong Bah
2014-07-24
1
-0
/
+53
*
|
Add new named color 'rebeccapurple' (CSS4 Color).
Tavmjong Bah
2014-06-21
1
-0
/
+1
|
/
*
update 2geom's copy to r2142
Johan B. C. Engelen
2014-01-12
1
-3
/
+3
*
fix warning and add comments about fixing code
Johan B. C. Engelen
2013-10-27
1
-0
/
+3
*
Rewrite the internals of the unit code for somewhat better performance
Krzysztof Kosi??ski
2013-10-05
1
-0
/
+2
*
Further refactored SPEllipse.
Markus Engel
2013-09-26
2
-0
/
+9
*
updates for cmake
Campbell Barton
2013-09-19
1
-3
/
+0
*
Merged from trunk (r12517).
Markus Engel
2013-09-14
1
-8
/
+12
|
\
|
*
Forgot check in last commit.
Matthew Petroff
2013-09-12
1
-1
/
+1
|
*
Fix handling of SVG lengths with spaces between value and unit (hopefully wit...
Matthew Petroff
2013-09-12
1
-0
/
+2
|
*
partially revert 12471, this fixes bug 1215575, but undoes the fix for the le...
Johan B. C. Engelen
2013-09-11
1
-8
/
+10
*
|
Merged from trunk (r12488).
Markus Engel
2013-08-30
3
-38
/
+74
|
\
|
|
*
Add option to write out path data using only relative coordinates
Tavmjong Bah
2013-08-15
2
-31
/
+65
|
*
Fix handling of SVG lengths with spaces [Bug #1208002].
Matthew Petroff
2013-08-03
1
-0
/
+2
|
*
Eliminate "unit-constants.h".
Matthew Petroff
2013-07-31
1
-7
/
+7
*
|
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-16
/
+11
|
\
|
|
*
Refactored internals to use a vector of structs instead of several parallel a...
Jon A. Cruz
2013-05-18
1
-16
/
+11
*
|
various little changes
Markus Engel
2013-04-10
1
-0
/
+7
*
|
Removed unused (ancient!) code.
Markus Engel
2013-04-10
3
-131
/
+0
|
/
*
Fix another load of forward declaration tags
Alex Valavanis
2013-03-14
1
-1
/
+1
*
code cleanup: quiet warnings with gcc.
Campbell Barton
2012-11-20
2
-0
/
+3
*
Make last segment before close path absolute.
Jasper van de Gronde
2012-09-13
1
-1
/
+5
|
\
|
*
Allow shorthand paths
Jasper van de Gronde
2012-05-07
3
-14
/
+100
|
/
*
c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + so...
Kris De Gussem
2012-04-04
2
-47
/
+42
*
cppcheck
Kris De Gussem
2012-03-07
1
-1
/
+1
[next]