summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* describe clipped/masked objects in statusbarbulia byak2006-03-171-1/+12
| | | (bzr r257)
* add setting clip/mask bbox in sp_item_invoke_show to fix 1449541bulia byak2006-03-171-6/+30
| | | (bzr r256)
* do the same fix for masks as for clippaths to silence 'update during update' ↵bulia byak2006-03-161-0/+1
| | | | | warnings (bzr r254)
* #include sp-item.hPeter Moulder2006-03-071-1/+1
| | | (bzr r214)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-3/+3
| | | (bzr r149)
* crop an item's bbox by its clippath bbox, if anybulia byak2006-02-061-0/+8
| | | (bzr r99)
* reset center coords to zero when there's no attributebulia byak2006-01-261-0/+4
| | | (bzr r35)
* remember rotation centers, correctly this time (by johncliff and me)bulia byak2006-01-261-6/+58
| | | (bzr r28)
* fix stroke scaling for the objects with the default 1px widthbulia byak2006-01-171-0/+1
| | | (bzr r7)
* Fix a typo, a vim modeline, and a wrongly indented line.mjwybrow2006-01-171-1/+1
| | | (bzr r6)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1320
(bzr r1)