summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-58/+63
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-58/+63
| |\
| | * More in XML privatisation with new create3DBox function and other supplements...Abhishek Sharma Public2010-07-171-0/+12
| | * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-22/+29
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-5/+5
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-7/+7
| |/
* / Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-3/+3
|/
* Major simplification of 3D box code.Maximilian Albert2009-12-261-65/+2
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert2009-12-261-35/+56
* fix crash when moving a box after copying it to clipboard; this code is still...bulia byak2009-09-141-1/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-8/+8
* Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)johnce2009-08-051-8/+8
* SPDocument->Documentjohnce2009-08-051-5/+5
* Use the line intersection routines in 2geom/line.h instead of the deprecated ...Diederik van Lierop2009-04-121-4/+19
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+0
* fix compile.Johan B. C. Engelen2008-12-131-1/+1
* From trunkTed Gould2008-10-271-2/+3
* Merging from trunkTed Gould2008-10-111-14/+14
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-0/+1
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-181-49/+49
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-2/+2
* try to use consistent document for creating guidesMenTaLguY2008-07-071-3/+1
* Check that objects are of the right type before casting them.Stephen Silver2008-07-031-14/+17
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-2/+2
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
* use object's documentMenTaLguY2008-06-111-4/+2
* Fix passing wrong pointer type when using the tweak tool on 3D boxesMaximilian Albert2008-03-291-2/+2
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-20/+45
* fix converting 3d boxes to path and ungrouping - do not lose selection, prese...bulia byak2008-02-251-4/+17
* warning cleanupMaximilian Albert2008-02-231-2/+2
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-221-139/+6
* Fix another small z-order issue for 3D boxesMaximilian Albert2008-01-191-2/+10
* Add option in Preferences to keep objects after conversion to guidesMaximilian Albert2008-01-161-2/+0
* Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...Maximilian Albert2008-01-151-8/+6
* Fix wrong offset when Ctrl+dragging 3D boxes by their centerMaximilian Albert2008-01-151-2/+4
* Use visual/geometric bbox (as specified in Selector tool preferences) when co...Maximilian Albert2008-01-131-0/+6
* Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert2008-01-111-0/+43
* Fix small z-order error for 3D boxesMaximilian Albert2008-01-101-9/+9
* Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying '...Maximilian Albert2008-01-091-0/+33
* Also transform stroke, patterns, and gradients of 3D box sidesMaximilian Albert2008-01-061-4/+1
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-0/+3
* Recompute box corners relative to new perspective when merging persps (to pre...Maximilian Albert2007-12-261-1/+13
* Don't show boxes as everted (i.e., always show the same sides) during initial...Maximilian Albert2007-12-261-0/+35
* Don't store special attributes/types when saving 3D boxes to plain SVG (so th...Maximilian Albert2007-12-261-2/+2
* Bug fix: prevent perspectives from being transformed more than once (by keepi...Maximilian Albert2007-12-231-49/+100
* Warning cleanupJon A. Cruz2007-12-151-10/+13
* If necessary, split up perspectives when applying transformations to boxes; m...Maximilian Albert2007-12-131-4/+32
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-1023/+1053
* Fix crash when 3D boxes are rotated in selector contextMaximilian Albert2007-09-101-5/+7