| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disabled unfinished connection point edit mode. Added ↵ | Arcadie M. Cracan | 2010-02-21 | 1 | -0/+2 |
| | | | | | | inkscape:connection-start-point, inkscape:connection-end-point attributes for connector endpoints. This corrects the previous approach making drawings created in 0.48 version compatible with earlier versions (new attributes are silently ignored). (bzr r9103.1.1) | ||||
| * | Make curvature work again by fixing a minor omission | Arcadie M. Cracan | 2009-12-04 | 1 | -0/+1 |
| | | | | (bzr r8858.1.1) | ||||
| * | work on the lpe group undo bug. it's not solved, but i think LPE code does ↵ | Johan B. C. Engelen | 2009-11-23 | 1 | -0/+10 |
| | | | | | | everything correct now. I think now it's the interplay between undo-system and LPE that bugs. (bzr r8839) | ||||
| * | Patch by Johan to fix 391368 | Josh Andler | 2009-10-07 | 1 | -4/+4 |
| | | | | (bzr r8739) | ||||
| * | fix bug #377958: don't write inkscape:path-effect to plain svg | Johan B. C. Engelen | 2009-08-26 | 1 | -7/+9 |
| | | | | (bzr r8540) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | fix broken rendering of paths with unknown LPEs, fix rendering of paths in a ↵ | Johan B. C. Engelen | 2009-05-14 | 1 | -1/+1 |
| | | | | | | | | group with an LPE. (this is related to r20988 and r21013) (bzr r7880) | ||||
| * | revert part of 20988 to fix rendering of LPE on groups | bulia byak | 2009-03-29 | 1 | -1/+1 |
| | | | | (bzr r7588) | ||||
| * | we cannot rely on LPE attributes being properly parsed by the time we read ↵ | bulia byak | 2009-03-28 | 1 | -2/+0 |
| | | | | | | d=; this fixes the undo after a LPE is set or pasted and seems to have no ill effect otherwise (report to me if you find anything suspicious) (bzr r7580) | ||||
| * | add lpe names to path description | bulia byak | 2009-03-27 | 1 | -3/+23 |
| | | | | (bzr r7576) | ||||
| * | do not transform, display, reverse, node-edit, or remove LPE if LPE stack is ↵ | bulia byak | 2009-03-26 | 1 | -5/+8 |
| | | | | | | disabled by an invalid or unsupported effect in it (bzr r7567) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -7/+17 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -20/+19 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -26/+28 |
| | | | | (bzr r6884) | ||||
| * | Move single-dot-creation function to a better location (and rename it ↵ | Maximilian Albert | 2008-09-01 | 1 | -60/+0 |
| | | | | | | accordingly) (bzr r6746) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -4/+3 |
| | | | | (bzr r6593) | ||||
| * | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 2008-08-05 | 1 | -3/+2 |
| | | | | (bzr r6564) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -2/+0 |
| | | | | (bzr r6540) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| | | | | (bzr r6416) | ||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -2/+2 |
| | | | | (bzr r6339) | ||||
| * | try to use consistent document for creating guides | MenTaLguY | 2008-07-07 | 1 | -2/+1 |
| | | | | (bzr r6212) | ||||
| * | convert a path to guides using 2geom calls | Johan B. C. Engelen | 2008-07-04 | 1 | -18/+16 |
| | | | | (bzr r6157) | ||||
| * | read PathVector instead of NArtBpath | Johan B. C. Engelen | 2008-06-22 | 1 | -4/+5 |
| | | | | (bzr r6022) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+2 |
| | | | | (bzr r5915) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -4/+3 |
| | | | | (bzr r5884) | ||||
| * | for sppath, use 2geompath for svg_write: ↵ | Johan B. C. Engelen | 2008-06-06 | 1 | -24/+9 |
| | | | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5845) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -11/+6 |
| | | | | (bzr r5823) | ||||
| * | optimization: don't copy SPCurve when transforming it, do this in place | bulia byak | 2008-06-05 | 1 | -11/+5 |
| | | | | (bzr r5819) | ||||
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 1 | -1/+1 |
| | | | | | | (many thanks to the french students who made this.) (bzr r5766) | ||||
| * | noop: correct spelling in comment | Maximilian Albert | 2008-05-18 | 1 | -3/+3 |
| | | | | (bzr r5697) | ||||
| * | Fix LPE for groups bounding box calculation by using the SPItem->getBounds ↵ | Bastien Bouclet | 2008-05-17 | 1 | -1/+2 |
| | | | | | | | | method. Some preliminary work for LPE stacking. (bzr r5683) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -1/+1 |
| | | | | | | 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/+2 |
| | | | | | | | - 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 | -17/+17 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | - Created a SPLPEItem class that handles applying a LPE to an Item | Bastien Bouclet | 2008-03-28 | 1 | -8/+9 |
| | | | | | | | - 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 | -17/+11 |
| | | | | (bzr r5149) | ||||
| * | Don't group dot creation with pen-/pencil-specific operations in undo history | Maximilian Albert | 2008-01-27 | 1 | -3/+1 |
| | | | | (bzr r4603) | ||||
| * | Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used ↵ | Maximilian Albert | 2008-01-20 | 1 | -2/+9 |
| | | | | | | for randomness, Shift doubles dot size; clearer preferences labels (bzr r4568) | ||||
| * | Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵ | Maximilian Albert | 2008-01-19 | 1 | -0/+64 |
| | | | | | | with current stroke color (and unset stroke); add preferences settings for dot radius and status bar messages; Shift+Ctrl+click varies the radius slightly (bzr r4563) | ||||
| * | Add option in Preferences to keep objects after conversion to guides | Maximilian Albert | 2008-01-16 | 1 | -2/+0 |
| | | | | (bzr r4514) | ||||
| * | Make path segments convertable to guides, too | Maximilian Albert | 2008-01-16 | 1 | -0/+36 |
| | | | | (bzr r4503) | ||||
| * | + Fix bug #179840, forking of LPEs | Johan B. C. Engelen | 2008-01-02 | 1 | -0/+3 |
| | | | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367) | ||||
| * | Fix LP bug #179328 | Johan B. C. Engelen | 2008-01-02 | 1 | -0/+14 |
| | | | | (bzr r4365) | ||||
| * | add path effect indication to the description | bulia byak | 2007-09-05 | 1 | -2/+7 |
| | | | | (bzr r3690) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -27/+160 |
| | | | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -1/+4 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | Applied patch #1501709 | Jon A. Cruz | 2006-06-07 | 1 | -3/+1 |
| | | | | (bzr r1176) | ||||
| * | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 2006-05-09 | 1 | -2/+2 |
| | | | | (bzr r787) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+325 |
| (bzr r1) | |||||
