index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
box3d.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
More NR::Point ==> Geom::Point
Maximilian Albert
2008-09-18
1
-6
/
+6
*
Fix passing wrong pointer type when using the tweak tool on 3D boxes
Maximilian Albert
2008-03-29
1
-1
/
+1
*
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
Maximilian Albert
2008-03-19
1
-1
/
+3
*
fix converting 3d boxes to path and ungrouping - do not lose selection, prese...
bulia byak
2008-02-25
1
-1
/
+1
*
Clean up comments and remove (already commented) debugging messages
Maximilian Albert
2008-02-22
1
-4
/
+0
*
Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...
Maximilian Albert
2008-01-15
1
-1
/
+0
*
Add possibility to convert objects (only rectangles and 3D boxes currently) t...
Maximilian Albert
2008-01-11
1
-0
/
+2
*
Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying '...
Maximilian Albert
2008-01-09
1
-0
/
+2
*
Recompute box corners relative to new perspective when merging persps (to pre...
Maximilian Albert
2007-12-26
1
-1
/
+1
*
Don't show boxes as everted (i.e., always show the same sides) during initial...
Maximilian Albert
2007-12-26
1
-0
/
+4
*
Bug fix: prevent perspectives from being transformed more than once (by keepi...
Maximilian Albert
2007-12-23
1
-0
/
+5
*
If necessary, split up perspectives when applying transformations to boxes; m...
Maximilian Albert
2007-12-13
1
-0
/
+1
*
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
2007-12-13
1
-75
/
+56
*
Infrastructure to set direction of infinite VPs (now adjustable by some short...
Maximilian Albert
2007-09-01
1
-0
/
+1
*
Constrained center-dragging for 3D boxes (with Ctrl)
Maximilian Albert
2007-08-29
1
-0
/
+1
*
Various small cleanups
Maximilian Albert
2007-08-26
1
-1
/
+1
*
Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...
Maximilian Albert
2007-08-26
1
-3
/
+4
*
Enable center-dragging of boxes in Z direction by using Shift
Maximilian Albert
2007-08-20
1
-0
/
+2
*
Enable center-dragging of boxes ('in perspective') within the XY-plane
Maximilian Albert
2007-08-17
1
-0
/
+11
*
Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo...
Maximilian Albert
2007-08-07
1
-0
/
+1
*
Compute the correct visible front corner (also for 'upended' boxes) and set t...
Maximilian Albert
2007-08-07
1
-0
/
+2
*
Set z-orders of 3D box faces during dragging/resizing according to the perspe...
Maximilian Albert
2007-08-07
1
-0
/
+4
*
Draw perspective lines; provide shortcuts to toggle their visibility and the ...
Maximilian Albert
2007-08-06
1
-0
/
+8
*
Convenience for debugging
Maximilian Albert
2007-08-06
1
-0
/
+2
*
Write/read perspectives to/from SVG; store ratios of the distances from corne...
Maximilian Albert
2007-08-06
1
-0
/
+10
*
Write distinguished corners of 3D boxes to the svg representation from which ...
Maximilian Albert
2007-07-14
1
-0
/
+1
*
New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...
Maximilian Albert
2007-07-04
1
-2
/
+7
*
Refactoring of 3D box internals.
Maximilian Albert
2007-07-03
1
-1
/
+7
*
Only create the faces of a 3D box when needed (use pointers to refer to them).
Maximilian Albert
2007-07-03
1
-1
/
+1
*
Use arrays to manage corners and faces of 3D boxes
Maximilian Albert
2007-07-03
1
-7
/
+1
*
First (very limited) version of the 3D box tool; allows for drawing of new bo...
Maximilian Albert
2007-06-21
1
-0
/
+55