summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-09-10Purged fill type enumJon A. Cruz1-5/+5
2007-08-18Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala1-0/+11
2007-07-25Snapping the transformation origin should also work for paths, not only for s...Diederik van Lierop1-2/+0
2007-07-04switch to using extract_uribulia byak1-2/+3
2007-06-27snapping transformation center again...Diederik van Lierop1-0/+2
2007-06-27use an accessor method to get filter from stylebulia byak1-1/+1
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak1-1/+2
2007-06-26implementing snapping to imagesDiederik van Lierop1-3/+8
2007-04-24skip recursion into clone's children in stroke adjustment; fix paint adjuster...bulia byak1-6/+8
2007-04-08Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX o...Diederik van Lierop1-6/+6
2007-04-06implement GEOMETRIC_BBOXbulia byak1-2/+2
2007-03-30add a snappoint at the rotation-axis of any shapeDiederik van Lierop1-1/+1
2007-03-17fix 1286535bulia byak1-11/+16
2007-03-12move style reading/writing from SPItem up to SPObjectbulia byak1-38/+0
2007-03-11fix 1656169bulia byak1-37/+29
2007-03-10Merge further bbox workMenTaLguY1-8/+2
2007-03-08make sure undoing center moves emits modified signal and is thus noticed by t...bulia byak1-0/+2
2007-03-05Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...MenTaLguY1-6/+8
2007-03-04communicate bbox type via flags for nowMenTaLguY1-1/+1
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-16/+15
2007-03-04switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY1-13/+6
2007-03-04implement new API via wrapper for nowMenTaLguY1-3/+19
2007-02-28refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY1-6/+3
2007-01-18text fixesbulia byak1-2/+2
2006-12-13Fixed ungrouping bug where the changed transformation of items was not writte...Johan B. C. Engelen1-27/+32