| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The deprecated version of sp_item_invoke_bbox_full (which still uses ↵ | Diederik van Lierop | 2008-03-27 | 2 | -4/+11 |
| | | | | | | 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) | ||||
| * | patch from bug 168024 | bulia byak | 2008-03-27 | 1 | -3/+3 |
| | | | | (bzr r5203) | ||||
| * | add method to lookup path object id from Clipboard | Johan B. C. Engelen | 2008-03-27 | 2 | -0/+26 |
| | | | | (bzr r5201) | ||||
| * | whitespace. remove tabs, improve readability | Johan B. C. Engelen | 2008-03-26 | 1 | -29/+30 |
| | | | | (bzr r5199) | ||||
| * | Indentation, warning cleanup. | Maximilian Albert | 2008-03-26 | 1 | -25/+36 |
| | | | | (bzr r5198) | ||||
| * | Fixing localization issues (following a patch for 0.46 rev. 17583) where ↵ | Marcin Floryan | 2008-03-26 | 6 | -27/+29 |
| | | | | | | some messages for internal extensions were not being used as translated. (bzr r5197) | ||||
| * | node tool: more logical grouping of buttons, copyedit of tooltips | bulia byak | 2008-03-26 | 1 | -14/+16 |
| | | | | (bzr r5193) | ||||
| * | mention that an item is filtered in its statusbar description | bulia byak | 2008-03-26 | 1 | -0/+5 |
| | | | | (bzr r5192) | ||||
| * | fix crash caused by a gradient without a zero-offset stop | bulia byak | 2008-03-26 | 1 | -0/+6 |
| | | | | (bzr r5191) | ||||
| * | system clipboard support (bug #170185) from Chris Kosiński | MenTaLguY | 2008-03-26 | 17 | -749/+1298 |
| | | | | (bzr r5190) | ||||
| * | Major overhaul of the selector tool's internals to improve handling of ↵ | Diederik van Lierop | 2008-03-25 | 14 | -447/+480 |
| | | | | | | transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189) | ||||
| * | whitespace. tab to spaces. improve readability | Johan B. C. Engelen | 2008-03-24 | 3 | -196/+206 |
| | | | | (bzr r5188) | ||||
| * | Visually indicate linked devices | Jon A. Cruz | 2008-03-24 | 1 | -11/+137 |
| | | | | (bzr r5187) | ||||
| * | Fixed unlinking of devices | Jon A. Cruz | 2008-03-24 | 1 | -19/+31 |
| | | | | (bzr r5186) | ||||
| * | Corrected initialization order | Jon A. Cruz | 2008-03-24 | 1 | -1/+1 |
| | | | | (bzr r5185) | ||||
| * | Finished multiple inheritance delegation | Bob Jamison | 2008-03-24 | 35 | -592/+1381 |
| | | | | (bzr r5184) | ||||
| * | More MI delegation. 28 left | Bob Jamison | 2008-03-23 | 26 | -298/+772 |
| | | | | (bzr r5183) | ||||
| * | delete unused code | bulia byak | 2008-03-23 | 6 | -926/+0 |
| | | | | (bzr r5182) | ||||
| * | delete unused code | bulia byak | 2008-03-23 | 4 | -1307/+0 |
| | | | | (bzr r5181) | ||||
| * | prepare PathParam for linking to other object | Johan B. C. Engelen | 2008-03-23 | 2 | -21/+29 |
| | | | | (bzr r5180) | ||||
| * | set primary path storage to vector<path> in lpe-PathParam. only convert to ↵ | Johan B. C. Engelen | 2008-03-23 | 2 | -17/+61 |
| | | | | | | pwd2 when needed. (bzr r5179) | ||||
| * | update to latest 2geom (r1195) | Johan B. C. Engelen | 2008-03-23 | 2 | -1/+26 |
| | | | | (bzr r5178) | ||||
| * | return const reference when getting path data from lpe-PathParam! | Johan B. C. Engelen | 2008-03-23 | 2 | -2/+2 |
| | | | | (bzr r5177) | ||||
| * | remove multiple inheritance from lpe PathParam. since it is often desired to ↵ | Johan B. C. Engelen | 2008-03-23 | 7 | -18/+41 |
| | | | | | | get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects) (bzr r5176) | ||||
| * | expand visual bbox for item with a filter | bulia byak | 2008-03-23 | 1 | -5/+62 |
| | | | | (bzr r5175) | ||||
| * | helper functions to access a single blur primitive in a filter | bulia byak | 2008-03-23 | 2 | -2/+29 |
| | | | | (bzr r5174) | ||||
| * | make sure we explicitly use geometric bbox for calculating blur margins | bulia byak | 2008-03-23 | 1 | -2/+3 |
| | | | | (bzr r5173) | ||||
| * | Tracking of live axes | Jon A. Cruz | 2008-03-22 | 3 | -13/+64 |
| | | | | (bzr r5172) | ||||
| * | changes to use RegisteredTransformedPoint as widget for LPE point. not complete | Johan B. C. Engelen | 2008-03-22 | 5 | -15/+39 |
| | | | | (bzr r5171) | ||||
| * | update to latest 2geom | Johan B. C. Engelen | 2008-03-22 | 6 | -382/+387 |
| | | | | (bzr r5170) | ||||
| * | More multiple inheritance delegation. 53 files to go. | Bob Jamison | 2008-03-22 | 6 | -114/+222 |
| | | | | (bzr r5169) | ||||
| * | fix file | Johan B. C. Engelen | 2008-03-22 | 1 | -204/+0 |
| | | | | (bzr r5166) | ||||
| * | * add RegisteredTransformedPoint widget, that transforms the point before ↵ | Johan B. C. Engelen | 2008-03-22 | 11 | -6/+296 |
| | | | | | | | | | displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165) | ||||
| * | Numeric values on test area | Jon A. Cruz | 2008-03-22 | 1 | -0/+7 |
| | | | | (bzr r5164) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-03-22 | 1 | -1/+1 |
| | | | | (bzr r5163) | ||||
| * | More delegation for SMIL | Bob Jamison | 2008-03-22 | 4 | -11/+19 |
| | | | | (bzr r5162) | ||||
| * | Line-end fixups | Jon A. Cruz | 2008-03-22 | 10 | -831/+831 |
| | | | | (bzr r5161) | ||||
| * | Removed Win32 keep-dialogs-on-top preference, now set permanently to true | Joel Holdsworth | 2008-03-22 | 5 | -35/+11 |
| | | | | (bzr r5160) | ||||
| * | Fixed skipping of blank lines in .gpl files | Jon A. Cruz | 2008-03-22 | 1 | -3/+4 |
| | | | | (bzr r5159) | ||||
| * | set busy cursor and statusbar message while creating clones | bulia byak | 2008-03-22 | 1 | -0/+11 |
| | | | | (bzr r5158) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-03-22 | 2 | -6/+6 |
| | | | | (bzr r5157) | ||||
| * | Temporary disable of broken test code | Jon A. Cruz | 2008-03-22 | 2 | -4/+8 |
| | | | | (bzr r5156) | ||||
| * | Delegate MI methods to impl classes | Bob Jamison | 2008-03-22 | 12 | -287/+304 |
| | | | | (bzr r5155) | ||||
| * | Really fix compile (patch by Krzysztof Kosiński) | Maximilian Albert | 2008-03-22 | 5 | -4/+4 |
| | | | | (bzr r5154) | ||||
| * | temporary fix. removed LPE context verb. now toolbar is normal again in windows. | Johan B. C. Engelen | 2008-03-21 | 2 | -2/+2 |
| | | | | (bzr r5153) | ||||
| * | fix compile | bulia byak | 2008-03-21 | 1 | -2/+0 |
| | | | | (bzr r5152) | ||||
| * | clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ↵ | Johan B. C. Engelen | 2008-03-21 | 3 | -43/+44 |
| | | | | | | object. It's the next step. (bzr r5151) | ||||
| * | fix duplicate entry | bulia byak | 2008-03-21 | 1 | -1/+1 |
| | | | | (bzr r5150) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 99 | -1197/+619 |
| | | | | (bzr r5149) | ||||
| * | Start working toward multiple inheritance | Bob Jamison | 2008-03-21 | 14 | -54/+277 |
| | | | | (bzr r5148) | ||||
