index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-shape.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-16
/
+16
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-2
/
+3
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-8
/
+8
2008-04-03
Fixed LPE crash with unitialized pointer
Jon A. Cruz
1
-11
/
+5
2008-03-28
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
1
-184
/
+7
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-2
/
+2
2008-02-25
comment fix
bulia byak
1
-1
/
+3
2008-02-06
avoid dangerous equality comparison on doubles; remove useless asserts that w...
bulia byak
1
-15
/
+13
2008-01-02
+ Fix bug #179840, forking of LPEs
Johan B. C. Engelen
1
-0
/
+20
2007-12-22
1) solve bug #177995
Diederik van Lierop
1
-29
/
+23
2007-12-03
Solve crash on assert (see bugs #173555 and #173568 in launchpad)
Diederik van Lierop
1
-6
/
+3
2007-12-02
Fix compile. Don't #include .cpp files!
Johan B. C. Engelen
1
-2
/
+2
2007-12-02
only snap to non-smooth nodes, 2nd try. Hopefully this one is more robust
Diederik van Lierop
1
-24
/
+37
2007-11-28
Fix Bug #172582 crash when dragging line with mouse
Johan B. C. Engelen
1
-7
/
+7
2007-11-27
use size_t for comparison with strlen() to be more portable
Bob Jamison
1
-1
/
+1
2007-11-26
Don't snap the smooth nodes of a path
Diederik van Lierop
1
-4
/
+20
2007-11-08
warning cleanup
Jon A. Cruz
1
-3
/
+3
2007-10-28
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
Johan B. C. Engelen
1
-0
/
+8
2007-09-14
fix pasting of LPE's across multiple document; plus a number of small fixes.
Johan B. C. Engelen
1
-1
/
+9
2007-09-10
Purged fill type enum
Jon A. Cruz
1
-3
/
+3
2007-09-06
Preserve paint styles with multiple components
Jon A. Cruz
1
-1
/
+1
2007-09-06
store and properly disconnect lpe modified connection
bulia byak
1
-3
/
+9
2007-08-19
* Fixed path-along-path with correct filling now! (2geom fix)
Johan B. C. Engelen
1
-7
/
+5
2007-08-14
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
1
-5
/
+174
2007-05-30
Don't return too much snappoints
Diederik van Lierop
1
-0
/
+5
2007-04-30
Fix bug #1077600 -> correct mirroring and no drifting of origin
Diederik van Lierop
1
-4
/
+0
2007-04-08
Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX o...
Diederik van Lierop
1
-0
/
+1
2007-04-06
implement GEOMETRIC_BBOX
bulia byak
1
-29
/
+31
2007-03-30
add a snappoint at the rotation-axis of any shape
Diederik van Lierop
1
-0
/
+4
2007-03-26
Selector tool shouldn't snap to path nodes, see Bulia's comment in bug #1589436
Diederik van Lierop
1
-4
/
+4
2007-03-04
adapt code to new Maybe/bbox regime
MenTaLguY
1
-4
/
+8
2007-03-04
switch from invokeBbox to getBounds (need to fix problems with empty
MenTaLguY
1
-2
/
+2
2006-12-06
Renaming sp-marker.* to marker.*
Bryce Harrington
1
-1
/
+1
2006-11-18
Cleanup work for markers - adding some documentation to areas of code
Bryce Harrington
1
-4
/
+0
2006-07-28
switch to sigc++ SPObject signals for SPShape
MenTaLguY
1
-9
/
+33
2006-05-29
Documentation
Bryce Harrington
1
-22
/
+120
2006-05-26
export markers API
bulia byak
1
-6
/
+4
2006-05-09
eliminate direct accesses to SPCurve::bpath
MenTaLguY
1
-10
/
+10
2006-04-05
now sp_item_invoke_bbox_full does union of the item's bbox (after clippath cr...
bulia byak
1
-4
/
+2