summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-12-26Don't store special attributes/types when saving 3D boxes to plain SVG (so th...Maximilian Albert1-2/+2
2007-12-23Bug fix: prevent perspectives from being transformed more than once (by keepi...Maximilian Albert1-49/+100
2007-12-15Warning cleanupJon A. Cruz1-10/+13
2007-12-13If necessary, split up perspectives when applying transformations to boxes; m...Maximilian Albert1-4/+32
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-1023/+1053
2007-09-10Fix crash when 3D boxes are rotated in selector contextMaximilian Albert1-5/+7
2007-09-01Decent support for setting the direction of infinite VPs via the toolbar and ...Maximilian Albert1-1/+7
2007-09-01Infrastructure to set direction of infinite VPs (now adjustable by some short...Maximilian Albert1-0/+17
2007-08-29Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert1-0/+3
2007-08-28Remove some warnings and fix crash in 3D box toolMaximilian Albert1-10/+7
2007-08-26Various small cleanupsMaximilian Albert1-6/+2
2007-08-26Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...Maximilian Albert1-1/+248
2007-08-20Enable center-dragging of boxes in Z direction by using ShiftMaximilian Albert1-0/+51
2007-08-20Eliminate a number of compile warningsMaximilian Albert1-6/+4
2007-08-17Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert1-18/+132
2007-08-16Remember last used style for single 3D box faces (also fixes bug with wrongly...Maximilian Albert1-1/+5
2007-08-09Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert1-17/+22
2007-08-07Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo...Maximilian Albert1-0/+39
2007-08-07Compute the correct visible front corner (also for 'upended' boxes) and set t...Maximilian Albert1-13/+22
2007-08-07Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert1-0/+109
2007-08-06Fix wrong states of VPs when writing to SVGMaximilian Albert1-3/+3
2007-08-06Draw perspective lines; provide shortcuts to toggle their visibility and the ...Maximilian Albert1-0/+88
2007-08-06Workaround for some segfaults: Store perspectives globally instead of in each...Maximilian Albert1-3/+2
2007-08-06Convenience for debuggingMaximilian Albert1-0/+4
2007-08-06Write/read perspectives to/from SVG; store ratios of the distances from corne...Maximilian Albert1-14/+150
2007-08-06Store a global list of existing perspectives; for each perspective hold a lis...Maximilian Albert1-27/+37
2007-07-18Use Inkscape's own code to write coordinates to svg (much nicer fix than comm...Maximilian Albert1-5/+4
2007-07-18Make string conversion of box coordinates locale-independent (fixes bug with ...Maximilian Albert1-8/+12
2007-07-14Move check for unlinked paths of 3D box faces to the correct locationMaximilian Albert1-12/+24
2007-07-14Write distinguished corners of 3D boxes to the svg representation from which ...Maximilian Albert1-25/+124
2007-07-10Create all 3D box faces in the beginning (fixes resizing bug; first step towa...Maximilian Albert1-14/+23
2007-07-10More 3D auxiliary/convenience functionsMaximilian Albert1-1/+1
2007-07-10Status message & cleanupsMaximilian Albert1-3/+12