summaryrefslogtreecommitdiffstats
path: root/src/nodepath.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #356743Diederik van Lierop2009-04-071-1/+1
| | | (bzr r7662)
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-2/+2
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)
* change color of LPE helperpaths in nodetoolJohan B. C. Engelen2009-03-191-10/+7
| | | (bzr r7527)
* tidy up SPObjects that must always be LivePathEffectObjectsJohan B. C. Engelen2009-03-191-1/+7
| | | (bzr r7526)
* Implement constrained snapping when dragging the position and size handles ↵Diederik van Lierop2009-03-151-2/+2
| | | | | of a rectangle in the node tool, with the ctrl-key being pressed. (bzr r7497)
* Fix #338838, in which zooming and panning with the middle mouse button made ↵Diederik van Lierop2009-03-091-2/+2
| | | | | Inkscape inrespronsive (bzr r7461)
* generate flash helper path in node tool for all shapes and simple text objectsJohan B. C. Engelen2009-03-051-4/+6
| | | (bzr r7428)
* Control when shift affects moving of handles. Applies patch from bug #245698.Jon A. Cruz2009-03-051-2/+2
| | | (bzr r7421)
* add mouse-over helperpath for rectsJohan B. C. Engelen2009-03-031-0/+4
| | | (bzr r7407)
* improve helperpath generation on mouse-overJohan B. C. Engelen2009-03-031-22/+24
| | | (bzr r7406)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-7/+9
| | | | | displayed "B". (bzr r7335)
* - The snap-delay mechanism should now be more robust. From now on, it must ↵Diederik van Lierop2009-01-251-45/+47
| | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172)
* fixed part 2 of bug #168372Thomas Holder2008-12-141-0/+3
| | | (bzr r7006)
* fixed snapping of handles (broken since rev 20247)Thomas Holder2008-12-111-5/+6
| | | (bzr r6987)
* nodepath: use 2geom bezier fitting (is copy of inkscape's)Johan B. C. Engelen2008-12-101-2/+2
| | | (bzr r6982)
* When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop2008-11-261-4/+4
| | | (bzr r6903)
* Add an option to the preferences to _only_ snap the node closest to the ↵Diederik van Lierop2008-11-241-18/+39
| | | | | mouse pointer (bzr r6899)
* 1) Improve the way the distance to the pointer is taken into account when ↵Diederik van Lierop2008-11-231-10/+19
| | | | | | | | finding the best snap 2) Use this distance also when snapping nodes in the path editor 3) Add a slider in the preferences dialog to control the weighing of this distance (bzr r6895)
* Merge from fe-movedTed Gould2008-11-211-75/+81
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-311-5/+4
| | | (bzr r6887)
* From trunkTed Gould2008-10-271-59/+146
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-22/+34
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-108/+108
| | | (bzr r6839)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-71/+71
| | | (bzr r6835)
* fix UI node countingJohan B. C. Engelen2008-09-131-1/+1
| | | (bzr r6804)
* try to fix bug 257289Johan B. C. Engelen2008-09-131-1/+2
| | | (bzr r6802)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-1/+1
| | | (bzr r6793)
* 2geom update (rev. 1578); fixes node editing of some degenerate pathsMaximilian Albert2008-09-081-6/+14
| | | (bzr r6784)
* I don't have this function, must be a recent addition to glib? replaced by a ↵bulia byak2008-09-011-1/+1
| | | | | more standard one (bzr r6749)
* Fixed missing return of value and misc return cleanup. Should be the proper ↵Jon A. Cruz2008-09-011-129/+150
| | | | | fix for the prior problems here. (bzr r6745)
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-281-2/+2
| | | (bzr r6722)
* Hopefully fix for the recently experienced crashes when building with -O2. I ↵Maximilian Albert2008-08-221-2/+16
| | | | | don't understand why it works, please have a look at this yourself (also see post on the mailing list). (bzr r6708)
* Attempt to fix crashes in geometry tool which I don't see :-/Maximilian Albert2008-08-181-1/+1
| | | (bzr r6699)
* Remove debugging messagesMaximilian Albert2008-08-181-4/+0
| | | (bzr r6689)
* Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ↵Maximilian Albert2008-08-181-2/+24
| | | | | selections doesn't work right yet; changing the cursor would also be nice) (bzr r6656)
* Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where ↵Maximilian Albert2008-08-141-2/+2
| | | | | the desktop is readily available in the calling function) (bzr r6629)
* Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ↵Maximilian Albert2008-08-131-29/+7
| | | | | passing in the current desktop and nodepath from the caller (bzr r6615)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-10/+12
| | | (bzr r6606)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-14/+14
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-3/+3
| | | (bzr r6569)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-9/+9
| | | (bzr r6561)
* hopefully fixed last error in nodepath...Johan B. C. Engelen2008-08-031-1/+3
| | | (bzr r6539)
* remove code duplicateJohan B. C. Engelen2008-08-021-31/+2
| | | (bzr r6535)
* clean up and revert recent change to nodepath that broke thingsJohan B. C. Engelen2008-08-021-34/+18
| | | (bzr r6534)
* fix error in nodepathJohan B. C. Engelen2008-08-021-1/+1
| | | (bzr r6533)
* convert path to only linear and cubic segments when nodeediting. prevents ↵Johan B. C. Engelen2008-08-021-5/+35
| | | | | crashing for example for paths with arcs in them (bzr r6531)
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-11/+11
| | | (bzr r6511)
* fix error in creating nodepath from pathvectorbulia byak2008-08-011-1/+1
| | | (bzr r6494)
* Remove debugging messagesMaximilian Albert2008-07-291-20/+0
| | | (bzr r6459)
* Update helperpaths live also when any of the item's LPEs is modifiedMaximilian Albert2008-07-291-2/+3
| | | (bzr r6456)