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
2010-01-09
Refactoring the snapping API (making it easier to maintain and understand for...
Diederik van Lierop
1
-25
/
+18
2009-11-08
Patch for 456148 by Johan
Josh Andler
1
-161
/
+247
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2009-04-28
Fix the crash reported in bug #342755
Diederik van Lierop
1
-56
/
+62
2009-02-20
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
1
-7
/
+14
2009-02-14
warning fix
bulia byak
1
-1
/
+1
2009-01-18
- Snap to the midpoint of shapes and bboxes
Diederik van Lierop
1
-13
/
+28
2009-01-10
Added a new toolbar with snapping controls
Diederik van Lierop
1
-5
/
+5
2009-01-04
fix bbox calculation of markers
Johan B. C. Engelen
1
-58
/
+73
2009-01-02
make 'marker' property work (shorthand for start, mid and end markers); inksc...
Johan B. C. Engelen
1
-102
/
+109
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-4
/
+4
2008-12-14
1) snap midpoints of line segments (both as source and as target)
Diederik van Lierop
1
-133
/
+156
2008-11-21
Merge from fe-moved
Ted Gould
1
-88
/
+88
2008-11-01
Merge from trunk
Ted Gould
1
-2
/
+8
2008-10-31
Merge from trunk
Ted Gould
1
-0
/
+3
2008-10-27
From trunk
Ted Gould
1
-39
/
+42
2008-10-11
Merging from trunk
Ted Gould
1
-2
/
+2
2008-09-23
it's not a good idea to change key of arenaitem in the middle of an update; n...
bulia byak
1
-10
/
+0
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-17
/
+17
2008-08-25
fix per SVG spec: bbox for paint servers must be exclusive of a stroke width ...
bulia byak
1
-1
/
+1
2008-08-25
whitespace
bulia byak
1
-62
/
+61
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
1
-8
/
+8
2008-08-08
fix marker behavior for moveto-only paths
Johan B. C. Engelen
1
-16
/
+54
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-8
/
+8
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-2
/
+2
2008-07-14
2geomify snappoint finding for SPShapes.
Johan B. C. Engelen
1
-30
/
+32
2008-07-12
2geomify print, fill and stroke methods of extensions
Johan B. C. Engelen
1
-6
/
+2
2008-07-07
substitute macro with function call
Johan B. C. Engelen
1
-2
/
+2
2008-07-07
fix number of marker counting in shape
Johan B. C. Engelen
1
-8
/
+32
2008-07-07
remove dead code
Johan B. C. Engelen
1
-267
/
+4
2008-07-07
fix orientation of markers
Johan B. C. Engelen
1
-38
/
+40
2008-07-05
Warning cleanup
Jon A. Cruz
1
-0
/
+1
2008-07-04
2geomify calculation of number of markers on a path
Johan B. C. Engelen
1
-3
/
+8
2008-06-20
sp_shape now uses 2geom PathVector for all marker positions
Johan B. C. Engelen
1
-20
/
+132
2008-06-20
sp_shape_render for cairo-renderer extension now uses 2geom for marker positions
Johan B. C. Engelen
1
-1
/
+1
2008-06-20
2geomify sp_shape_update_marker_view.
Johan B. C. Engelen
1
-16
/
+94
2008-06-16
use 2geom method to calc boundingbox of shape
Johan B. C. Engelen
1
-7
/
+7
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-2
/
+2
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-3
/
+3
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-2
/
+2
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
[next]