index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
persp3d.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed Persp3D::boxes_transformed to a std::map pointer since it was not bei...
John Faith
2008-04-04
1
-18
/
+21
*
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
Maximilian Albert
2008-03-19
1
-28
/
+45
*
If present, use existent perspective as default for new boxes when opening a ...
Maximilian Albert
2008-03-06
1
-0
/
+13
*
Fix LP #196893 (weird snapping of 3D box Z handles)
Maximilian Albert
2008-03-03
1
-1
/
+1
*
less arbitrary default perspective
bulia byak
2008-02-27
1
-3
/
+3
*
Fix LP #194718
Maximilian Albert
2008-02-23
1
-3
/
+3
*
Clean up comments and remove (already commented) debugging messages
Maximilian Albert
2008-02-22
1
-32
/
+2
*
Don't store perspectives in plain SVG
Maximilian Albert
2008-02-17
1
-1
/
+1
*
Check for perspective in document defs (to avoid hanging/crashes after vacuum...
Maximilian Albert
2008-01-11
1
-0
/
+21
*
fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent nam...
Johan B. C. Engelen
2008-01-09
1
-1
/
+1
*
Enable 3D box toolbar
Maximilian Albert
2008-01-08
1
-3
/
+4
*
Applying Gail's patch for font-specification
Bryce Harrington
2008-01-05
1
-1
/
+1
*
Recompute box corners relative to new perspective when merging persps (to pre...
Maximilian Albert
2007-12-26
1
-8
/
+2
*
noop: remove unused variable
Maximilian Albert
2007-12-26
1
-1
/
+0
*
Fix bug #178004 [assert when saving as plain svg]
Maximilian Albert
2007-12-26
1
-4
/
+5
*
Bug fix: prevent perspectives from being transformed more than once (by keepi...
Maximilian Albert
2007-12-23
1
-2
/
+98
*
Warning cleanup
Jon A. Cruz
2007-12-15
1
-6
/
+6
*
If necessary, split up perspectives when applying transformations to boxes; m...
Maximilian Albert
2007-12-13
1
-2
/
+32
*
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
2007-12-13
1
-0
/
+546