| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prevent a redundant closing line segment being added when converting | Krzysztof Kosi??ski | 2010-02-10 | 1 | -2/+1 |
| | | | | | | a rectangle, star or polygon to a path. (bzr r9076) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -24/+19 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | 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) | ||||
| * | add mouse-over helperpath for rects | Johan B. C. Engelen | 2009-03-03 | 1 | -0/+9 |
| | | | | (bzr r7407) | ||||
| * | More accurate wording in snap tooltips | Diederik van Lierop | 2009-02-27 | 1 | -1/+1 |
| | | | | (bzr r7388) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -11/+16 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | fix percentage coordinates for rect and line. ↵ | Johan B. C. Engelen | 2009-01-25 | 1 | -3/+2 |
| | | | | | | (svgtestsuite-1.1/coords-units-02-b.svg) (bzr r7169) | ||||
| * | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 2009-01-18 | 1 | -10/+22 |
| | | | | | | | | - Snap to the midpoint of paths and bbox edges - Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar PS: icons.svg has been modified, so use "make install" if needed (bzr r7144) | ||||
| * | Snap from/to midpoints of a rectangle (SPRect) | Diederik van Lierop | 2009-01-11 | 1 | -6/+18 |
| | | | | (bzr r7109) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2008-12-05 | 1 | -6/+4 |
| | | | | (bzr r6947) | ||||
| * | NR -> 2geom some headers in src/ | Joshua L. Blocher | 2008-12-04 | 1 | -33/+33 |
| | | | | (bzr r6935) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -4/+5 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -7/+7 |
| | | | | (bzr r6884) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -2/+2 |
| | | | | (bzr r6593) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -4/+4 |
| | | | | (bzr r6513) | ||||
| * | replace matrix division code. | Johan B. C. Engelen | 2008-08-01 | 1 | -3/+3 |
| | | | | (bzr r6512) | ||||
| * | try to use consistent document for creating guides | MenTaLguY | 2008-07-07 | 1 | -4/+2 |
| | | | | (bzr r6212) | ||||
| * | 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) | ||||
| * | 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) | ||||
| * | remove antediluvian cruft | bulia byak | 2008-04-07 | 1 | -15/+0 |
| | | | | (bzr r5363) | ||||
| * | revert last change: svg spec says that even one zero dimension suppresses ↵ | bulia byak | 2008-04-07 | 1 | -1/+1 |
| | | | | | | rendering, so this change will need to wait until we switch SPRect to using path (bzr r5362) | ||||
| * | allow a rect with only one dimension == 0 to have curve | bulia byak | 2008-04-07 | 1 | -1/+1 |
| | | | | (bzr r5361) | ||||
| * | fix-render-of-zero-dimension-rects | bulia byak | 2008-02-25 | 1 | -1/+4 |
| | | | | (bzr r4848) | ||||
| * | Add option in Preferences to keep objects after conversion to guides | Maximilian Albert | 2008-01-16 | 1 | -2/+0 |
| | | | | (bzr r4514) | ||||
| * | Slightly more 'object-oriented' way to invoke item-specific ↵ | Maximilian Albert | 2008-01-15 | 1 | -5/+5 |
| | | | | | | conversion-to-guides methods (bzr r4499) | ||||
| * | Use visual/geometric bbox (as specified in Selector tool preferences) when ↵ | Maximilian Albert | 2008-01-13 | 1 | -0/+6 |
| | | | | | | converting to guidelines. Also, provide options to convert rectangles and 3D boxes using their bbox, too (i.e., disregarding their true shapes). (bzr r4477) | ||||
| * | Add possibility to convert objects (only rectangles and 3D boxes currently) ↵ | Maximilian Albert | 2008-01-11 | 1 | -0/+27 |
| | | | | | | to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase. (bzr r4462) | ||||
| * | remove debug | bulia byak | 2007-12-16 | 1 | -1/+0 |
| | | | | (bzr r4235) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -0/+1 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -1/+1 |
| | | | | (bzr r4043) | ||||
| * | Only snap the real corners of a rectangle, not the start and end points of ↵ | Diederik van Lierop | 2007-06-13 | 1 | -0/+27 |
| | | | | | | each rounded corener (bzr r3059) | ||||
| * | continue switching sp_repr_new* over to XML::Document::create* | Aaron Spike | 2007-01-22 | 1 | -1/+3 |
| | | | | (bzr r2257) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -2/+2 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -2/+2 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+561 |
| (bzr r1) | |||||
