| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a ↵ | Diederik van Lierop | 2010-07-21 | 1 | -2/+9 |
| | | | | | | return statement (bzr r9638) | ||||
| * | Suppress gradient direction line for 'solid' gradients. | Jon A. Cruz | 2010-07-04 | 1 | -87/+84 |
| | | | | | | Removed unneeded and outdated macro use. (bzr r9564) | ||||
| * | better fix for lpe stack forking | Johan B. C. Engelen | 2010-05-18 | 1 | -21/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431) | ||||
| * | fix bug when forking LPE stack | Johan B. C. Engelen | 2010-05-14 | 1 | -12/+26 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 - https://launchpad.net/bugs/505400 (bzr r9419) | ||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -2/+4 |
| | | | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298) | ||||
| * | Initial fix for the inverted coordinate system bug | Krzysztof Kosi??ski | 2010-04-03 | 1 | -4/+2 |
| | | | | (bzr r9281.1.1) | ||||
| * | Move around files to remove some vanity directories. | Krzysztof Kosi??ski | 2010-03-14 | 1 | -1/+1 |
| | | | | | | Also remove the obsolete IDL file stub. (bzr r9194) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -15/+14 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | Small snap bug has been eliminated, flowed text snapping now uses baseline, ↵ | Diederik van Lierop | 2009-12-30 | 1 | -2/+2 |
| | | | | | | replacing tabs by spaces, removing some commented lines (bzr r8925) | ||||
| * | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 2009-12-02 | 1 | -0/+4 |
| | | | | (bzr r8855) | ||||
| * | textual patch from bug 408093 | bulia byak | 2009-09-06 | 1 | -1/+1 |
| | | | | (bzr r8563) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968) | Thomas Holder | 2009-05-11 | 1 | -0/+6 |
| | | | | (bzr r7860) | ||||
| * | Two minor snapping fixes | Diederik van Lierop | 2009-04-24 | 1 | -1/+1 |
| | | | | (bzr r7770) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -13/+15 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 2009-01-18 | 1 | -1/+1 |
| | | | | | | | | - Snap to the midpoint of paths and bbox edges - Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar PS: icons.svg has been modified, so use "make install" if needed (bzr r7144) | ||||
| * | correctly initialize vector in spitem. | Johan B. C. Engelen | 2009-01-04 | 1 | -0/+3 |
| | | | | (bzr r7076) | ||||
| * | display filter label, if any, in filtered item description | bulia byak | 2009-01-03 | 1 | -2/+8 |
| | | | | (bzr r7063) | ||||
| * | revert change of sp_item_i2d_affine in rev 20388, as it crashed command line use | Thomas Holder | 2008-12-21 | 1 | -2/+4 |
| | | | | (bzr r7020) | ||||
| * | object-snapper.cpp | Thomas Holder | 2008-12-20 | 1 | -29/+5 |
| | | | | | | | | | | | | | | | | | | | | * fix snapping to clip/mask with parent transform * replace matrix_to_desktop call sp-item.h sp-item.cpp * improve snapping to clip/mask with parent transform * remove matrix_to_desktop/matrix_from_desktop * use desktop->doc2dt() with sp_item_i2d_affine(...) desktop.h desktop.cpp * new method: dt2doc() selection-chemistry.cpp * remove awkward matrix_to_desktop(matrix_from_desktop(...)) calls (bzr r7016) | ||||
| * | * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by | Thomas Holder | 2008-12-16 | 1 | -36/+6 |
| | | | | | | | | | | | | | sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox) (bzr r7010) | ||||
| * | remove orphaned NRMatrix wrapper for sp_item_write_transform | Thomas Holder | 2008-12-09 | 1 | -13/+0 |
| | | | | (bzr r6979) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2008-12-05 | 1 | -46/+44 |
| | | | | (bzr r6947) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -25/+23 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -14/+23 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -78/+80 |
| | | | | (bzr r6884) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -1/+1 |
| | | | | (bzr r6839) | ||||
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 1 | -3/+3 |
| | | | | (bzr r6836) | ||||
| * | remove unneeded ref, arenaitem is reffed when created on invoke_show and ↵ | bulia byak | 2008-09-16 | 1 | -1/+1 |
| | | | | | | unreffed by invoke_hide; this ref caused most arenaitems to leak (bzr r6818) | ||||
| * | Remove an obsolete comment | Diederik van Lierop | 2008-09-07 | 1 | -3/+7 |
| | | | | (bzr r6775) | ||||
| * | removed unnecessary pointer, changed to by reference. (the pointer was not ↵ | Johan B. C. Engelen | 2008-09-01 | 1 | -7/+6 |
| | | | | | | 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/+26 |
| | | | | (bzr r6709) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -30/+14 |
| | | | | (bzr r6593) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -20/+20 |
| | | | | (bzr r6569) | ||||
| * | SPItem::getBounds now always returns a Geom::Rect boundingbox. | Johan B. C. Engelen | 2008-08-01 | 1 | -2/+9 |
| | | | | (bzr r6517) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -4/+4 |
| | | | | (bzr r6513) | ||||
| * | replace matrix division code. | Johan B. C. Engelen | 2008-08-01 | 1 | -2/+1 |
| | | | | (bzr r6512) | ||||
| * | 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) | ||||
