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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-05
PencilToolbar: GtkAction migration
Alexander Valavanis
1
-5
/
+4
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-12
Run clang-tidy’s modernize-use-equals-delete pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-4
/
+4
2016-12-06
Fixes for measure LPE and speed path based LPE operations
Jabiertxof
1
-0
/
+1
2016-11-05
Fix bug:1639083 crach closing segment with shortcut LPE
Jabier Arraiza Cenoz
1
-0
/
+1
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-9
/
+11
2014-09-07
Update to experimental r13543
Liam P. White
1
-9
/
+11
2014-09-06
More header cleanup
Liam P. White
1
-9
/
+11
2014-08-18
Code cleanup.
Liam P. White
1
-11
/
+9
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-2
/
+1
2011-10-25
Cleanup pass on documentation that was dumping garbage into doxygen output.
Jon A. Cruz
1
-3
/
+4
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-04-22
Fix snapping regression introduced by rev. #9118
Diederik van Lierop
1
-1
/
+1
2008-10-11
Merging from trunk
Ted Gould
1
-0
/
+2
2008-08-13
make spcurve::first_point and last_point boost::optional
Johan B. C. Engelen
1
-2
/
+2
2008-08-13
return boost::optional for second and penultimate points of SPCurve
Johan B. C. Engelen
1
-2
/
+4
2008-07-17
convert all SPCurve's points and matrices arguments and return types to 2Geom
Johan B. C. Engelen
1
-35
/
+22
2008-07-16
remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...
Johan B. C. Engelen
1
-52
/
+1
2008-07-14
make SPCurve constructors explicit. (so e.g. it is impossible to write SPCurv...
Johan B. C. Engelen
1
-2
/
+2
2008-07-08
2geomify SPCurve::new_from_rect
Johan B. C. Engelen
1
-2
/
+1
2008-07-07
cleanup unused methods in spcurve
Johan B. C. Engelen
1
-9
/
+3
2008-06-30
add SPCurve::get_segment_count
Johan B. C. Engelen
1
-0
/
+1
2008-06-29
remove unused function first_bpath
Johan B. C. Engelen
1
-1
/
+0
2008-06-29
add SPCurve::first_segment and last_segment
Johan B. C. Engelen
1
-0
/
+2
2008-06-26
noop: be more consistent with function names (get_pathvector => set_pathvector)
Johan B. C. Engelen
1
-1
/
+1
2008-06-08
add method to retrieve first and last path of SPCurve, fix error.
Johan B. C. Engelen
1
-0
/
+2
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-42
/
+63
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-1
/
+0
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-16
/
+29
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-52
/
+57
2007-07-25
Add a method to create a rectangular curve
Diederik van Lierop
1
-0
/
+2
2006-05-09
get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory...
MenTaLguY
1
-6
/
+0
2006-05-09
eliminate direct accesses to SPCurve::bpath
MenTaLguY
1
-3
/
+3