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-path.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
From trunk
Ted Gould
2008-10-27
1
-20
/
+19
*
Merging from trunk
Ted Gould
2008-10-11
1
-26
/
+28
*
Move single-dot-creation function to a better location (and rename it accordi...
Maximilian Albert
2008-09-01
1
-60
/
+0
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-4
/
+3
*
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
2008-08-05
1
-3
/
+2
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-2
/
+0
*
update to 2geom rev. 1507
Johan B. C. Engelen
2008-07-25
1
-0
/
+2
*
convert all SPCurve's points and matrices arguments and return types to 2Geom
Johan B. C. Engelen
2008-07-17
1
-2
/
+2
*
try to use consistent document for creating guides
MenTaLguY
2008-07-07
1
-2
/
+1
*
convert a path to guides using 2geom calls
Johan B. C. Engelen
2008-07-04
1
-18
/
+16
*
read PathVector instead of NArtBpath
Johan B. C. Engelen
2008-06-22
1
-4
/
+5
*
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
-4
/
+3
*
for sppath, use 2geompath for svg_write: sp_svg_write_path(np->curve->get_pat...
Johan B. C. Engelen
2008-06-06
1
-24
/
+9
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-11
/
+6
*
optimization: don't copy SPCurve when transforming it, do this in place
bulia byak
2008-06-05
1
-11
/
+5
*
LPE STACKING!
Johan B. C. Engelen
2008-05-30
1
-1
/
+1
*
noop: correct spelling in comment
Maximilian Albert
2008-05-18
1
-3
/
+3
*
Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...
Bastien Bouclet
2008-05-17
1
-1
/
+2
*
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
2008-05-09
1
-1
/
+1
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-2
/
+2
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-17
/
+17
*
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
2008-03-28
1
-8
/
+9
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-17
/
+11
*
Don't group dot creation with pen-/pencil-specific operations in undo history
Maximilian Albert
2008-01-27
1
-3
/
+1
*
Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used for...
Maximilian Albert
2008-01-20
1
-2
/
+9
*
Make creation of dots via Ctrl+click also possible in pen context; fill dots ...
Maximilian Albert
2008-01-19
1
-0
/
+64
*
Add option in Preferences to keep objects after conversion to guides
Maximilian Albert
2008-01-16
1
-2
/
+0
*
Make path segments convertable to guides, too
Maximilian Albert
2008-01-16
1
-0
/
+36
*
+ Fix bug #179840, forking of LPEs
Johan B. C. Engelen
2008-01-02
1
-0
/
+3
*
Fix LP bug #179328
Johan B. C. Engelen
2008-01-02
1
-0
/
+14
*
add path effect indication to the description
bulia byak
2007-09-05
1
-2
/
+7
*
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
2007-08-14
1
-27
/
+160
*
start switching sp_repr_new* over to XML::Document::create*, and rename creat...
MenTaLguY
2007-01-21
1
-1
/
+4
*
Applied patch #1501709
Jon A. Cruz
2006-06-07
1
-3
/
+1
*
eliminate direct accesses to SPCurve::bpath
MenTaLguY
2006-05-09
1
-2
/
+2
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+325