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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-17
Fixed initialization order
Jon A. Cruz
1
-5
/
+5
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-2
/
+4
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-166
/
+204
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-311
/
+298
2008-04-18
Removed unnecessary checks from curve.cpp (sp_bpath_check_subpath and friends...
Jasper van de Gronde
1
-113
/
+4
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2008-01-25
first set of updates to headers for clean gcc 4.3 builds
Kees Cook
1
-1
/
+1
2007-09-29
noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...
Peter Moulder
1
-27
/
+27
2007-07-25
Add a method to create a rectangular curve
Diederik van Lierop
1
-0
/
+17
2006-05-28
replace nr_new() with g_new(), and try to converge on using the glib allocato...
MenTaLguY
1
-8
/
+9
2006-05-28
break apart faster: prepend to list instead of append, add objects to selecti...
bulia byak
1
-6
/
+1
2006-05-09
always make local copy of path data so we have control of memory policy
MenTaLguY
1
-29
/
+17
2006-05-09
get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory...
MenTaLguY
1
-53
/
+1
2006-05-09
eliminate direct accesses to SPCurve::bpath
MenTaLguY
1
-64
/
+64