index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move all of the snapper code to 2geom
Diederik van Lierop
2008-08-11
37
-445
/
+486
*
patch from bug 169004
bulia byak
2008-08-11
2
-2
/
+19
*
clean up code slightly
Bob Jamison
2008-08-10
3
-85
/
+93
*
Fix for ID clash resolution: avoid finding spurious references associated wit...
Stephen Silver
2008-08-10
1
-0
/
+2
*
gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialog
Maximilian Albert
2008-08-09
10
-773
/
+780
*
merge silveiro's and my changes
Bob Jamison
2008-08-09
2
-104
/
+348
*
Added missing new files
Jon A. Cruz
2008-08-09
1
-0
/
+1
*
A few more tests for svg-color
Jasper van de Gronde
2008-08-09
1
-5
/
+14
*
Snap to intersections of any kind of path (were we previously only could snap...
Diederik van Lierop
2008-08-08
11
-46
/
+233
*
fix marker behavior for moveto-only paths
Johan B. C. Engelen
2008-08-08
3
-21
/
+76
*
update 2geom to rev1516
Johan B. C. Engelen
2008-08-08
1
-1
/
+7
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
75
-254
/
+240
*
Fixed svg-path (and display/curve) tests to properly handle closepath and mad...
Jasper van de Gronde
2008-08-08
3
-90
/
+164
*
more messages marked for translation
Alexandre Prokoudine
2008-08-08
1
-1
/
+1
*
patch from bug 244940
bulia byak
2008-08-08
1
-4
/
+30
*
Fix regression in object snapper which caused self-snapping
Diederik van Lierop
2008-08-07
2
-9
/
+20
*
change javafx output to 1.0 compiler syntax
Bob Jamison
2008-08-07
2
-145
/
+74
*
remove debug message
Johan B. C. Engelen
2008-08-07
1
-1
/
+0
*
try to make LPE optimizations easier. example in LPE Bend
Johan B. C. Engelen
2008-08-07
4
-8
/
+28
*
fix ambiguities by implicit NR::Matrix/Geom::Matrix cast.
Johan B. C. Engelen
2008-08-06
2
-10
/
+10
*
add automatic conversion between Geom::Matrix and NR::Matrix. (added to NR::M...
Johan B. C. Engelen
2008-08-06
2
-2
/
+16
*
1) When pasting, use an offset that is a multiple of the grid pitch (got lost...
Diederik van Lierop
2008-08-06
5
-40
/
+118
*
src/helper 2geomified
Johan B. C. Engelen
2008-08-06
4
-44
/
+13
*
2Geom version of the path tests + some additional small changes.
Jasper van de Gronde
2008-08-06
4
-6
/
+570
*
Improve comment in pen-context.cpp
Maximilian Albert
2008-08-06
1
-1
/
+1
*
cleanup (remove obsolete code)
Maximilian Albert
2008-08-06
1
-20
/
+0
*
New mode in pen tool to draw paraxial lines
Maximilian Albert
2008-08-06
5
-19
/
+136
*
Esc and Ctrl+Z in pencil tool should also cancel when we're drawing straight ...
Maximilian Albert
2008-08-06
1
-9
/
+4
*
add flashing line from clone to original on Shift+D
bulia byak
2008-08-06
2
-2
/
+24
*
add dashed path option
bulia byak
2008-08-06
2
-2
/
+8
*
optionally (default off) relink duplicated clones to the duplicated original
bulia byak
2008-08-05
4
-5
/
+65
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
95
-284
/
+271
*
codedread's patch for bug 254850 (fixes handling of description field in Obje...
Stephen Silver
2008-08-05
1
-2
/
+4
*
fix 252547: skip explicitly hidden objects when calculating bbox of group
bulia byak
2008-08-05
2
-2
/
+3
*
replace unnecessary exception catching with a check beforehand.
Johan B. C. Engelen
2008-08-05
1
-3
/
+3
*
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
2008-08-05
11
-41
/
+25
*
more mockup on svgfonts dialog
Felipe Corr??a da Silva Sanches
2008-08-05
2
-1
/
+27
*
added class AttrEntry
Felipe Corr??a da Silva Sanches
2008-08-05
2
-0
/
+11
*
NR:: => Geom:: for much of src/ui and src/widgets
Johan B. C. Engelen
2008-08-04
27
-305
/
+311
*
While drawing and constraining to specific angles (using CTRL): don't try a f...
Diederik van Lierop
2008-08-04
3
-23
/
+36
*
NR:: => Geom:: for util dir
Johan B. C. Engelen
2008-08-04
1
-2
/
+5
*
Remove some obsolete code
Maximilian Albert
2008-08-04
1
-57
/
+0
*
Correct handle tips
Maximilian Albert
2008-08-04
2
-4
/
+4
*
EMF export patches submitted by SaGS
Ulf Erikson
2008-08-04
1
-32
/
+27
*
Make unit tests build on Linux again
Jasper van de Gronde
2008-08-04
1
-1
/
+2
*
Reorder libs, to fix a link-time error.
Peter Moulder
2008-08-04
1
-1
/
+1
*
Refactoring the object-snapper to use 2geom paths
Diederik van Lierop
2008-08-03
7
-302
/
+208
*
update 2geom: fixes long standing bug where closed paths are not converted co...
Johan B. C. Engelen
2008-08-03
1
-2
/
+3
*
fix error in appending paths to existing paths. fixes bug #253639
Johan B. C. Engelen
2008-08-03
1
-1
/
+1
*
update 2geom
Johan B. C. Engelen
2008-08-03
4
-54
/
+70
[prev]
[next]