summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Decent support for setting the direction of infinite VPs via the toolbar and ...Maximilian Albert2007-09-011-1/+7
* Infrastructure to set direction of infinite VPs (now adjustable by some short...Maximilian Albert2007-09-011-0/+17
* Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert2007-08-291-0/+3
* Remove some warnings and fix crash in 3D box toolMaximilian Albert2007-08-281-10/+7
* Various small cleanupsMaximilian Albert2007-08-261-6/+2
* Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...Maximilian Albert2007-08-261-1/+248
* Enable center-dragging of boxes in Z direction by using ShiftMaximilian Albert2007-08-201-0/+51
* Eliminate a number of compile warningsMaximilian Albert2007-08-201-6/+4
* Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert2007-08-171-18/+132
* Remember last used style for single 3D box faces (also fixes bug with wrongly...Maximilian Albert2007-08-161-1/+5
* Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert2007-08-091-17/+22
* Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo...Maximilian Albert2007-08-071-0/+39
* Compute the correct visible front corner (also for 'upended' boxes) and set t...Maximilian Albert2007-08-071-13/+22
* Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert2007-08-071-0/+109
* Fix wrong states of VPs when writing to SVGMaximilian Albert2007-08-061-3/+3
* Draw perspective lines; provide shortcuts to toggle their visibility and the ...Maximilian Albert2007-08-061-0/+88
* Workaround for some segfaults: Store perspectives globally instead of in each...Maximilian Albert2007-08-061-3/+2
* Convenience for debuggingMaximilian Albert2007-08-061-0/+4
* Write/read perspectives to/from SVG; store ratios of the distances from corne...Maximilian Albert2007-08-061-14/+150
* Store a global list of existing perspectives; for each perspective hold a lis...Maximilian Albert2007-08-061-27/+37
* Use Inkscape's own code to write coordinates to svg (much nicer fix than comm...Maximilian Albert2007-07-181-5/+4
* Make string conversion of box coordinates locale-independent (fixes bug with ...Maximilian Albert2007-07-181-8/+12
* Move check for unlinked paths of 3D box faces to the correct locationMaximilian Albert2007-07-141-12/+24
* Write distinguished corners of 3D boxes to the svg representation from which ...Maximilian Albert2007-07-141-25/+124
* Create all 3D box faces in the beginning (fixes resizing bug; first step towa...Maximilian Albert2007-07-101-14/+23
* More 3D auxiliary/convenience functionsMaximilian Albert2007-07-101-1/+1
* Status message & cleanupsMaximilian Albert2007-07-101-3/+12
* small cleanupsMaximilian Albert2007-07-101-2/+4