| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed initialization order | Jon A. Cruz | 2008-05-17 | 1 | -5/+5 |
| | | | | (bzr r5681) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -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.h | Johan B. C. Engelen | 2008-05-09 | 1 | -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 SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -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 Gronde | 2008-04-18 | 1 | -113/+4 |
| | | | | | | friends). (See bug 166720.) (bzr r5473) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | first set of updates to headers for clean gcc 4.3 builds | Kees Cook | 2008-01-25 | 1 | -1/+1 |
| | | | | (bzr r4588) | ||||
| * | noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵ | Peter Moulder | 2007-09-29 | 1 | -27/+27 |
| | | | | | | for indentation. (bzr r3816) | ||||
| * | Add a method to create a rectangular curve | Diederik van Lierop | 2007-07-25 | 1 | -0/+17 |
| | | | | (bzr r3297) | ||||
| * | replace nr_new() with g_new(), and try to converge on using the glib ↵ | MenTaLguY | 2006-05-28 | 1 | -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 byak | 2006-05-28 | 1 | -6/+1 |
| | | | | | | selection wholesale instead of one by one (bzr r1038) | ||||
| * | always make local copy of path data so we have control of memory policy | MenTaLguY | 2006-05-09 | 1 | -29/+17 |
| | | | | (bzr r791) | ||||
| * | get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve ↵ | MenTaLguY | 2006-05-09 | 1 | -53/+1 |
| | | | | | | memory management (bzr r788) | ||||
| * | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 2006-05-09 | 1 | -64/+64 |
| | | | | (bzr r787) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1289 |
| (bzr r1) | |||||
