Code

Merging from trunk
[inkscape.git] / src / display / curve.cpp
2008-10-11 Ted GouldMerging from trunk
2008-09-13 johanengelenfix UI node counting
2008-09-11 johanengelenfix curve::penultimate_point old behavior. no longer...
2008-09-10 johanengelenadd quick comment
2008-09-04 johanengelenconvert moveto, lineto and curveto native to Point...
2008-08-13 johanengelenmake spcurve::first_point and last_point boost::optional
2008-08-13 johanengelenreturn boost::optional for second and penultimate point...
2008-08-03 johanengelenfix error in appending paths to existing paths. fixes...
2008-07-17 johanengelenconvert all SPCurve's points and matrices arguments...
2008-07-16 johanengelenremove all old nartbpath code from SPCurve!!! (in...
2008-07-14 johanengelennoop: add comment about multiple consecutive movetos
2008-07-13 johanengelen2geomify pov-out extension
2008-07-08 johanengelen2geomify SPCurve::new_from_rect
2008-07-07 johanengelencleanup unused methods in spcurve
2008-07-07 johanengelenimprove documentation of SPCurve::last_segment
2008-07-04 johanengelenchange some SP_CURVE_BPATH to get_bpath
2008-07-03 johanengelenremove left-overs from making SPCurve a proper class...
2008-07-03 johanengelenstart removing old path code in spcurve. start with...
2008-07-03 johanengelenimprove spcurve::second_point and document its behavior
2008-07-03 johanengelennoop, add comment
2008-06-30 johanengelensimplify SPCurve::penultimate_point and return 2geom...
2008-06-30 johanengelenadd SPCurve::get_segment_count
2008-06-29 johanengelenreturn results from 2geom path instead of old path
2008-06-29 johanengelenremove unused function first_bpath
2008-06-29 johanengelenadd SPCurve::first_segment and last_segment
2008-06-26 johanengelennoop: be more consistent with function names (get_pathv...
2008-06-08 johanengelenadd method to retrieve first and last path of SPCurve...
2008-06-07 joncruzWarning cleanup
2008-06-06 johanengelenadd comments to SPCurve about 2geomify status of functions
2008-06-06 johanengelendisable SPCurve path checking per default as it decreas...
2008-06-06 johanengelen- enable path checking for SPCurve
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
2008-05-17 joncruzFixed initialization order
2008-05-09 johanengelencomplete adding const to have only NArtBpath const...
2008-05-09 johanengelen- try to use more forward declarations for less depende...
2008-05-05 johanengelenstruct SPCurve => class SPCurve
2008-04-18 jaspervdgRemoved unnecessary checks from curve.cpp (sp_bpath_che...
2008-01-31 bryceApplying fixes for gcc 4.3 build issues (closes LP...
2008-01-25 keescookfirst set of updates to headers for clean gcc 4.3 builds
2007-09-29 pjrmnoop: CodingStyle: re-indent a few files that had mixtu...
2007-07-25 dvlierop2Add a method to create a rectangular curve
2006-05-28 mentalreplace nr_new() with g_new(), and try to converge...
2006-05-28 buliabyakbreak apart faster: prepend to list instead of append...
2006-05-09 mentalalways make local copy of path data so we have control...
2006-05-09 mentalget rid of sp_curve_new_from_static_bpath() in a bid...
2006-05-09 mentaleliminate direct accesses to SPCurve::bpath
2006-01-16 mentalmoving trunk for module inkscape