summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-27cppcheck: use gobject casts in box3d and hide dead codeAlex Valavanis1-17/+19
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-1/+1
2011-07-19remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen1-1/+1
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-2/+2
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-3/+3
2011-07-02Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz1-2/+5
2011-02-20Pass removing some outdated C-macro use.Jon A. Cruz1-16/+14
2011-02-02update to latest 2geom !Johan B. C. Engelen1-6/+6
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-3/+3
2010-07-17More in XML privatisation with new create3DBox function and other supplements...Abhishek Sharma Public1-0/+12
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-22/+29
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-5/+5
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-7/+7
2009-12-26Major simplification of 3D box code.Maximilian Albert1-65/+2
2009-12-26Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert1-35/+56
2009-09-14fix crash when moving a box after copying it to clipboard; this code is still...bulia byak1-1/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-8/+8
2009-08-05Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)johnce1-8/+8
2009-08-05SPDocument->Documentjohnce1-5/+5
2009-04-12Use the line intersection routines in 2geom/line.h instead of the deprecated ...Diederik van Lierop1-4/+19
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-1/+0
2008-12-13fix compile.Johan B. C. Engelen1-1/+1
2008-10-27From trunkTed Gould1-2/+3
2008-10-11Merging from trunkTed Gould1-14/+14
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-0/+1
2008-09-18More NR::Point ==> Geom::PointMaximilian Albert1-49/+49
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-2/+2
2008-07-17convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen1-2/+2
2008-07-07try to use consistent document for creating guidesMenTaLguY1-3/+1
2008-07-03Check that objects are of the right type before casting them.Stephen Silver1-14/+17
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-2/+2
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
2008-06-11use object's documentMenTaLguY1-4/+2
2008-03-29Fix passing wrong pointer type when using the tweak tool on 3D boxesMaximilian Albert1-2/+2
2008-03-19Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert1-20/+45
2008-02-25fix converting 3d boxes to path and ungrouping - do not lose selection, prese...bulia byak1-4/+17
2008-02-23warning cleanupMaximilian Albert1-2/+2
2008-02-22Clean up comments and remove (already commented) debugging messagesMaximilian Albert1-139/+6
2008-01-19Fix another small z-order issue for 3D boxesMaximilian Albert1-2/+10
2008-01-16Add option in Preferences to keep objects after conversion to guidesMaximilian Albert1-2/+0
2008-01-15Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...Maximilian Albert1-8/+6
2008-01-15Fix wrong offset when Ctrl+dragging 3D boxes by their centerMaximilian Albert1-2/+4
2008-01-13Use visual/geometric bbox (as specified in Selector tool preferences) when co...Maximilian Albert1-0/+6
2008-01-11Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert1-0/+43
2008-01-10Fix small z-order error for 3D boxesMaximilian Albert1-9/+9
2008-01-09Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying '...Maximilian Albert1-0/+33
2008-01-06Also transform stroke, patterns, and gradients of 3D box sidesMaximilian Albert1-4/+1
2008-01-02+ Fix bug #179840, forking of LPEsJohan B. C. Engelen1-0/+3
2007-12-26Recompute box corners relative to new perspective when merging persps (to pre...Maximilian Albert1-1/+13
2007-12-26Don't show boxes as everted (i.e., always show the same sides) during initial...Maximilian Albert1-0/+35