| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -16/+16 |
| | | | | | | 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 | -2/+3 |
| | | | | | | | - 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 | -8/+8 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | Fixed LPE crash with unitialized pointer | Jon A. Cruz | 2008-04-03 | 1 | -11/+5 |
| | | | | (bzr r5318) | ||||
| * | - Created a SPLPEItem class that handles applying a LPE to an Item | Bastien Bouclet | 2008-03-28 | 1 | -184/+7 |
| | | | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -2/+2 |
| | | | | (bzr r5149) | ||||
| * | comment fix | bulia byak | 2008-02-25 | 1 | -1/+3 |
| | | | | (bzr r4846) | ||||
| * | avoid dangerous equality comparison on doubles; remove useless asserts that ↵ | bulia byak | 2008-02-06 | 1 | -15/+13 |
| | | | | | | were basically checking the results of system atan2 (bzr r4663) | ||||
| * | + Fix bug #179840, forking of LPEs | Johan B. C. Engelen | 2008-01-02 | 1 | -0/+20 |
| | | | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367) | ||||
| * | 1) solve bug #177995 | Diederik van Lierop | 2007-12-22 | 1 | -29/+23 |
| | | | | | | 2) don't look for nearby intersections when doing a constrained snap (bzr r4275) | ||||
| * | Solve crash on assert (see bugs #173555 and #173568 in launchpad) | Diederik van Lierop | 2007-12-03 | 1 | -6/+3 |
| | | | | (bzr r4162) | ||||
| * | Fix compile. Don't #include .cpp files! | Johan B. C. Engelen | 2007-12-02 | 1 | -2/+2 |
| | | | | (bzr r4157) | ||||
| * | only snap to non-smooth nodes, 2nd try. Hopefully this one is more robust | Diederik van Lierop | 2007-12-02 | 1 | -24/+37 |
| | | | | (bzr r4153) | ||||
| * | Fix Bug #172582 crash when dragging line with mouse | Johan B. C. Engelen | 2007-11-28 | 1 | -7/+7 |
| | | | | (bzr r4142) | ||||
| * | use size_t for comparison with strlen() to be more portable | Bob Jamison | 2007-11-27 | 1 | -1/+1 |
| | | | | (bzr r4140) | ||||
| * | Don't snap the smooth nodes of a path | Diederik van Lierop | 2007-11-26 | 1 | -4/+20 |
| | | | | (bzr r4137) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -3/+3 |
| | | | | (bzr r4043) | ||||
| * | LPE: implement 'edit next LPE parameter'. Accessible through key '7'. | Johan B. C. Engelen | 2007-10-28 | 1 | -0/+8 |
| | | | | (bzr r3968) | ||||
| * | fix pasting of LPE's across multiple document; plus a number of small fixes. | Johan B. C. Engelen | 2007-09-14 | 1 | -1/+9 |
| | | | | (bzr r3745) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -3/+3 |
| | | | | (bzr r3706) | ||||
| * | Preserve paint styles with multiple components | Jon A. Cruz | 2007-09-06 | 1 | -1/+1 |
| | | | | (bzr r3696) | ||||
| * | store and properly disconnect lpe modified connection | bulia byak | 2007-09-06 | 1 | -3/+9 |
| | | | | (bzr r3693) | ||||
| * | * Fixed path-along-path with correct filling now! (2geom fix) | Johan B. C. Engelen | 2007-08-19 | 1 | -7/+5 |
| | | | | | | * sp_shape_update_effect is now called much less than before. (bzr r3524) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -5/+174 |
| | | | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | ||||
| * | Don't return too much snappoints | Diederik van Lierop | 2007-05-30 | 1 | -0/+5 |
| | | | | (bzr r3045) | ||||
| * | Fix bug #1077600 -> correct mirroring and no drifting of origin | Diederik van Lierop | 2007-04-30 | 1 | -4/+0 |
| | | | | (bzr r2971) | ||||
| * | Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX ↵ | Diederik van Lierop | 2007-04-08 | 1 | -0/+1 |
| | | | | | | or GEOMETRIC_BBOX (bzr r2833) | ||||
| * | implement GEOMETRIC_BBOX | bulia byak | 2007-04-06 | 1 | -29/+31 |
| | | | | (bzr r2823) | ||||
| * | add a snappoint at the rotation-axis of any shape | Diederik van Lierop | 2007-03-30 | 1 | -0/+4 |
| | | | | (bzr r2788) | ||||
| * | Selector tool shouldn't snap to path nodes, see Bulia's comment in bug #1589436 | Diederik van Lierop | 2007-03-26 | 1 | -4/+4 |
| | | | | (bzr r2767) | ||||
| * | adapt code to new Maybe/bbox regime | MenTaLguY | 2007-03-04 | 1 | -4/+8 |
| | | | | (bzr r2538) | ||||
| * | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 2007-03-04 | 1 | -2/+2 |
| | | | | | | rect handling, though) (bzr r2536) | ||||
| * | Renaming sp-marker.* to marker.* | Bryce Harrington | 2006-12-06 | 1 | -1/+1 |
| | | | | (bzr r2077) | ||||
| * | Cleanup work for markers - adding some documentation to areas of code | Bryce Harrington | 2006-11-18 | 1 | -4/+0 |
| | | | | | | dealing with markers, and removing some marker debug stuff. (bzr r1987) | ||||
| * | switch to sigc++ SPObject signals for SPShape | MenTaLguY | 2006-07-28 | 1 | -9/+33 |
| | | | | (bzr r1495) | ||||
| * | Documentation | Bryce Harrington | 2006-05-29 | 1 | -22/+120 |
| | | | | (bzr r1075) | ||||
| * | export markers API | bulia byak | 2006-05-26 | 1 | -6/+4 |
| | | | | (bzr r1012) | ||||
| * | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 2006-05-09 | 1 | -10/+10 |
| | | | | (bzr r787) | ||||
| * | now sp_item_invoke_bbox_full does union of the item's bbox (after clippath ↵ | bulia byak | 2006-04-05 | 1 | -4/+2 |
| | | | | | | cropping) with the box passed as parameter, instead of subclass bbox methods as before; this fixes a bug with bbox of a group containig a clipped item (bzr r430) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+919 |
| (bzr r1) | |||||
