| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Implement snapping of clipping paths and masks | Diederik van Lierop | 2008-07-21 | 1 | -1/+28 | |
| | | | | (bzr r6386) | |||||
| * | try to use consistent document for creating guides | MenTaLguY | 2008-07-07 | 1 | -1/+1 | |
| | | | | (bzr r6212) | |||||
| * | fix bbox calculation for groups that contain groups with nothing in them ↵ | Johan B. C. Engelen | 2008-06-25 | 1 | -1/+1 | |
| | | | | | | (zero bbox groups) (bzr r6061) | |||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -43/+54 | |
| | | | | (bzr r5915) | |||||
| * | fix crash when ungrouping lpe paths | bulia byak | 2008-06-12 | 1 | -7/+9 | |
| | | | | (bzr r5908) | |||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -3/+3 | |
| | | | | (bzr r5884) | |||||
| * | Fix an error and remove some useless code (thanks to Peter Moulder for ↵ | Diederik van Lierop | 2008-05-31 | 1 | -9/+5 | |
| | | | | | | pointing me at this) (bzr r5774) | |||||
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 1 | -9/+16 | |
| | | | | | | (many thanks to the french students who made this.) (bzr r5766) | |||||
| * | replace text strings by ints for tools/bounding_box | bulia byak | 2008-04-17 | 1 | -2/+3 | |
| | | | | (bzr r5459) | |||||
| * | - Created a SPLPEItem class that handles applying a LPE to an Item | Bastien Bouclet | 2008-03-28 | 1 | -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 description | bulia byak | 2008-03-26 | 1 | -0/+5 | |
| | | | | (bzr r5192) | |||||
| * | expand visual bbox for item with a filter | bulia byak | 2008-03-23 | 1 | -5/+62 | |
| | | | | (bzr r5175) | |||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -3/+3 | |
| | | | | (bzr r5149) | |||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 1 | -8/+9 | |
| | | | | (bzr r4838) | |||||
| * | Add option in Preferences to keep objects after conversion to guides | Maximilian Albert | 2008-01-16 | 1 | -2/+0 | |
| | | | | (bzr r4514) | |||||
| * | Move 'bounding box' option up one level (from Selector to Tools page in ↵ | Maximilian Albert | 2008-01-16 | 1 | -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 Albert | 2008-01-15 | 1 | -0/+16 | |
| | | | | | | conversion-to-guides methods (bzr r4499) | |||||
| * | Use visual/geometric bbox (as specified in Selector tool preferences) when ↵ | Maximilian Albert | 2008-01-13 | 1 | -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 Albert | 2008-01-12 | 1 | -0/+25 | |
| | | | | | | rectangles or 3D boxes these are simply aligned along the bounding box of the item being converted) (bzr r4467) | |||||
| * | Fix LP #168684 | Diederik van Lierop | 2008-01-06 | 1 | -4/+68 | |
| | | | | (bzr r4409) | |||||
| * | + Fix bug #179840, forking of LPEs | Johan B. C. Engelen | 2008-01-02 | 1 | -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> | mjwybrow | 2008-01-02 | 1 | -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 191 | Johan B. C. Engelen | 2007-12-23 | 1 | -3/+4 | |
| | | | | (bzr r4283) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 1 | -12/+12 | |
| | | | | (bzr r4025) | |||||
| * | Removed some unnecessarry bounding box updates in sp-item.cpp | Niko Kiirala | 2007-10-08 | 1 | -2/+8 | |
| | | | | (bzr r3863) | |||||
| * | avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cpp | Diederik van Lierop | 2007-09-15 | 1 | -1/+5 | |
| | | | | (bzr r3752) | |||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -5/+5 | |
| | | | | (bzr r3706) | |||||
| * | Improved handling bounding boxes and rotated/skewed coordinates in filters | Niko Kiirala | 2007-08-18 | 1 | -0/+11 | |
| | | | | (bzr r3505) | |||||
| * | Snapping the transformation origin should also work for paths, not only for ↵ | Diederik van Lierop | 2007-07-25 | 1 | -2/+0 | |
| | | | | | | shapes (bzr r3296) | |||||
| * | switch to using extract_uri | bulia byak | 2007-07-04 | 1 | -2/+3 | |
| | | | | (bzr r3178) | |||||
| * | 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) | |||||
