| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Snap to page corners too (you won't notice the difference yet because it ↵ | Diederik van Lierop | 2008-07-24 | 1 | -24/+33 |
| | | | | | | will snap to the page's sides instead as these are always closer) (bzr r6414) | ||||
| * | Implement snapping of clipping paths and masks | Diederik van Lierop | 2008-07-21 | 1 | -39/+108 |
| | | | | (bzr r6386) | ||||
| * | remove all old nartbpath code from SPCurve!!! (in other words, ↵ | Johan B. C. Engelen | 2008-07-16 | 1 | -1/+1 |
| | | | | | | lib2geomification of SPCurve complete) (bzr r6330) | ||||
| * | 2geomify SPCurve::new_from_rect | Johan B. C. Engelen | 2008-07-08 | 1 | -2/+4 |
| | | | | (bzr r6235) | ||||
| * | create pathvector_for_curve method. | Johan B. C. Engelen | 2008-07-04 | 1 | -1/+1 |
| | | | | (bzr r6160) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| | | | | (bzr r5915) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -6/+2 |
| | | | | | | 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 | -8/+28 |
| | | | | | | | - 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) | ||||
| * | A little bit of refactoring of constrained object snapping | Diederik van Lierop | 2008-05-08 | 1 | -9/+12 |
| | | | | (bzr r5635) | ||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -3/+3 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | Next steps in implementing the snapping indicator | Diederik van Lierop | 2008-05-04 | 1 | -4/+4 |
| | | | | (bzr r5600) | ||||
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -59/+53 |
| | | | | | | - Enabling snap indicator for all remaining tools (bzr r5556) | ||||
| * | replace text strings by ints for tools/bounding_box | bulia byak | 2008-04-17 | 1 | -4/+6 |
| | | | | (bzr r5459) | ||||
| * | move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.* | Johan B. C. Engelen | 2008-04-13 | 1 | -1/+1 |
| | | | | (bzr r5427) | ||||
| * | Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a ↵ | Diederik van Lierop | 2008-04-11 | 1 | -5/+5 |
| | | | | | | std::list in four different places. Now this is handled in only one place (bzr r5407) | ||||
| * | Fix two bugs in the object snapper | Diederik van Lierop | 2008-03-15 | 1 | -31/+33 |
| | | | | (bzr r5099) | ||||
| * | Fixed initialization order | Jon A. Cruz | 2008-03-12 | 1 | -2/+2 |
| | | | | (bzr r5060) | ||||
| * | Snap to page border | Diederik van Lierop | 2008-03-12 | 1 | -14/+38 |
| | | | | (bzr r5059) | ||||
| * | Node tool: snap to paths and their nodes, incl. to the path currently being ↵ | Diederik van Lierop | 2008-03-08 | 1 | -36/+127 |
| | | | | | | edited (bzr r4989) | ||||
| * | Don't crash when the original of an SPUse can't be found. This sort of fixes ↵ | Maximilian Albert | 2008-02-22 | 1 | -0/+2 |
| | | | | | | LP 185734, but maybe further action would be appropriate (e.g., should we remove orphaned items from the xml tree in the first place?). (bzr r4821) | ||||
| * | Move 'bounding box' option up one level (from Selector to Tools page in ↵ | Maximilian Albert | 2008-01-16 | 1 | -2/+2 |
| | | | | | | Preferences) since it applies more globally than just in the Selector tool (see discussion on the mailing list) (bzr r4513) | ||||
| * | Fix LP #181020: When snapping a guide, now only the part of the guide near ↵ | Diederik van Lierop | 2008-01-08 | 1 | -48/+68 |
| | | | | | | the pointer is considered (bzr r4435) | ||||
| * | 1) fix snapping while scaling | Diederik van Lierop | 2008-01-03 | 1 | -15/+16 |
| | | | | | | | | 2) fix constrained snapping 3) improve snapping logic (again), or more specifically: better obey "always snap" 4) refactoring to reduce risk of bugs: renaming variables and methods for better readability, adding class members instead of using std::pairs, etc. (bzr r4379) | ||||
| * | Snapping a guide to nodes (while dragging it across the canvas) now also ↵ | Diederik van Lierop | 2007-12-27 | 1 | -29/+65 |
| | | | | | | works for angled guides (bzr r4321) | ||||
| * | 1) Fix bug #178312 | Diederik van Lierop | 2007-12-27 | 1 | -83/+191 |
| | | | | | | 2) Fix constrained snapping to objects (bzr r4314) | ||||
| * | Toggle snapping for each grid individually | Diederik van Lierop | 2007-12-12 | 1 | -1/+1 |
| | | | | (bzr r4219) | ||||
| * | Snap to intersections of line segments | Diederik van Lierop | 2007-11-14 | 1 | -30/+39 |
| | | | | (bzr r4082) | ||||
| * | Improve the user interaction for snapping of bounding boxes, and add an new ↵ | Diederik van Lierop | 2007-11-05 | 1 | -1/+0 |
| | | | | | | tab in document properties for detailed snapping options (bzr r4033) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 1 | -84/+84 |
| | | | | (bzr r4025) | ||||
| * | Oops, don't use tabs! (replace tabs by 4 spaces) | Diederik van Lierop | 2007-11-03 | 1 | -199/+199 |
| | | | | (bzr r4020) | ||||
| * | Groundwork to snap to intersections, e.g. intersections of gridlines with ↵ | Diederik van Lierop | 2007-11-03 | 1 | -22/+32 |
| | | | | | | guidelines, and of objects with other objects. The snappers used to return only SnappedPoints, but now also SnappedLines and SnappedInfiniteLines can be returned. SnappedPaths will be implemented later. (bzr r4016) | ||||
| * | avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cpp | Diederik van Lierop | 2007-09-15 | 1 | -43/+18 |
| | | | | (bzr r3752) | ||||
| * | Inkscape becomes unusable when trying to snap to the path of a traced bitmap ↵ | Diederik van Lierop | 2007-09-10 | 1 | -3/+27 |
| | | | | | | or a text paragraph. Make it usable again by not snapping to text longer than 240 chars or paths containing more than 500 nodes. Snapping to more than one of such objects will still be very slow. (bzr r3716) | ||||
| * | Fixing my own bug... Object snapper now snaps again... | Diederik van Lierop | 2007-09-08 | 1 | -40/+42 |
| | | | | (bzr r3703) | ||||
| * | Improving the performance of the object snapper | Diederik van Lierop | 2007-09-05 | 1 | -182/+238 |
| | | | | (bzr r3689) | ||||
| * | Whoops, put check on empty rect back in! Maybe no one noticed ;-) | Diederik van Lierop | 2007-08-28 | 1 | -9/+10 |
| | | | | (bzr r3604) | ||||
| * | Implement snapping of guides while dragging them, and snap TO item centers ↵ | Diederik van Lierop | 2007-08-28 | 1 | -10/+61 |
| | | | | | | (we only had snapping FROM item centers so far) (bzr r3603) | ||||
| * | Rearrange snapping preferences, put distinction between paths and nodes back ↵ | Diederik van Lierop | 2007-08-03 | 1 | -11/+11 |
| | | | | | | in, and a bit of refactoring (bzr r3361) | ||||
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 1 | -43/+73 |
| | | | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331) | ||||
| * | Add 2 new object snapping modes: bbox to bbox, and nodes to bbox | Diederik van Lierop | 2007-07-25 | 1 | -35/+73 |
| | | | | (bzr r3298) | ||||
| * | implementing snapping to images | Diederik van Lierop | 2007-06-26 | 1 | -18/+26 |
| | | | | (bzr r3110) | ||||
| * | Implement object-snapping for clones (see bug #1511260) | Diederik van Lierop | 2007-05-16 | 1 | -8/+28 |
| | | | | (bzr r3018) | ||||
| * | Improve readability and remove some unused code | Diederik van Lierop | 2007-04-19 | 1 | -2/+2 |
| | | | | (bzr r2930) | ||||
| * | Improve snapper performance (mainly in by editting WillSnapSomething()) | Diederik van Lierop | 2007-04-17 | 1 | -19/+30 |
| | | | | (bzr r2917) | ||||
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -2/+2 |
| | | | | (bzr r2596) | ||||
| * | redo NR::Maybe to be less clever | MenTaLguY | 2007-03-04 | 1 | -1/+1 |
| | | | | (bzr r2532) | ||||
| * | make conversions away from NR::Maybe explicit | MenTaLguY | 2007-03-04 | 1 | -1/+1 |
| | | | | (bzr r2530) | ||||
| * | Applied patch #1503864 | Jon A. Cruz | 2006-06-11 | 1 | -7/+12 |
| | | | | (bzr r1202) | ||||
| * | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 2006-05-09 | 1 | -2/+2 |
| | | | | (bzr r787) | ||||
| * | Various snapping cleanups and bug fixes. | Carl Hetherington | 2006-05-05 | 1 | -1/+1 |
| | | | | (bzr r734) | ||||
