summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace text strings by ints for tools/bounding_boxbulia byak2008-04-171-2/+3
| | | (bzr r5459)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-6/+6
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* mention that an item is filtered in its statusbar descriptionbulia byak2008-03-261-0/+5
| | | (bzr r5192)
* expand visual bbox for item with a filterbulia byak2008-03-231-5/+62
| | | (bzr r5175)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-3/+3
| | | (bzr r5149)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-8/+9
| | | (bzr r4838)
* Add option in Preferences to keep objects after conversion to guidesMaximilian Albert2008-01-161-2/+0
| | | (bzr r4514)
* Move 'bounding box' option up one level (from Selector to Tools page in ↵Maximilian Albert2008-01-161-1/+1
| | | | | Preferences) since it applies more globally than just in the Selector tool (see discussion on the mailing list) (bzr r4513)
* Slightly more 'object-oriented' way to invoke item-specific ↵Maximilian Albert2008-01-151-0/+16
| | | | | conversion-to-guides methods (bzr r4499)
* Use visual/geometric bbox (as specified in Selector tool preferences) when ↵Maximilian Albert2008-01-131-2/+10
| | | | | converting to guidelines. Also, provide options to convert rectangles and 3D boxes using their bbox, too (i.e., disregarding their true shapes). (bzr r4477)
* Allow conversion of all selected items to guides (for items other than ↵Maximilian Albert2008-01-121-0/+25
| | | | | rectangles or 3D boxes these are simply aligned along the bounding box of the item being converted) (bzr r4467)
* Fix LP #168684Diederik van Lierop2008-01-061-4/+68
| | | (bzr r4409)
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-0/+25
| | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367)
* 2008-01-02 Michael Wybrow <mjwybrow@users.sourceforge.net>mjwybrow2008-01-021-5/+8
| | | | | | | * src/sp-item.cpp: Fix bug #167898, where a triggered document update prior to connectoor rerouting could attempt to access a deleted object clip_ref during ungrouping, causing a crash. (bzr r4360)
* fix critical bug #168588 assertion failed, file sp-conn-end.cpp: line 191Johan B. C. Engelen2007-12-231-3/+4
| | | (bzr r4283)
* Warning cleanupJon A. Cruz2007-11-041-12/+12
| | | (bzr r4025)
* Removed some unnecessarry bounding box updates in sp-item.cppNiko Kiirala2007-10-081-2/+8
| | | (bzr r3863)
* avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cppDiederik van Lierop2007-09-151-1/+5
| | | (bzr r3752)
* Purged fill type enumJon A. Cruz2007-09-101-5/+5
| | | (bzr r3706)
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-181-0/+11
| | | (bzr r3505)
* Snapping the transformation origin should also work for paths, not only for ↵Diederik van Lierop2007-07-251-2/+0
| | | | | shapes (bzr r3296)
* switch to using extract_uribulia byak2007-07-041-2/+3
| | | (bzr r3178)
* snapping transformation center again...Diederik van Lierop2007-06-271-0/+2
| | | (bzr r3149)
* use an accessor method to get filter from stylebulia byak2007-06-271-1/+1
| | | (bzr r3145)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-271-1/+2
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* implementing snapping to imagesDiederik van Lierop2007-06-261-3/+8
| | | (bzr r3110)
* skip recursion into clone's children in stroke adjustment; fix paint ↵bulia byak2007-04-241-6/+8
| | | | | adjuster so it does not recurse into a clone's children but adjusts the clone itself (bzr r2954)
* Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX ↵Diederik van Lierop2007-04-081-6/+6
| | | | | or GEOMETRIC_BBOX (bzr r2833)
* implement GEOMETRIC_BBOXbulia byak2007-04-061-2/+2
| | | (bzr r2823)
* add a snappoint at the rotation-axis of any shapeDiederik van Lierop2007-03-301-1/+1
| | | (bzr r2788)
* fix 1286535bulia byak2007-03-171-11/+16
| | | (bzr r2676)
* move style reading/writing from SPItem up to SPObjectbulia byak2007-03-121-38/+0
| | | (bzr r2614)
* fix 1656169bulia byak2007-03-111-37/+29
| | | (bzr r2600)
* Merge further bbox workMenTaLguY2007-03-101-8/+2
| | | (bzr r2596)
* make sure undoing center moves emits modified signal and is thus noticed by ↵bulia byak2007-03-081-0/+2
| | | | | the seltrans (bzr r2577)
* Separate NRRect and NR::Rect a bit further; the goal is to get to the point ↵MenTaLguY2007-03-051-6/+8
| | | | | where there is no way to create an empty NR::Rect (bzr r2551)
* communicate bbox type via flags for nowMenTaLguY2007-03-041-1/+1
| | | (bzr r2539)
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-16/+15
| | | (bzr r2538)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-13/+6
| | | | | rect handling, though) (bzr r2536)
* implement new API via wrapper for nowMenTaLguY2007-03-041-3/+19
| | | (bzr r2535)
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-6/+3
| | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466)
* text fixesbulia byak2007-01-181-2/+2
| | | (bzr r2241)
* Fixed ungrouping bug where the changed transformation of items was not ↵Johan B. C. Engelen2006-12-131-27/+32
| | | | | written to XML. (bzr r2090)
* do not embed transform if it's not translation and the object has a filterbulia byak2006-10-221-3/+8
| | | (bzr r1837)
* disconnect mask/ref connections when item is destroyedbulia byak2006-09-121-6/+7
| | | (bzr r1699)
* fix writing clip/mask referencesbulia byak2006-05-301-0/+11
| | | (bzr r1088)
* fixing conditional attribute evaluation on load (if conditional attributes ↵Andrius Ramanauskas2006-04-271-1/+1
| | | | | were used not in the item under <switch>, on load it was always rendered) (bzr r596)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-201-16/+62
| | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)
* now sp_item_invoke_bbox_full does union of the item's bbox (after clippath ↵bulia byak2006-04-051-2/+16
| | | | | cropping) with the box passed as parameter, instead of subclass bbox methods as before; this fixes a bug with bbox of a group containig a clipped item (bzr r430)
* do not embed transform if the item has clippath or mask (so that the ↵bulia byak2006-03-191-2/+3
| | | | | clippath/mask is affected by the same transform) (bzr r264)