summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Purged fill type enumJon A. Cruz2007-09-101-5/+5
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-181-0/+11
* Snapping the transformation origin should also work for paths, not only for s...Diederik van Lierop2007-07-251-2/+0
* switch to using extract_uribulia byak2007-07-041-2/+3
* snapping transformation center again...Diederik van Lierop2007-06-271-0/+2
* use an accessor method to get filter from stylebulia byak2007-06-271-1/+1
* switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak2007-06-271-1/+2
* implementing snapping to imagesDiederik van Lierop2007-06-261-3/+8
* skip recursion into clone's children in stroke adjustment; fix paint adjuster...bulia byak2007-04-241-6/+8
* Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX o...Diederik van Lierop2007-04-081-6/+6
* implement GEOMETRIC_BBOXbulia byak2007-04-061-2/+2
* add a snappoint at the rotation-axis of any shapeDiederik van Lierop2007-03-301-1/+1
* fix 1286535bulia byak2007-03-171-11/+16
* move style reading/writing from SPItem up to SPObjectbulia byak2007-03-121-38/+0
* fix 1656169bulia byak2007-03-111-37/+29
* Merge further bbox workMenTaLguY2007-03-101-8/+2
* make sure undoing center moves emits modified signal and is thus noticed by t...bulia byak2007-03-081-0/+2
* Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...MenTaLguY2007-03-051-6/+8
* communicate bbox type via flags for nowMenTaLguY2007-03-041-1/+1
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-16/+15
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-13/+6
* implement new API via wrapper for nowMenTaLguY2007-03-041-3/+19
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-6/+3
* text fixesbulia byak2007-01-181-2/+2
* Fixed ungrouping bug where the changed transformation of items was not writte...Johan B. C. Engelen2006-12-131-27/+32
* do not embed transform if it's not translation and the object has a filterbulia byak2006-10-221-3/+8
* disconnect mask/ref connections when item is destroyedbulia byak2006-09-121-6/+7