summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Two minor snapping fixesDiederik van Lierop2009-04-241-1/+1
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-13/+15
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-1/+1
* correctly initialize vector in spitem.Johan B. C. Engelen2009-01-041-0/+3
* display filter label, if any, in filtered item descriptionbulia byak2009-01-031-2/+8
* revert change of sp_item_i2d_affine in rev 20388, as it crashed command line useThomas Holder2008-12-211-2/+4
* object-snapper.cppThomas Holder2008-12-201-29/+5
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-36/+6
* remove orphaned NRMatrix wrapper for sp_item_write_transformThomas Holder2008-12-091-13/+0
* Warning cleanup.Jon A. Cruz2008-12-051-46/+44
* Merge from fe-movedTed Gould2008-11-211-25/+23
* From trunkTed Gould2008-10-271-14/+23
* Merging from trunkTed Gould2008-10-111-78/+80
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-1/+1
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-3/+3
* remove unneeded ref, arenaitem is reffed when created on invoke_show and unre...bulia byak2008-09-161-1/+1
* Remove an obsolete commentDiederik van Lierop2008-09-071-3/+7
* removed unnecessary pointer, changed to by reference. (the pointer was not al...Johan B. C. Engelen2008-09-011-7/+6
* Support for title and desc elements when serializing as Plain SVG.Jeff Schiller2008-08-231-0/+26
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-30/+14
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-20/+20
* SPItem::getBounds now always returns a Geom::Rect boundingbox.Johan B. C. Engelen2008-08-011-2/+9
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-4/+4
* replace matrix division code.Johan B. C. Engelen2008-08-011-2/+1
* Implement snapping of clipping paths and masksDiederik van Lierop2008-07-211-1/+28
* try to use consistent document for creating guidesMenTaLguY2008-07-071-1/+1
* fix bbox calculation for groups that contain groups with nothing in them (zer...Johan B. C. Engelen2008-06-251-1/+1
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-43/+54
* fix crash when ungrouping lpe pathsbulia byak2008-06-121-7/+9
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-3/+3
* Fix an error and remove some useless code (thanks to Peter Moulder for pointi...Diederik van Lierop2008-05-311-9/+5
* LPE STACKING!Johan B. C. Engelen2008-05-301-9/+16
* replace text strings by ints for tools/bounding_boxbulia byak2008-04-171-2/+3
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-6/+6
* mention that an item is filtered in its statusbar descriptionbulia byak2008-03-261-0/+5
* expand visual bbox for item with a filterbulia byak2008-03-231-5/+62
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-3/+3
* Warning and whitespace cleanupJon A. Cruz2008-02-241-8/+9
* Add option in Preferences to keep objects after conversion to guidesMaximilian Albert2008-01-161-2/+0
* Move 'bounding box' option up one level (from Selector to Tools page in Prefe...Maximilian Albert2008-01-161-1/+1
* Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...Maximilian Albert2008-01-151-0/+16
* Use visual/geometric bbox (as specified in Selector tool preferences) when co...Maximilian Albert2008-01-131-2/+10
* Allow conversion of all selected items to guides (for items other than rectan...Maximilian Albert2008-01-121-0/+25
* Fix LP #168684Diederik van Lierop2008-01-061-4/+68
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-0/+25
* 2008-01-02 Michael Wybrow <mjwybrow@users.sourceforge.net>mjwybrow2008-01-021-5/+8
* fix critical bug #168588 assertion failed, file sp-conn-end.cpp: line 191Johan B. C. Engelen2007-12-231-3/+4
* Warning cleanupJon A. Cruz2007-11-041-12/+12
* Removed some unnecessarry bounding box updates in sp-item.cppNiko Kiirala2007-10-081-2/+8
* avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cppDiederik van Lierop2007-09-151-1/+5