Code

Move all of the snapper code to 2geom
[inkscape.git] / src / nodepath.cpp
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
2008-04-10 buliabyakfix bug: extra node added when joining two-node subpath...
2008-04-07 dvlierop2Refactor snapper and snapindicator (in order to enable...
2008-04-01 buliabyakmove helper path to the bottom so it doesnt get in...
2008-03-30 johncoswellFactor out join endpoints validation & initialization...
2008-03-28 bgk- Created a SPLPEItem class that handles applying a...
2008-03-08 dvlierop2Node tool: snap to paths and their nodes, incl. to...
2008-03-06 johanengelenadd preferences for path flashing on mouseover
2008-03-04 johanengelensnapindicator for nodehandle editing. buggy when doing...
2008-03-04 johanengelenShow snapindicator in nodetool :-)
2008-02-27 johanengelenfix initialization of nodehelperpath showing
2008-02-23 johanengelen* on-canvas clip and mask editing :) in the object...
2008-01-31 bryceApplying fixes for gcc 4.3 build issues (closes LP...
2008-01-02 jiho-sffix for gcc 3.3 by John Faith. https://bugs.launchpad...
2008-01-02 johanengelenfix typo notepath => nodepath
2007-12-05 cilix42Add entry fields for x/y coordinates of selected nodes...
2007-12-02 johanengelenFix compile. Don't #include .cpp files!
2007-11-21 buliabyakpatch 1833571: better handle calculation for nodes...
2007-11-04 joncruzWarning cleanup
2007-11-03 johanengelenmake setup_notepath function for LPE's and LPE parameters.
2007-10-30 johanengelenLPE: implement NEW path-along-path effect, i think...
2007-10-20 johanengelenLPE: add on-canvas editing of path parameters!
2007-08-29 dvlierop2Don't snap node handles to the parent path, plus a...
2007-08-14 johanengelenCommit LivePathEffect branch to trunk!
2007-07-28 dvlierop21) Changes to snapping preferences dialog
2007-05-11 johanengelenfixed fixme's in shapeeditor and changed verbs for...
2007-04-25 cilix42In node tool: make rotation by [] and scaling by <...
2007-04-17 buliabyakflipping patch by maximilian albert
2007-04-14 dvlierop2Don't snap nodes to their parent path
2007-04-02 buliabyakfix 1675213: update symm nodes when moving with Ctrl...
2007-04-02 buliabyakfix 1472297
2007-04-02 buliabyakfix 1243587 and misc fixes
2007-04-02 buliabyakfix 1390904
2007-03-20 mentalplumb XML::Document parameter into duplication, courtes...
2007-03-10 buliabyakfix setting knot->pos for node handles, but remove...
2007-03-04 mentalmake conversions away from NR::Maybe explicit
2007-02-13 buliabyakisolate the nodepath-or-knotholder unit into the new...
2007-01-24 buliabyakfix crash when switching away from node tool while...
2007-01-08 buliabyakfix 1517414
2007-01-08 buliabyakfix 1630193
2007-01-05 buliabyakrobustize remembering the dragged segment - store node...
2006-11-24 buliabyakgrow/shrink node selection by scrollwheel
2006-09-28 buliabyakfactor out creation of livarot_path, and make it on...
2006-09-06 johncoswellEnabled forced redraw on nodepath tool
2006-09-06 johncoswellInitial reworking of forced redraw to work better with...
2006-09-04 johncoswellForce non-interruptible redraws while modifying paths...
2006-09-04 johncoswellFix race condition where node dragging is not ended...
next