summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)