summaryrefslogtreecommitdiffstats
path: root/src/display/curve.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* simplify SPCurve::penultimate_point and return 2geom typeJohan B. C. Engelen2008-06-301-10/+6
| | | (bzr r6102)
* add SPCurve::get_segment_countJohan B. C. Engelen2008-06-301-0/+16
| | | (bzr r6100)
* return results from 2geom path instead of old pathJohan B. C. Engelen2008-06-291-5/+5
| | | (bzr r6092)
* remove unused function first_bpathJohan B. C. Engelen2008-06-291-17/+2
| | | (bzr r6091)
* add SPCurve::first_segment and last_segmentJohan B. C. Engelen2008-06-291-2/+36
| | | (bzr r6089)
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-261-2/+2
| | | (bzr r6078)
* add method to retrieve first and last path of SPCurve, fix error.Johan B. C. Engelen2008-06-081-4/+34
| | | (bzr r5858)
* Warning cleanupJon A. Cruz2008-06-071-6/+14
| | | (bzr r5847)
* add comments to SPCurve about 2geomify status of functionsJohan B. C. Engelen2008-06-061-1/+8
| | | (bzr r5837)
* disable SPCurve path checking per default as it decreases performance by a lot.Johan B. C. Engelen2008-06-061-1/+1
| | | (bzr r5835)
* - enable path checking for SPCurveJohan B. C. Engelen2008-06-061-5/+14
| | | | | - make SPCurve::transform safe to work on both pathv and bpath (bzr r5834)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-109/+464
| | | (bzr r5823)
* Fixed initialization orderJon A. Cruz2008-05-171-5/+5
| | | (bzr r5681)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-2/+4
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-166/+204
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-311/+298
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Removed unnecessary checks from curve.cpp (sp_bpath_check_subpath and ↵Jasper van de Gronde2008-04-181-113/+4
| | | | | friends). (See bug 166720.) (bzr r5473)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-1/+1
| | | (bzr r4588)
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵Peter Moulder2007-09-291-27/+27
| | | | | for indentation. (bzr r3816)
* Add a method to create a rectangular curveDiederik van Lierop2007-07-251-0/+17
| | | (bzr r3297)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-8/+9
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* break apart faster: prepend to list instead of append, add objects to ↵bulia byak2006-05-281-6/+1
| | | | | selection wholesale instead of one by one (bzr r1038)
* always make local copy of path data so we have control of memory policyMenTaLguY2006-05-091-29/+17
| | | (bzr r791)
* get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve ↵MenTaLguY2006-05-091-53/+1
| | | | | memory management (bzr r788)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-64/+64
| | | (bzr r787)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1289
(bzr r1)