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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-3
/
+3
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-10
/
+10
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-4
/
+4
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-3
/
+3
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-2
/
+2
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
2009-12-26
Major simplification of 3D box code.
Maximilian Albert
1
-142
/
+8
2009-12-26
Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...
Maximilian Albert
1
-100
/
+153
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-5
/
+5
2009-08-05
SPDocument->Document
johnce
1
-5
/
+5
2009-02-09
gcc warning cleanup
Felipe Corr??a da Silva Sanches
1
-1
/
+1
2008-09-18
More NR::Point ==> Geom::Point
Maximilian Albert
1
-9
/
+9
2008-07-30
comments
Maximilian Albert
1
-0
/
+7
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-4
/
+3
2008-06-08
Patch from sas to avoid GC warning during vacuum defs (closes LP #236816)
Maximilian Albert
1
-1
/
+0
2008-04-04
Changed Persp3D::boxes_transformed to a std::map pointer since it was not bei...
John Faith
1
-18
/
+21
2008-03-19
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
Maximilian Albert
1
-28
/
+45
2008-03-06
If present, use existent perspective as default for new boxes when opening a ...
Maximilian Albert
1
-0
/
+13
2008-03-03
Fix LP #196893 (weird snapping of 3D box Z handles)
Maximilian Albert
1
-1
/
+1
2008-02-27
less arbitrary default perspective
bulia byak
1
-3
/
+3
2008-02-23
Fix LP #194718
Maximilian Albert
1
-3
/
+3
2008-02-22
Clean up comments and remove (already commented) debugging messages
Maximilian Albert
1
-32
/
+2
2008-02-17
Don't store perspectives in plain SVG
Maximilian Albert
1
-1
/
+1
2008-01-11
Check for perspective in document defs (to avoid hanging/crashes after vacuum...
Maximilian Albert
1
-0
/
+21
2008-01-09
fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent nam...
Johan B. C. Engelen
1
-1
/
+1
2008-01-08
Enable 3D box toolbar
Maximilian Albert
1
-3
/
+4
2008-01-05
Applying Gail's patch for font-specification
Bryce Harrington
1
-1
/
+1
2007-12-26
Recompute box corners relative to new perspective when merging persps (to pre...
Maximilian Albert
1
-8
/
+2
2007-12-26
noop: remove unused variable
Maximilian Albert
1
-1
/
+0
2007-12-26
Fix bug #178004 [assert when saving as plain svg]
Maximilian Albert
1
-4
/
+5
2007-12-23
Bug fix: prevent perspectives from being transformed more than once (by keepi...
Maximilian Albert
1
-2
/
+98
2007-12-15
Warning cleanup
Jon A. Cruz
1
-6
/
+6
2007-12-13
If necessary, split up perspectives when applying transformations to boxes; m...
Maximilian Albert
1
-2
/
+32
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-0
/
+546