Code

From trunk
[inkscape.git] / src / nodepath.cpp
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
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...
next