| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Patch by Martin Sucha to add preferences to for grouping on Clip/Mask | Josh Andler | 2010-02-04 | 1 | -1/+5 |
| | | | | (bzr r9050) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -3/+3 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | Major simplification of 3D box code. | Maximilian Albert | 2009-12-26 | 1 | -20/+0 |
| | | | | (bzr r8911) | ||||
| * | work on the lpe group undo bug. it's not solved, but i think LPE code does ↵ | Johan B. C. Engelen | 2009-11-23 | 1 | -1/+5 |
| | | | | | | everything correct now. I think now it's the interplay between undo-system and LPE that bugs. (bzr r8839) | ||||
| * | Patch by Johan to fix 391368 | Josh Andler | 2009-10-07 | 1 | -10/+16 |
| | | | | (bzr r8739) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -3/+3 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -3/+3 |
| | | | | (bzr r8404) | ||||
| * | When ungrouping, apply the correct transformation to a linked offset (fixes ↵ | Diederik van Lierop | 2009-06-20 | 1 | -15/+33 |
| | | | | | | bug #239430) (bzr r8118) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -3/+3 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | coding style | bulia byak | 2008-12-29 | 1 | -5/+2 |
| | | | | (bzr r7034) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -2/+2 |
| | | | | (bzr r7032) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+2 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -265/+267 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -7/+9 |
| | | | | (bzr r6884) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -6/+6 |
| | | | | (bzr r6839) | ||||
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 1 | -10/+10 |
| | | | | (bzr r6836) | ||||
| * | fix bug 269390, whitespace | bulia byak | 2008-09-16 | 1 | -40/+44 |
| | | | | (bzr r6829) | ||||
| * | remove extra unref; now ref/unref is done by show/hide; this used to stop ↵ | bulia byak | 2008-09-16 | 1 | -3/+0 |
| | | | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819) | ||||
| * | removed unnecessary pointer, changed to by reference. (the pointer was not ↵ | Johan B. C. Engelen | 2008-09-01 | 1 | -1/+1 |
| | | | | | | allowed to be NULL, so reference is better) (bzr r6752) | ||||
| * | Support for title and desc elements when serializing as Plain SVG. | Jeff Schiller | 2008-08-23 | 1 | -0/+4 |
| | | | | (bzr r6709) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| | | | | (bzr r6569) | ||||
| * | fix 252547: skip explicitly hidden objects when calculating bbox of group | bulia byak | 2008-08-05 | 1 | -1/+1 |
| | | | | (bzr r6566) | ||||
| * | Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when ↵ | Stephen Silver | 2008-06-30 | 1 | -2/+4 |
| | | | | | | ungrouping (fixes bug 243720). (bzr r6098) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -5/+4 |
| | | | | (bzr r5884) | ||||
| * | ellipses and groups now use 2geompath for svg_write: ↵ | Johan B. C. Engelen | 2008-06-06 | 1 | -9/+4 |
| | | | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5846) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| | | | | (bzr r5823) | ||||
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 1 | -3/+50 |
| | | | | | | (many thanks to the french students who made this.) (bzr r5766) | ||||
| * | warning cleanup and fixed string free issue | Jon A. Cruz | 2008-05-04 | 1 | -11/+11 |
| | | | | (bzr r5594) | ||||
| * | Fix passing wrong pointer type when using the tweak tool on 3D boxes | Maximilian Albert | 2008-03-29 | 1 | -8/+5 |
| | | | | (bzr r5232) | ||||
| * | - Created a SPLPEItem class that handles applying a LPE to an Item | Bastien Bouclet | 2008-03-28 | 1 | -6/+33 |
| | | | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219) | ||||
| * | The deprecated version of sp_item_invoke_bbox_full (which still uses ↵ | Diederik van Lierop | 2008-03-27 | 1 | -3/+6 |
| | | | | | | NRRects) returns empty rectangles when calculating geometric bboxes of vertical or horizontal lines. A group of those lines will therefore also have an empty geometric bbox, which is wrong. We must use the new version of sp_item_invoke_bbox_full, which uses NR::Maybe<NR::Rects> instead. (bzr r5204) | ||||
| * | Make grouped 3D boxes work correctly when transformed (fixes: LP 188991) | Maximilian Albert | 2008-03-19 | 1 | -0/+26 |
| | | | | (bzr r5122) | ||||
| * | fix converting 3d boxes to path and ungrouping - do not lose selection, ↵ | bulia byak | 2008-02-25 | 1 | -5/+7 |
| | | | | | | preserve style, id and clip/mask (bzr r4849) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying ↵ | Maximilian Albert | 2008-01-09 | 1 | -8/+6 |
| | | | | | | 'convert to path' (closes LP #179693 and #176646). (bzr r4439) | ||||
| * | noop: remove old, commented out debugging code | Maximilian Albert | 2008-01-05 | 1 | -41/+0 |
| | | | | (bzr r4393) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -1/+51 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | Also consider path nodes for snapping | Diederik van Lierop | 2007-11-21 | 1 | -3/+1 |
| | | | | (bzr r4122) | ||||
| * | avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cpp | Diederik van Lierop | 2007-09-15 | 1 | -1/+1 |
| | | | | (bzr r3752) | ||||
| * | Selector tool shouldn't snap to path nodes, see Bulia's comment in bug #1589436 | Diederik van Lierop | 2007-03-26 | 1 | -2/+5 |
| | | | | (bzr r2767) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -2/+2 |
| | | | | (bzr r2723) | ||||
| * | Warning cleanup of unused variables | Jon A. Cruz | 2007-03-04 | 1 | -1/+0 |
| | | | | (bzr r2546) | ||||
| * | 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) | ||||
| * | continue switching sp_repr_new* over to XML::Document::create* | Aaron Spike | 2007-01-22 | 1 | -1/+4 |
| | | | | (bzr r2257) | ||||
| * | Fixed ungrouping bug where the changed transformation of items was not ↵ | Johan B. C. Engelen | 2006-12-13 | 1 | -17/+4 |
| | | | | | | written to XML. (bzr r2090) | ||||
| * | whitespace | bulia byak | 2006-10-24 | 1 | -15/+15 |
| | | | | (bzr r1854) | ||||
| * | fix 1520018: sync up the embed/not embed transform logic when ungrouping ↵ | bulia byak | 2006-10-24 | 1 | -14/+32 |
| | | | | | | with that used in sp_item_write_transform, so as to not embed e.g. for clipped/masked objects (bzr r1853) | ||||
| * | undo annotations | bulia byak | 2006-10-05 | 1 | -2/+2 |
| | | | | (bzr r1768) | ||||
| * | marker refactoring work | Bryce Harrington | 2006-07-20 | 1 | -20/+11 |
| | | | | (bzr r1441) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -1/+2 |
| | | | | (bzr r1315) | ||||
