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
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-3
/
+3
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-1
/
+2
*
Store 3d box tool coordinates stored in 'user units'.
Tavmjong Bah
2014-12-04
1
-42
/
+70
*
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability
Liam P. White
2014-11-26
1
-3
/
+3
*
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-4
/
+4
*
1. make it compile
Liam P. White
2014-06-25
1
-1
/
+1
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-1
/
+1
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-2
/
+2
*
Merge from trunk.
Matthew Petroff
2013-09-20
1
-58
/
+32
|
\
|
*
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
2013-07-31
1
-18
/
+9
|
*
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-8
/
+5
|
*
Merged more classes.
Markus Engel
2013-04-06
1
-41
/
+14
|
*
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
2013-04-02
1
-0
/
+10
|
*
Added constructors to SP classes.
Markus Engel
2013-04-01
1
-7
/
+13
|
*
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
|
*
Renamed virtual function names.
Markus Engel
2013-03-29
1
-9
/
+9
|
*
merged from trunk
Markus Engel
2013-03-29
1
-171
/
+3
|
|
\
|
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-4
/
+4
|
*
|
Added "virtual pads" for
Markus Engel
2013-03-29
1
-10
/
+145
|
*
|
Various changes.
Markus Engel
2013-03-14
1
-3
/
+4
*
|
|
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-3
/
+4
|
|
/
|
/
|
*
|
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-29
/
+1
|
/
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
1
-0
/
+1
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+1
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-3
/
+3
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
1
-10
/
+10
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-1
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-31
/
+27
|
\
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-4
/
+4
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-3
/
+3
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-2
/
+2
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-3
/
+3
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
/
*
Major simplification of 3D box code.
Maximilian Albert
2009-12-26
1
-142
/
+8
*
Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...
Maximilian Albert
2009-12-26
1
-100
/
+153
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-5
/
+5
*
SPDocument->Document
johnce
2009-08-05
1
-5
/
+5
*
gcc warning cleanup
Felipe Corr??a da Silva Sanches
2009-02-09
1
-1
/
+1
*
More NR::Point ==> Geom::Point
Maximilian Albert
2008-09-18
1
-9
/
+9
*
comments
Maximilian Albert
2008-07-30
1
-0
/
+7
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-4
/
+3
*
Patch from sas to avoid GC warning during vacuum defs (closes LP #236816)
Maximilian Albert
2008-06-08
1
-1
/
+0
*
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
[next]