Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / nodepath.cpp
2009-11-29 Ted GouldUpdating to current trunk
2009-08-23 buliabyakfix half-smooth nodes updating when next to a line...
2009-08-21 buliabyakfix 379817
2009-08-13 buliabyakfix 304018
2009-08-13 buliabyakfix pulling out second handle when the segment was...
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-07-18 dvlierop2Make the snap delay mechanism easier to implement for...
2009-06-10 buliabyakdisable helperpath flashing for texts but enable it...
2009-04-07 dvlierop2Fix bug #356743
2009-03-29 dvlierop2- Move snap delay mechanism to the event context (used...
2009-03-19 johanengelenchange color of LPE helperpaths in nodetool
2009-03-19 johanengelentidy up SPObjects that must always be LivePathEffectObjects
2009-03-15 dvlierop2Implement constrained snapping when dragging the positi...
2009-03-09 dvlierop2Fix #338838, in which zooming and panning with the...
2009-03-05 johanengelengenerate flash helper path in node tool for all shapes...
2009-03-05 joncruzControl when shift affects moving of handles. Applies...
2009-03-03 johanengelenadd mouse-over helperpath for rects
2009-03-03 johanengelenimprove helperpath generation on mouse-over
2009-02-20 dvlierop2The snap indicator's tooltip now displays "A to B"...
2009-01-25 dvlierop2- The snap-delay mechanism should now be more robust...
2008-12-14 speleo3fixed part 2 of bug #168372
2008-12-11 speleo3fixed snapping of handles (broken since rev 20247)
2008-12-10 johanengelennodepath: use 2geom bezier fitting (is copy of inkscape's)
2008-11-26 dvlierop2When snapping only the closest node, draw an indicator...
2008-11-24 dvlierop2Add an option to the preferences to _only_ snap the...
2008-11-23 dvlierop21) Improve the way the distance to the pointer is taken...
2008-11-21 Ted GouldMerge from fe-moved
2008-10-31 Ted GouldMerge from trunk
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-09-18 cilix42Next roud of NR ==> Geom conversion
2008-09-18 cilix42Some NR::Point ==> Geom::Point replacements
2008-09-13 johanengelenfix UI node counting
2008-09-13 johanengelentry to fix bug 257289
2008-09-11 johanengelenconvert almost all libnrtype to Geom::
2008-09-08 cilix422geom update (rev. 1578); fixes node editing of some...
2008-09-01 buliabyakI don't have this function, must be a recent addition...
2008-09-01 joncruzFixed missing return of value and misc return cleanup...
2008-08-28 dvlierop2Modify the parameters required for setting up the SnapM...
2008-08-22 cilix42Hopefully fix for the recently experienced crashes...
2008-08-18 cilix42Attempt to fix crashes in geometry tool which I don...
2008-08-18 cilix42Remove debugging messages
2008-08-18 cilix42Add a ShapeEditor to LPEToolContext which allows us...
2008-08-14 cilix42Get rid of a whole bunch of further instances of SP_ACT...
2008-08-13 cilix42Get rid of sp_nodepath_current() and a few instances...
2008-08-11 dvlierop2Move all of the snapper code to 2geom
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-08-04 johanengelenNR:: => Geom:: for much of src/ui and src/widgets
2008-08-03 johanengelenhopefully fixed last error in nodepath...
2008-08-02 johanengelenremove code duplicate
2008-08-02 johanengelenclean up and revert recent change to nodepath that...
2008-08-02 johanengelenfix error in nodepath
2008-08-02 johanengelenconvert path to only linear and cubic segments when...
2008-08-01 johanengelenchange knot.h to Geom::Point only instead of NR::Point.
2008-08-01 buliabyakfix error in creating nodepath from pathvector
2008-07-29 cilix42Remove debugging messages
2008-07-29 cilix42Update helperpaths live also when any of the item's...
2008-07-29 cilix42slightly increase legibility
2008-07-29 cilix42cleanup
2008-07-29 cilix42Update helperpaths when a nodepath's item is updated...
2008-07-29 cilix42Along with nodepath also create/destroy the helperpaths...
2008-07-29 cilix42Refactor some code in nodepath.cpp (eliminate duplicate...
2008-07-25 johanengelenpurge livarot stuff from nodepath
2008-07-25 johanengelenin node tool to select a segment of a path, use 2geom...
2008-07-25 johanengelenwhen doubleclicking a nodepath to create new knot,...
2008-07-25 johanengelenupdate to 2geom rev. 1507
2008-07-21 dvlierop2Disable snapping when holding the shift-key while dragg...
2008-07-20 johanengelenoptimize nodepath editing of lpe pathparam's a bit.
2008-07-17 johanengelenconvert all SPCurve's points and matrices arguments...
2008-07-14 johanengelencomplete 2geomifying subpath adding in nodepath
2008-07-14 cilix42Enable simultaneous knotholder and nodepath
2008-07-13 johanengelensmall code cleanup using newly discovered 2geom method :)
2008-07-13 johanengelenif the closing line segment has zero length, don't...
2008-07-13 johanengelen2geomify generation of nodetool's nodepath. have done...
2008-07-12 johanengelenfix proper type for type array when initializing nodepath
2008-07-11 johanengelenapply patch by Stefaan, fixes bug #168589
2008-06-26 johanengelendon't use splivarot to get livarot path, use livarot...
2008-06-26 johanengelendon't use splivarot to get livarot path, just use LoadP...
2008-06-22 johanengelenread PathVector instead of NArtBpath
2008-06-18 cilix42Display helper grid for LPELattice; automatically add...
2008-06-18 cilix42Separate version of sp_nodepath_generate_helperpath...
2008-06-16 cilix42Second step: try to make helper curves respond faster...
2008-06-16 cilix42First step towards making helper paths for LPE items...
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-06-06 johanengelenfor nodepath, start using 2geompath for svg_write:...
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
2008-05-30 johanengelenLPE STACKING!
2008-05-21 dvlierop2- Use constrainedSnap() instead of freeSnap() if we...
2008-05-12 dvlierop2Add a centralized check (i.e. in the snapper mechanism...
2008-05-09 johanengelencomplete adding const to have only NArtBpath const...
2008-05-09 johanengelen- try to use more forward declarations for less depende...
2008-05-07 buliabyakfix bug when editing endnodes
2008-05-05 johanengelenstruct SPCurve => class SPCurve
2008-04-30 dvlierop2- Major refactoring of snapping related code...
2008-04-14 johanengelenwhitespace + comment
2008-04-14 buliabyakshift+s converts node to half-smooth first if adjacent...
2008-04-12 buliabyakwith ctrl, snap handles also to the direction of the...
2008-04-10 buliabyakmake handle length/angle display immediate
next