Code

NR::Maybe => boost::optional
[inkscape.git] / src / sp-shape.cpp
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-07-14 johanengelen2geomify snappoint finding for SPShapes.
2008-07-12 johanengelen2geomify print, fill and stroke methods of extensions
2008-07-07 johanengelensubstitute macro with function call
2008-07-07 johanengelenfix number of marker counting in shape
2008-07-07 johanengelenremove dead code
2008-07-07 johanengelenfix orientation of markers
2008-07-05 joncruzWarning cleanup
2008-07-04 johanengelen2geomify calculation of number of markers on a path
2008-06-20 johanengelensp_shape now uses 2geom PathVector for all marker positions
2008-06-20 johanengelensp_shape_render for cairo-renderer extension now uses...
2008-06-20 johanengelen2geomify sp_shape_update_marker_view.
2008-06-16 johanengelenuse 2geom method to calc boundingbox of shape
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-06-11 mentalplumb XML::Documents in everywhere
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
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-05 johanengelenstruct SPCurve => class SPCurve
2008-04-03 joncruzFixed LPE crash with unitialized pointer
2008-03-28 bgk- Created a SPLPEItem class that handles applying a...
2008-03-21 jaspervdgNo more NRMatrix or NRPoint.
2008-02-25 buliabyakcomment fix
2008-02-06 buliabyakavoid dangerous equality comparison on doubles; remove...
2008-01-02 johanengelen+ Fix bug #179840, forking of LPEs
2007-12-22 dvlierop21) solve bug #177995
2007-12-03 dvlierop2Solve crash on assert (see bugs #173555 and #173568...
2007-12-02 johanengelenFix compile. Don't #include .cpp files!
2007-12-02 dvlierop2only snap to non-smooth nodes, 2nd try. Hopefully this...
2007-11-28 johanengelenFix Bug #172582 crash when dragging line with mouse
2007-11-27 ishmaluse size_t for comparison with strlen() to be more...
2007-11-26 dvlierop2Don't snap the smooth nodes of a path
2007-11-08 joncruzwarning cleanup
2007-10-28 johanengelenLPE: implement 'edit next LPE parameter'. Accessible...
2007-09-14 johanengelenfix pasting of LPE's across multiple document; plus...
2007-09-10 joncruzPurged fill type enum
2007-09-06 joncruzPreserve paint styles with multiple components
2007-09-06 buliabyakstore and properly disconnect lpe modified connection
2007-08-19 johanengelen* Fixed path-along-path with correct filling now! ...
2007-08-14 johanengelenCommit LivePathEffect branch to trunk!
2007-05-30 dvlierop2Don't return too much snappoints
2007-04-30 dvlierop2Fix bug #1077600 -> correct mirroring and no drifting...
2007-04-08 dvlierop2Changes to the selector tool, e.g. option to choose...
2007-04-06 buliabyakimplement GEOMETRIC_BBOX
2007-03-30 dvlierop2add a snappoint at the rotation-axis of any shape
2007-03-26 dvlierop2Selector tool shouldn't snap to path nodes, see Bulia...
2007-03-04 mentaladapt code to new Maybe/bbox regime
2007-03-04 mentalswitch from invokeBbox to getBounds (need to fix proble...
2006-12-06 bryceRenaming sp-marker.* to marker.*
2006-11-18 bryceCleanup work for markers - adding some documentation...
2006-07-28 mentalswitch to sigc++ SPObject signals for SPShape
2006-05-29 bryceDocumentation
2006-05-26 buliabyakexport markers API
2006-05-09 mentaleliminate direct accesses to SPCurve::bpath
2006-04-05 buliabyaknow sp_item_invoke_bbox_full does union of the item...
2006-01-16 mentalmoving trunk for module inkscape