index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
curve.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
simplify SPCurve::penultimate_point and return 2geom type
Johan B. C. Engelen
2008-06-30
1
-10
/
+6
*
add SPCurve::get_segment_count
Johan B. C. Engelen
2008-06-30
1
-0
/
+16
*
return results from 2geom path instead of old path
Johan B. C. Engelen
2008-06-29
1
-5
/
+5
*
remove unused function first_bpath
Johan B. C. Engelen
2008-06-29
1
-17
/
+2
*
add SPCurve::first_segment and last_segment
Johan B. C. Engelen
2008-06-29
1
-2
/
+36
*
noop: be more consistent with function names (get_pathvector => set_pathvector)
Johan B. C. Engelen
2008-06-26
1
-2
/
+2
*
add method to retrieve first and last path of SPCurve, fix error.
Johan B. C. Engelen
2008-06-08
1
-4
/
+34
*
Warning cleanup
Jon A. Cruz
2008-06-07
1
-6
/
+14
*
add comments to SPCurve about 2geomify status of functions
Johan B. C. Engelen
2008-06-06
1
-1
/
+8
*
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
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-109
/
+464
*
Fixed initialization order
Jon A. Cruz
2008-05-17
1
-5
/
+5
*
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
2008-05-09
1
-2
/
+4
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-166
/
+204
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-311
/
+298
*
Removed unnecessary checks from curve.cpp (sp_bpath_check_subpath and friends...
Jasper van de Gronde
2008-04-18
1
-113
/
+4
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-0
/
+2
*
first set of updates to headers for clean gcc 4.3 builds
Kees Cook
2008-01-25
1
-1
/
+1
*
noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...
Peter Moulder
2007-09-29
1
-27
/
+27
*
Add a method to create a rectangular curve
Diederik van Lierop
2007-07-25
1
-0
/
+17
*
replace nr_new() with g_new(), and try to converge on using the glib allocato...
MenTaLguY
2006-05-28
1
-8
/
+9
*
break apart faster: prepend to list instead of append, add objects to selecti...
bulia byak
2006-05-28
1
-6
/
+1
*
always make local copy of path data so we have control of memory policy
MenTaLguY
2006-05-09
1
-29
/
+17
*
get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory...
MenTaLguY
2006-05-09
1
-53
/
+1
*
eliminate direct accesses to SPCurve::bpath
MenTaLguY
2006-05-09
1
-64
/
+64
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+1289
[prev]