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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Eliminate a number of compile warnings
Maximilian Albert
2007-08-20
1
-6
/
+4
*
Enable center-dragging of boxes ('in perspective') within the XY-plane
Maximilian Albert
2007-08-17
1
-18
/
+132
*
Remember last used style for single 3D box faces (also fixes bug with wrongly...
Maximilian Albert
2007-08-16
1
-1
/
+5
*
Hold perspectives on document level rather than globally; this corrects the c...
Maximilian Albert
2007-08-09
1
-17
/
+22
*
Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo...
Maximilian Albert
2007-08-07
1
-0
/
+39
*
Compute the correct visible front corner (also for 'upended' boxes) and set t...
Maximilian Albert
2007-08-07
1
-13
/
+22
*
Set z-orders of 3D box faces during dragging/resizing according to the perspe...
Maximilian Albert
2007-08-07
1
-0
/
+109
*
Fix wrong states of VPs when writing to SVG
Maximilian Albert
2007-08-06
1
-3
/
+3
*
Draw perspective lines; provide shortcuts to toggle their visibility and the ...
Maximilian Albert
2007-08-06
1
-0
/
+88
*
Workaround for some segfaults: Store perspectives globally instead of in each...
Maximilian Albert
2007-08-06
1
-3
/
+2
*
Convenience for debugging
Maximilian Albert
2007-08-06
1
-0
/
+4
*
Write/read perspectives to/from SVG; store ratios of the distances from corne...
Maximilian Albert
2007-08-06
1
-14
/
+150
*
Store a global list of existing perspectives; for each perspective hold a lis...
Maximilian Albert
2007-08-06
1
-27
/
+37
*
Use Inkscape's own code to write coordinates to svg (much nicer fix than comm...
Maximilian Albert
2007-07-18
1
-5
/
+4
*
Make string conversion of box coordinates locale-independent (fixes bug with ...
Maximilian Albert
2007-07-18
1
-8
/
+12
*
Move check for unlinked paths of 3D box faces to the correct location
Maximilian Albert
2007-07-14
1
-12
/
+24
*
Write distinguished corners of 3D boxes to the svg representation from which ...
Maximilian Albert
2007-07-14
1
-25
/
+124
*
Create all 3D box faces in the beginning (fixes resizing bug; first step towa...
Maximilian Albert
2007-07-10
1
-14
/
+23
*
More 3D auxiliary/convenience functions
Maximilian Albert
2007-07-10
1
-1
/
+1
*
Status message & cleanups
Maximilian Albert
2007-07-10
1
-3
/
+12
*
small cleanups
Maximilian Albert
2007-07-10
1
-2
/
+4
*
New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...
Maximilian Albert
2007-07-04
1
-3
/
+38
*
Refactoring of 3D box internals.
Maximilian Albert
2007-07-03
1
-50
/
+73
*
Only create the faces of a 3D box when needed (use pointers to refer to them).
Maximilian Albert
2007-07-03
1
-16
/
+44
*
Swap axis directions Y and Z (for consistency)
Maximilian Albert
2007-07-03
1
-11
/
+11
*
Use arrays to manage corners and faces of 3D boxes
Maximilian Albert
2007-07-03
1
-25
/
+20
*
First (very limited) version of the 3D box tool; allows for drawing of new bo...
Maximilian Albert
2007-06-21
1
-0
/
+257
[prev]