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-face.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remember last used style for single 3D box faces (also fixes bug with wrongly...
Maximilian Albert
2007-08-16
1
-3
/
+30
*
Hold perspectives on document level rather than globally; this corrects the c...
Maximilian Albert
2007-08-09
1
-1
/
+2
*
Store a global list of existing perspectives; for each perspective hold a lis...
Maximilian Albert
2007-08-06
1
-7
/
+7
*
Use Inkscape's own code to write coordinates to svg (much nicer fix than comm...
Maximilian Albert
2007-07-18
1
-33
/
+9
*
Make string conversion of box coordinates locale-independent (fixes bug with ...
Maximilian Albert
2007-07-18
1
-5
/
+24
*
Write distinguished corners of 3D boxes to the svg representation from which ...
Maximilian Albert
2007-07-14
1
-4
/
+12
*
Different default styles for non-parallel 3D box faces
Maximilian Albert
2007-07-10
1
-9
/
+35
*
Create all 3D box faces in the beginning (fixes resizing bug; first step towa...
Maximilian Albert
2007-07-10
1
-9
/
+18
*
correct way to transform coordinates (fixes earlier ad-hoc solution)
Maximilian Albert
2007-07-10
1
-14
/
+10
*
small cleanups
Maximilian Albert
2007-07-10
1
-1
/
+1
*
Refactoring of 3D box internals.
Maximilian Albert
2007-07-03
1
-16
/
+41
*
Only create the faces of a 3D box when needed (use pointers to refer to them).
Maximilian Albert
2007-07-03
1
-0
/
+45
*
More meaningful name for 3D axis directions
Maximilian Albert
2007-07-03
1
-2
/
+2
*
Make 3D axes correspond to places in binary representation (allows for more g...
Maximilian Albert
2007-07-03
1
-7
/
+1
*
Swap axis directions Y and Z (for consistency)
Maximilian Albert
2007-07-03
1
-3
/
+3
*
Use arrays to manage corners and faces of 3D boxes
Maximilian Albert
2007-07-03
1
-43
/
+34
*
First (very limited) version of the 3D box tool; allows for drawing of new bo...
Maximilian Albert
2007-06-21
1
-0
/
+161