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
*
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
*
convert path to linears and cubics only before creating outline. (workaround ...
Johan B. C. Engelen
2008-08-03
1
-2
/
+9
*
fix arc conversion to livarot
Johan B. C. Engelen
2008-08-03
1
-2
/
+2
*
Minor cleanup work on macros
Jon A. Cruz
2008-08-03
11
-21
/
+33
*
Fixed const-correctness
Jon A. Cruz
2008-08-03
4
-10
/
+10
*
Fixed const-correctness and member access
Jon A. Cruz
2008-08-03
2
-30
/
+35
*
Warning cleanup
Jon A. Cruz
2008-08-03
2
-2
/
+2
*
Fixed broken empty string check
Jon A. Cruz
2008-08-03
1
-10
/
+10
*
Replaced deprecated GtkType creation with GType
Jon A. Cruz
2008-08-03
4
-24
/
+26
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
36
-65
/
+1
*
hopefully fixed last error in nodepath...
Johan B. C. Engelen
2008-08-03
1
-1
/
+3
*
simplify lpe spiro code by using new "is_straight_curve" method
Johan B. C. Engelen
2008-08-02
1
-6
/
+3
*
add is_straight_curve in geom-curves.h helper file
Johan B. C. Engelen
2008-08-02
2
-0
/
+40
*
simplify pathv_to_linear_and_cubic_beziers a bit
Johan B. C. Engelen
2008-08-02
1
-9
/
+3
*
remove code duplicate
Johan B. C. Engelen
2008-08-02
1
-31
/
+2
*
clean up and revert recent change to nodepath that broke things
Johan B. C. Engelen
2008-08-02
1
-34
/
+18
*
fix error in nodepath
Johan B. C. Engelen
2008-08-02
1
-1
/
+1
*
remove old nartbpath to cairo method
Johan B. C. Engelen
2008-08-02
2
-98
/
+4
*
convert path to only linear and cubic segments when nodeediting. prevents cra...
Johan B. C. Engelen
2008-08-02
1
-5
/
+35
*
use nodetype helper function to determine nodetype within lpe-spiro
Johan B. C. Engelen
2008-08-02
1
-8
/
+4
*
fix nodetype determination. fixes lpe spiro bug
Johan B. C. Engelen
2008-08-02
1
-1
/
+3
*
lpe spiro: if path is closed it does not matter to what initial pointtype is ...
Johan B. C. Engelen
2008-08-02
1
-1
/
+1
*
whitespace
Johan B. C. Engelen
2008-08-02
1
-33
/
+44
*
when holding ctrl, pattern scaling has a fixed 1:1 ratio of original pattern ...
Johan B. C. Engelen
2008-08-02
1
-12
/
+21
*
initial impl of gradients and opacities
Bob Jamison
2008-08-02
2
-73
/
+307
*
Enable exception handling for CxxTest in Makefiles
Jasper van de Gronde
2008-08-02
7
-7
/
+7
*
SPCurve unit tests
Jasper van de Gronde
2008-08-02
3
-71
/
+324
*
comments
Maximilian Albert
2008-08-02
1
-8
/
+12
*
Todo is done.
Jon A. Cruz
2008-08-02
1
-1
/
+0
*
finally got transforms right. flip Y and translate
Bob Jamison
2008-08-01
2
-19
/
+62
*
fix 253915: do not use style attr, only SPStyle
bulia byak
2008-08-01
1
-26
/
+12
[next]