| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | snapping transformation center again... | Diederik van Lierop | 2007-06-27 | 1 | -0/+2 |
| | | | | (bzr r3149) | ||||
| * | use an accessor method to get filter from style | bulia byak | 2007-06-27 | 1 | -1/+1 |
| | | | | (bzr r3145) | ||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 1 | -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 images | Diederik van Lierop | 2007-06-26 | 1 | -3/+8 |
| | | | | (bzr r3110) | ||||
| * | skip recursion into clone's children in stroke adjustment; fix paint ↵ | bulia byak | 2007-04-24 | 1 | -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 Lierop | 2007-04-08 | 1 | -6/+6 |
| | | | | | | or GEOMETRIC_BBOX (bzr r2833) | ||||
| * | implement GEOMETRIC_BBOX | bulia byak | 2007-04-06 | 1 | -2/+2 |
| | | | | (bzr r2823) | ||||
| * | add a snappoint at the rotation-axis of any shape | Diederik van Lierop | 2007-03-30 | 1 | -1/+1 |
| | | | | (bzr r2788) | ||||
| * | fix 1286535 | bulia byak | 2007-03-17 | 1 | -11/+16 |
| | | | | (bzr r2676) | ||||
| * | move style reading/writing from SPItem up to SPObject | bulia byak | 2007-03-12 | 1 | -38/+0 |
| | | | | (bzr r2614) | ||||
| * | fix 1656169 | bulia byak | 2007-03-11 | 1 | -37/+29 |
| | | | | (bzr r2600) | ||||
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -8/+2 |
| | | | | (bzr r2596) | ||||
| * | make sure undoing center moves emits modified signal and is thus noticed by ↵ | bulia byak | 2007-03-08 | 1 | -0/+2 |
| | | | | | | the seltrans (bzr r2577) | ||||
| * | Separate NRRect and NR::Rect a bit further; the goal is to get to the point ↵ | MenTaLguY | 2007-03-05 | 1 | -6/+8 |
| | | | | | | where there is no way to create an empty NR::Rect (bzr r2551) | ||||
| * | communicate bbox type via flags for now | MenTaLguY | 2007-03-04 | 1 | -1/+1 |
| | | | | (bzr r2539) | ||||
| * | adapt code to new Maybe/bbox regime | MenTaLguY | 2007-03-04 | 1 | -16/+15 |
| | | | | (bzr r2538) | ||||
| * | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 2007-03-04 | 1 | -13/+6 |
| | | | | | | rect handling, though) (bzr r2536) | ||||
| * | implement new API via wrapper for now | MenTaLguY | 2007-03-04 | 1 | -3/+19 |
| | | | | (bzr r2535) | ||||
| * | refactor sp_svg_transform_write to return a dynamically-allocated string | MenTaLguY | 2007-02-28 | 1 | -6/+3 |
| | | | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466) | ||||
| * | text fixes | bulia byak | 2007-01-18 | 1 | -2/+2 |
| | | | | (bzr r2241) | ||||
| * | Fixed ungrouping bug where the changed transformation of items was not ↵ | Johan B. C. Engelen | 2006-12-13 | 1 | -27/+32 |
| | | | | | | written to XML. (bzr r2090) | ||||
| * | do not embed transform if it's not translation and the object has a filter | bulia byak | 2006-10-22 | 1 | -3/+8 |
| | | | | (bzr r1837) | ||||
| * | disconnect mask/ref connections when item is destroyed | bulia byak | 2006-09-12 | 1 | -6/+7 |
| | | | | (bzr r1699) | ||||
| * | fix writing clip/mask references | bulia byak | 2006-05-30 | 1 | -0/+11 |
| | | | | (bzr r1088) | ||||
| * | fixing conditional attribute evaluation on load (if conditional attributes ↵ | Andrius Ramanauskas | 2006-04-27 | 1 | -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 Ramanauskas | 2006-04-20 | 1 | -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 byak | 2006-04-05 | 1 | -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 byak | 2006-03-19 | 1 | -2/+3 |
| | | | | | | clippath/mask is affected by the same transform) (bzr r264) | ||||
| * | describe clipped/masked objects in statusbar | bulia byak | 2006-03-17 | 1 | -1/+12 |
| | | | | (bzr r257) | ||||
| * | add setting clip/mask bbox in sp_item_invoke_show to fix 1449541 | bulia byak | 2006-03-17 | 1 | -6/+30 |
| | | | | (bzr r256) | ||||
| * | do the same fix for masks as for clippaths to silence 'update during update' ↵ | bulia byak | 2006-03-16 | 1 | -0/+1 |
| | | | | | | warnings (bzr r254) | ||||
| * | #include sp-item.h | Peter Moulder | 2006-03-07 | 1 | -1/+1 |
| | | | | (bzr r214) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -3/+3 |
| | | | | (bzr r149) | ||||
| * | crop an item's bbox by its clippath bbox, if any | bulia byak | 2006-02-06 | 1 | -0/+8 |
| | | | | (bzr r99) | ||||
| * | reset center coords to zero when there's no attribute | bulia byak | 2006-01-26 | 1 | -0/+4 |
| | | | | (bzr r35) | ||||
| * | remember rotation centers, correctly this time (by johncliff and me) | bulia byak | 2006-01-26 | 1 | -6/+58 |
| | | | | (bzr r28) | ||||
| * | fix stroke scaling for the objects with the default 1px width | bulia byak | 2006-01-17 | 1 | -0/+1 |
| | | | | (bzr r7) | ||||
| * | Fix a typo, a vim modeline, and a wrongly indented line. | mjwybrow | 2006-01-17 | 1 | -1/+1 |
| | | | | (bzr r6) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1320 |
| (bzr r1) | |||||
