Code

NR::Maybe => boost::optional
[inkscape.git] / src / sp-item.cpp
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-08-01 johanengelenSPItem::getBounds now always returns a Geom::Rect bound...
2008-08-01 johanengelen2geomify a lot of NR::Points to Geom::Point
2008-08-01 johanengelenreplace matrix division code.
2008-07-21 dvlierop2Implement snapping of clipping paths and masks
2008-07-07 mentaltry to use consistent document for creating guides
2008-06-25 johanengelenfix bbox calculation for groups that contain groups...
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-06-12 buliabyakfix crash when ungrouping lpe paths
2008-06-11 mentalplumb XML::Documents in everywhere
2008-05-31 dvlierop2Fix an error and remove some useless code (thanks to...
2008-05-30 johanengelenLPE STACKING!
2008-04-17 buliabyakreplace text strings by ints for tools/bounding_box
2008-03-28 bgk- Created a SPLPEItem class that handles applying a...
2008-03-26 buliabyakmention that an item is filtered in its statusbar descr...
2008-03-23 buliabyakexpand visual bbox for item with a filter
2008-03-21 jaspervdgNo more NRMatrix or NRPoint.
2008-02-24 joncruzWarning and whitespace cleanup
2008-01-16 cilix42Add option in Preferences to keep objects after convers...
2008-01-16 cilix42Move 'bounding box' option up one level (from Selector...
2008-01-15 cilix42Slightly more 'object-oriented' way to invoke item...
2008-01-13 cilix42Use visual/geometric bbox (as specified in Selector...
2008-01-12 cilix42Allow conversion of all selected items to guides (for...
2008-01-06 dvlierop2Fix LP #168684
2008-01-02 johanengelen+ Fix bug #179840, forking of LPEs
2008-01-02 mjwybrow2008-01-02 Michael Wybrow <mjwybrow@users.sourceforge...
2007-12-23 johanengelenfix critical bug #168588 assertion failed, file sp...
2007-11-04 joncruzWarning cleanup
2007-10-08 kiiralaRemoved some unnecessarry bounding box updates in sp...
2007-09-15 dvlierop2avoid code duplication, i.e. use sp_item_snappoints...
2007-09-10 joncruzPurged fill type enum
2007-08-18 kiiralaImproved handling bounding boxes and rotated/skewed...
2007-07-25 dvlierop2Snapping the transformation origin should also work...
2007-07-04 buliabyakswitch to using extract_uri
2007-06-27 dvlierop2snapping transformation center again...
2007-06-27 buliabyakuse an accessor method to get filter from style
2007-06-27 buliabyakswitch SPStyle to using SPFilterReference for filters...
2007-06-26 dvlierop2implementing snapping to images
2007-04-24 buliabyakskip recursion into clone's children in stroke adjustme...
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-17 buliabyakfix 1286535
2007-03-12 buliabyakmove style reading/writing from SPItem up to SPObject
2007-03-11 buliabyakfix 1656169
2007-03-10 mentalMerge further bbox work
2007-03-08 buliabyakmake sure undoing center moves emits modified signal...
2007-03-05 mentalSeparate NRRect and NR::Rect a bit further; the goal...
2007-03-04 mentalcommunicate bbox type via flags for now
2007-03-04 mentaladapt code to new Maybe/bbox regime
2007-03-04 mentalswitch from invokeBbox to getBounds (need to fix proble...
2007-03-04 mentalimplement new API via wrapper for now
2007-02-28 mentalrefactor sp_svg_transform_write to return a dynamically...
2007-01-18 buliabyaktext fixes
2006-12-13 johanengelenFixed ungrouping bug where the changed transformation...
2006-10-22 buliabyakdo not embed transform if it's not translation and...
2006-09-12 buliabyakdisconnect mask/ref connections when item is destroyed
2006-05-30 buliabyakfix writing clip/mask references
2006-04-27 knutuxfixing conditional attribute evaluation on load (if...
2006-04-20 knutuxSVG 1.1 Conditional Processing Module rendering support...
2006-04-05 buliabyaknow sp_item_invoke_bbox_full does union of the item...
2006-03-19 buliabyakdo not embed transform if the item has clippath or...
2006-03-17 buliabyakdescribe clipped/masked objects in statusbar
2006-03-17 buliabyakadd setting clip/mask bbox in sp_item_invoke_show to...
2006-03-16 buliabyakdo the same fix for masks as for clippaths to silence...
2006-03-07 pjrm#include sp-item.h
2006-02-15 rwstbulk trailing spaces removal. consistency through MD5...
2006-02-06 buliabyakcrop an item's bbox by its clippath bbox, if any
2006-01-26 buliabyakreset center coords to zero when there's no attribute
2006-01-26 buliabyakremember rotation centers, correctly this time (by...
2006-01-17 buliabyakfix stroke scaling for the objects with the default...
2006-01-17 mjwybrowFix a typo, a vim modeline, and a wrongly indented...
2006-01-16 mentalmoving trunk for module inkscape