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