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
*
for path-chemistry.cpp, start using 2geompath for svg_write: sp_svg_write_pat...
Johan B. C. Engelen
2008-06-06
1
-4
/
+4
*
for nodepath, start using 2geompath for svg_write: sp_svg_write_path(np->curv...
Johan B. C. Engelen
2008-06-06
1
-3
/
+3
*
spdc_flush_white(SPDrawContext *dc, SPCurve *gc) now uses curve->get_pathvect...
Johan B. C. Engelen
2008-06-06
1
-1
/
+1
*
spcc_flush_white(SPConnectorContext *cc, SPCurve *gc) now uses curve->get_pat...
Johan B. C. Engelen
2008-06-06
1
-1
/
+1
*
add comments to SPCurve about 2geomify status of functions
Johan B. C. Engelen
2008-06-06
1
-1
/
+8
*
box3d_side_write now uses curve->get_pathvector instead of get_bpath.
Johan B. C. Engelen
2008-06-06
1
-5
/
+1
*
disable SPCurve path checking per default as it decreases performance by a lot.
Johan B. C. Engelen
2008-06-06
1
-1
/
+1
*
- enable path checking for SPCurve
Johan B. C. Engelen
2008-06-06
1
-5
/
+14
*
Removing cast and replacing with a proper definition.
Ted Gould
2008-06-06
2
-3
/
+3
*
allow compiling on g++ 4.3+
Bob Jamison
2008-06-06
1
-0
/
+1
*
remove const assignment error
Bob Jamison
2008-06-06
1
-1
/
+1
*
Fixed uninitialized members
Jon A. Cruz
2008-06-06
1
-4
/
+9
*
Fixed uninitialized member
Jon A. Cruz
2008-06-06
1
-0
/
+2
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
48
-419
/
+746
*
optimization: don't copy SPCurve when transforming it, do this in place
bulia byak
2008-06-05
1
-11
/
+5
*
Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...
Maximilian Albert
2008-06-05
11
-12
/
+12
*
Add paramType() method to LPE parameter classes
Maximilian Albert
2008-06-05
6
-0
/
+26
*
Remove unused and buggy-looking function get_pref_children.
Peter Moulder
2008-06-05
2
-14
/
+1
*
address some cast-away-const warnings.
Peter Moulder
2008-06-05
3
-5
/
+5
*
address a warning
Peter Moulder
2008-06-05
1
-1
/
+1
*
a couple of trivial %d -> %u changes.
Peter Moulder
2008-06-05
1
-3
/
+3
*
slight numerical improvement
Peter Moulder
2008-06-05
2
-2
/
+5
*
fix compile with g++-4.3.
Peter Moulder
2008-06-05
4
-16
/
+33
*
Fix expression whose behaviour is undefined in C++. N.B. This “fix” invo...
Peter Moulder
2008-06-05
1
-3
/
+6
*
first try at attribute overloading
Bob Jamison
2008-06-04
2
-0
/
+65
*
Remove warnings
Bob Jamison
2008-06-04
2
-5
/
+28
*
marked forgotten translatable message
Alexandre Prokoudine
2008-06-04
1
-1
/
+1
*
Add missing file knot-holder-entity.cpp; sorry for breaking the buildsvn add ...
Maximilian Albert
2008-06-04
1
-0
/
+217
*
Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func --...
Maximilian Albert
2008-06-04
4
-169
/
+157
*
New 'spiro spline mode' in pen/pencil tool which automatically adds the spiro...
Maximilian Albert
2008-06-04
2
-7
/
+40
*
Groundwork to allow automatic application of an LPE to a newly drawn path
Maximilian Albert
2008-06-04
2
-1
/
+19
*
Factor out 'create and apply' code for LPEs so that it can be called from eve...
Maximilian Albert
2008-06-04
3
-17
/
+32
*
C++ify knotholders
Maximilian Albert
2008-06-04
32
-798
/
+788
*
Added tool style for eraser.
Jon A. Cruz
2008-06-04
2
-5
/
+20
*
have svgdoc.createElement make every one of the svg element types. fix a pur...
Bob Jamison
2008-06-03
2
-0
/
+94
*
Move element creation to SVGDocumentImpl. Remove from svgreader.
Bob Jamison
2008-06-03
4
-562
/
+845
*
check if item is LPEItem before casting!!! fixes bug 236788
Johan B. C. Engelen
2008-06-02
1
-6
/
+14
*
fix crash, report warnings instead. trying to find real cause for this (crash...
Johan B. C. Engelen
2008-06-02
1
-0
/
+8
*
check if item is LPEItem before casting!!! should fix bug 236788
Johan B. C. Engelen
2008-06-02
1
-3
/
+5
*
Changed correct pixblock output mode for feSpecularlighting
Niko Kiirala
2008-06-02
1
-1
/
+1
*
Fixed SVG compliance problems with feMorphology (bug 181995 at least)
Niko Kiirala
2008-06-02
3
-23
/
+52
*
Fixed uninitialized data in rendering filter effects & colormatrix (bug 193936)
Niko Kiirala
2008-06-02
2
-2
/
+2
*
Fixed conflicting result image names inside filter effects (bug 196126)
Niko Kiirala
2008-06-02
3
-1
/
+33
*
Made possible to use blur on object that has a complex filter applied
Niko Kiirala
2008-06-02
3
-30
/
+33
*
set eol-style:native for recently added files
Maximilian Albert
2008-06-02
1
-170
/
+170
*
set eol-style:native for recently added files
Maximilian Albert
2008-06-02
5
-672
/
+672
*
basic support for <title> and <desc>
Stephen Silver
2008-06-02
3
-59
/
+217
*
Pass through more calls to parent contexts, and added more common property ha...
Jon A. Cruz
2008-06-02
3
-71
/
+63
*
Corrected broken XML for size pref.
Jon A. Cruz
2008-06-01
1
-1
/
+1
*
add terminator to table, add lookup functions
Bob Jamison
2008-06-01
1
-3
/
+36
[next]