summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-10-22do not embed transform if it's not translation and the object has a filterbulia byak1-3/+8
2006-09-12disconnect mask/ref connections when item is destroyedbulia byak1-6/+7
2006-05-30fix writing clip/mask referencesbulia byak1-0/+11
2006-04-27fixing conditional attribute evaluation on load (if conditional attributes we...Andrius Ramanauskas1-1/+1
2006-04-20SVG 1.1 Conditional Processing Module rendering support (<switch> element, re...Andrius Ramanauskas1-16/+62
2006-04-05now sp_item_invoke_bbox_full does union of the item's bbox (after clippath cr...bulia byak1-2/+16
2006-03-19do not embed transform if the item has clippath or mask (so that the clippath...bulia byak1-2/+3
2006-03-17describe clipped/masked objects in statusbarbulia byak1-1/+12
2006-03-17add setting clip/mask bbox in sp_item_invoke_show to fix 1449541bulia byak1-6/+30
2006-03-16do the same fix for masks as for clippaths to silence 'update during update' ...bulia byak1-0/+1
2006-03-07#include sp-item.hPeter Moulder1-1/+1
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-3/+3
2006-02-06crop an item's bbox by its clippath bbox, if anybulia byak1-0/+8
2006-01-26reset center coords to zero when there's no attributebulia byak1-0/+4
2006-01-26remember rotation centers, correctly this time (by johncliff and me)bulia byak1-6/+58
2006-01-17fix stroke scaling for the objects with the default 1px widthbulia byak1-0/+1
2006-01-17Fix a typo, a vim modeline, and a wrongly indented line.mjwybrow1-1/+1