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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-07-18
Use Inkscape's own code to write coordinates to svg (much nicer fix than comm...
Maximilian Albert
1
-5
/
+4
2007-07-18
Make string conversion of box coordinates locale-independent (fixes bug with ...
Maximilian Albert
1
-8
/
+12
2007-07-14
Move check for unlinked paths of 3D box faces to the correct location
Maximilian Albert
1
-12
/
+24
2007-07-14
Write distinguished corners of 3D boxes to the svg representation from which ...
Maximilian Albert
1
-25
/
+124
2007-07-10
Create all 3D box faces in the beginning (fixes resizing bug; first step towa...
Maximilian Albert
1
-14
/
+23
2007-07-10
More 3D auxiliary/convenience functions
Maximilian Albert
1
-1
/
+1
2007-07-10
Status message & cleanups
Maximilian Albert
1
-3
/
+12
2007-07-10
small cleanups
Maximilian Albert
1
-2
/
+4
2007-07-04
New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...
Maximilian Albert
1
-3
/
+38
2007-07-03
Refactoring of 3D box internals.
Maximilian Albert
1
-50
/
+73
2007-07-03
Only create the faces of a 3D box when needed (use pointers to refer to them).
Maximilian Albert
1
-16
/
+44
2007-07-03
Swap axis directions Y and Z (for consistency)
Maximilian Albert
1
-11
/
+11
2007-07-03
Use arrays to manage corners and faces of 3D boxes
Maximilian Albert
1
-25
/
+20
2007-06-21
First (very limited) version of the 3D box tool; allows for drawing of new bo...
Maximilian Albert
1
-0
/
+257