| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -58/+63 | |
| |\| | | | | | (bzr r9508.1.72) | |||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -58/+63 | |
| | |\ | | | | | | | (bzr r9945.1.1) | |||||
| | | * | More in XML privatisation with new create3DBox function and other ↵ | Abhishek Sharma Public | 2010-07-17 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | supplements to efficiently hide information. (bzr r9546.1.8) | |||||
| | | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -22/+29 | |
| | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | |||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -5/+5 | |
| | | | | | | | | | | (bzr r9546.1.4) | |||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -7/+7 | |
| | |/ | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | |||||
| * / | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 1 | -3/+3 | |
| |/ | | | (bzr r9508.1.48) | |||||
| * | Major simplification of 3D box code. | Maximilian Albert | 2009-12-26 | 1 | -65/+2 | |
| | | | | (bzr r8911) | |||||
| * | Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵ | Maximilian Albert | 2009-12-26 | 1 | -35/+56 | |
| | | | | | | perspectives. (bzr r8910) | |||||
| * | fix crash when moving a box after copying it to clipboard; this code is ↵ | bulia byak | 2009-09-14 | 1 | -1/+2 | |
| | | | | | | still badly broken, we must not use any UI classes such as selection in set_transform, but at least it does not crash now (bzr r8588) | |||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -8/+8 | |
| | | | | | | which cannot be fixed easily. (bzr r8422) | |||||
| * | Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...) | johnce | 2009-08-05 | 1 | -8/+8 | |
| | | | | (bzr r8420) | |||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+5 | |
| | | | | (bzr r8404) | |||||
| * | Use the line intersection routines in 2geom/line.h instead of the deprecated ↵ | Diederik van Lierop | 2009-04-12 | 1 | -4/+19 | |
| | | | | | | ones in 2geom/geom.h. (I know we're in a refactoring freeze, but this one I was already working on before this freeze was announced and it's quite safe IMHO. It's only a small change in 2geom's API and can hardly do any real harm. I will not refactor anything else until after the v0.47 release, promised!) (bzr r7688) | |||||
| * | get rid of a lot of no longer needed "libnr/nr-..." includes. | Johan B. C. Engelen | 2008-12-30 | 1 | -1/+0 | |
| | | | | (bzr r7045) | |||||
| * | fix compile. | Johan B. C. Engelen | 2008-12-13 | 1 | -1/+1 | |
| | | | | | | re-enable decrepated 2geom functions. (bzr r6998) | |||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -2/+3 | |
| | | | | (bzr r6885) | |||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -14/+14 | |
| | | | | (bzr r6884) | |||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -0/+1 | |
| | | | | (bzr r6839) | |||||
| * | More NR::Point ==> Geom::Point | Maximilian Albert | 2008-09-18 | 1 | -49/+49 | |
| | | | | (bzr r6837) | |||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -2/+2 | |
| | | | | (bzr r6593) | |||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -2/+2 | |
| | | | | (bzr r6339) | |||||
| * | try to use consistent document for creating guides | MenTaLguY | 2008-07-07 | 1 | -3/+1 | |
| | | | | (bzr r6212) | |||||
| * | Check that objects are of the right type before casting them. | Stephen Silver | 2008-07-03 | 1 | -14/+17 | |
| | | | | | | Fixes crash that occurs when transforming a 3D box with a title or description (bug 237331). (bzr r6124) | |||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+2 | |
| | | | | (bzr r5915) | |||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -4/+3 | |
| | | | | (bzr r5884) | |||||
| * | use object's document | MenTaLguY | 2008-06-11 | 1 | -4/+2 | |
| | | | | (bzr r5881) | |||||
| * | Fix passing wrong pointer type when using the tweak tool on 3D boxes | Maximilian Albert | 2008-03-29 | 1 | -2/+2 | |
| | | | | (bzr r5232) | |||||
| * | Make grouped 3D boxes work correctly when transformed (fixes: LP 188991) | Maximilian Albert | 2008-03-19 | 1 | -20/+45 | |
| | | | | (bzr r5122) | |||||
| * | fix converting 3d boxes to path and ungrouping - do not lose selection, ↵ | bulia byak | 2008-02-25 | 1 | -4/+17 | |
| | | | | | | preserve style, id and clip/mask (bzr r4849) | |||||
| * | warning cleanup | Maximilian Albert | 2008-02-23 | 1 | -2/+2 | |
| | | | | (bzr r4826) | |||||
| * | Clean up comments and remove (already commented) debugging messages | Maximilian Albert | 2008-02-22 | 1 | -139/+6 | |
| | | | | (bzr r4824) | |||||
| * | Fix another small z-order issue for 3D boxes | Maximilian Albert | 2008-01-19 | 1 | -2/+10 | |
| | | | | (bzr r4559) | |||||
| * | Add option in Preferences to keep objects after conversion to guides | Maximilian Albert | 2008-01-16 | 1 | -2/+0 | |
| | | | | (bzr r4514) | |||||
| * | Slightly more 'object-oriented' way to invoke item-specific ↵ | Maximilian Albert | 2008-01-15 | 1 | -8/+6 | |
| | | | | | | conversion-to-guides methods (bzr r4499) | |||||
| * | Fix wrong offset when Ctrl+dragging 3D boxes by their center | Maximilian Albert | 2008-01-15 | 1 | -2/+4 | |
| | | | | (bzr r4497) | |||||
| * | Use visual/geometric bbox (as specified in Selector tool preferences) when ↵ | Maximilian Albert | 2008-01-13 | 1 | -0/+6 | |
| | | | | | | converting to guidelines. Also, provide options to convert rectangles and 3D boxes using their bbox, too (i.e., disregarding their true shapes). (bzr r4477) | |||||
| * | Add possibility to convert objects (only rectangles and 3D boxes currently) ↵ | Maximilian Albert | 2008-01-11 | 1 | -0/+43 | |
| | | | | | | to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase. (bzr r4462) | |||||
| * | Fix small z-order error for 3D boxes | Maximilian Albert | 2008-01-10 | 1 | -9/+9 | |
| | | | | (bzr r4452) | |||||
| * | Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying ↵ | Maximilian Albert | 2008-01-09 | 1 | -0/+33 | |
| | | | | | | 'convert to path' (closes LP #179693 and #176646). (bzr r4439) | |||||
| * | Also transform stroke, patterns, and gradients of 3D box sides | Maximilian Albert | 2008-01-06 | 1 | -4/+1 | |
| | | | | (bzr r4406) | |||||
| * | + Fix bug #179840, forking of LPEs | Johan B. C. Engelen | 2008-01-02 | 1 | -0/+3 | |
| | | | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367) | |||||
| * | Recompute box corners relative to new perspective when merging persps (to ↵ | Maximilian Albert | 2007-12-26 | 1 | -1/+13 | |
| | | | | | | prevent boxes from jumping randomly) (bzr r4311) | |||||
| * | Don't show boxes as everted (i.e., always show the same sides) during ↵ | Maximilian Albert | 2007-12-26 | 1 | -0/+35 | |
| | | | | | | initial drag, regardless of the mouse pointer position. (bzr r4306) | |||||
| * | Don't store special attributes/types when saving 3D boxes to plain SVG (so ↵ | Maximilian Albert | 2007-12-26 | 1 | -2/+2 | |
| | | | | | | that they show up correctly when reopening files). (bzr r4303) | |||||
| * | Bug fix: prevent perspectives from being transformed more than once (by ↵ | Maximilian Albert | 2007-12-23 | 1 | -49/+100 | |
| | | | | | | keeping track of selected boxes and their transformations). (bzr r4291) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-15 | 1 | -10/+13 | |
| | | | | (bzr r4234) | |||||
| * | If necessary, split up perspectives when applying transformations to boxes; ↵ | Maximilian Albert | 2007-12-13 | 1 | -4/+32 | |
| | | | | | | moreover, fix crash caused by listening to already destroyed perspectives (bzr r4227) | |||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -1023/+1053 | |
| | | | | | | 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) | |||||
| * | Fix crash when 3D boxes are rotated in selector context | Maximilian Albert | 2007-09-10 | 1 | -5/+7 | |
| | | | | (bzr r3709) | |||||
