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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merging from trunk
Ted Gould
2008-10-11
1
-2
/
+2
*
it's not a good idea to change key of arenaitem in the middle of an update; n...
bulia byak
2008-09-23
1
-10
/
+0
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-17
/
+17
*
fix per SVG spec: bbox for paint servers must be exclusive of a stroke width ...
bulia byak
2008-08-25
1
-1
/
+1
*
whitespace
bulia byak
2008-08-25
1
-62
/
+61
*
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
2008-08-12
1
-8
/
+8
*
fix marker behavior for moveto-only paths
Johan B. C. Engelen
2008-08-08
1
-16
/
+54
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-8
/
+8
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-2
/
+2
*
2geomify snappoint finding for SPShapes.
Johan B. C. Engelen
2008-07-14
1
-30
/
+32
*
2geomify print, fill and stroke methods of extensions
Johan B. C. Engelen
2008-07-12
1
-6
/
+2
*
substitute macro with function call
Johan B. C. Engelen
2008-07-07
1
-2
/
+2
*
fix number of marker counting in shape
Johan B. C. Engelen
2008-07-07
1
-8
/
+32
*
remove dead code
Johan B. C. Engelen
2008-07-07
1
-267
/
+4
*
fix orientation of markers
Johan B. C. Engelen
2008-07-07
1
-38
/
+40
*
Warning cleanup
Jon A. Cruz
2008-07-05
1
-0
/
+1
*
2geomify calculation of number of markers on a path
Johan B. C. Engelen
2008-07-04
1
-3
/
+8
*
sp_shape now uses 2geom PathVector for all marker positions
Johan B. C. Engelen
2008-06-20
1
-20
/
+132
*
sp_shape_render for cairo-renderer extension now uses 2geom for marker positions
Johan B. C. Engelen
2008-06-20
1
-1
/
+1
*
2geomify sp_shape_update_marker_view.
Johan B. C. Engelen
2008-06-20
1
-16
/
+94
*
use 2geom method to calc boundingbox of shape
Johan B. C. Engelen
2008-06-16
1
-7
/
+7
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-2
/
+2
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-3
/
+3
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-2
/
+2
*
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
2008-05-09
1
-16
/
+16
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-2
/
+3
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-8
/
+8
*
Fixed LPE crash with unitialized pointer
Jon A. Cruz
2008-04-03
1
-11
/
+5
*
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
2008-03-28
1
-184
/
+7
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-2
/
+2
*
comment fix
bulia byak
2008-02-25
1
-1
/
+3
*
avoid dangerous equality comparison on doubles; remove useless asserts that w...
bulia byak
2008-02-06
1
-15
/
+13
*
+ Fix bug #179840, forking of LPEs
Johan B. C. Engelen
2008-01-02
1
-0
/
+20
*
1) solve bug #177995
Diederik van Lierop
2007-12-22
1
-29
/
+23
*
Solve crash on assert (see bugs #173555 and #173568 in launchpad)
Diederik van Lierop
2007-12-03
1
-6
/
+3
*
Fix compile. Don't #include .cpp files!
Johan B. C. Engelen
2007-12-02
1
-2
/
+2
*
only snap to non-smooth nodes, 2nd try. Hopefully this one is more robust
Diederik van Lierop
2007-12-02
1
-24
/
+37
*
Fix Bug #172582 crash when dragging line with mouse
Johan B. C. Engelen
2007-11-28
1
-7
/
+7
*
use size_t for comparison with strlen() to be more portable
Bob Jamison
2007-11-27
1
-1
/
+1
*
Don't snap the smooth nodes of a path
Diederik van Lierop
2007-11-26
1
-4
/
+20
*
warning cleanup
Jon A. Cruz
2007-11-08
1
-3
/
+3
*
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
Johan B. C. Engelen
2007-10-28
1
-0
/
+8
*
fix pasting of LPE's across multiple document; plus a number of small fixes.
Johan B. C. Engelen
2007-09-14
1
-1
/
+9
*
Purged fill type enum
Jon A. Cruz
2007-09-10
1
-3
/
+3
*
Preserve paint styles with multiple components
Jon A. Cruz
2007-09-06
1
-1
/
+1
*
store and properly disconnect lpe modified connection
bulia byak
2007-09-06
1
-3
/
+9
*
* Fixed path-along-path with correct filling now! (2geom fix)
Johan B. C. Engelen
2007-08-19
1
-7
/
+5
*
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
2007-08-14
1
-5
/
+174
*
Don't return too much snappoints
Diederik van Lierop
2007-05-30
1
-0
/
+5
*
Fix bug #1077600 -> correct mirroring and no drifting of origin
Diederik van Lierop
2007-04-30
1
-4
/
+0
[prev]
[next]