summaryrefslogtreecommitdiffstats
path: root/src/box3d-side.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-2/+2
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-7/+7
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-1/+1
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-33/+17
| | | (bzr r5122)
* enable LPEs for 3D boxesbulia byak2008-03-131-0/+1
| | | (bzr r5078)
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-221-84/+1
| | | (bzr r4824)
* Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying ↵Maximilian Albert2008-01-091-0/+13
| | | | | 'convert to path' (closes LP #179693 and #176646). (bzr r4439)
* Only set style of box sides during creation (not upon every repr write).Maximilian Albert2008-01-051-15/+2
| | | (bzr r4388)
* Don't store special attributes/types when saving 3D boxes to plain SVG (so ↵Maximilian Albert2007-12-261-3/+3
| | | | | that they show up correctly when reopening files). (bzr r4303)
* fix redrawing of 3d box sidesbulia byak2007-12-241-8/+4
| | | (bzr r4298)
* noop: remove unused variableMaximilian Albert2007-12-231-2/+0
| | | (bzr r4294)
* Warning cleanupJon A. Cruz2007-12-151-1/+4
| | | (bzr r4234)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-0/+424
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)