index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object
/
persp3d.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-6
/
+6
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+1
2016-07-20
Changed arguments and names of selection chemistry functions
Adrian Boguszewski
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-7
/
+8
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-7
/
+8
2014-03-09
Remove unused includes to tidy up the code.
Martin Owens
1
-2
/
+2
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-1
/
+11
2013-09-15
Added runtime check in SP_-cast macros.
Markus Engel
1
-1
/
+1
2013-09-14
Modified SP_IS_ macros.
Markus Engel
1
-1
/
+1
2013-08-01
Fixed more mismatched-tags; replaced GObject-properties in SPGuide
Markus Engel
1
-1
/
+1
2013-07-31
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
1
-0
/
+1
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-1
/
+1
2013-04-06
Merged more classes.
Markus Engel
1
-22
/
+3
2013-04-05
Merged Item.
Markus Engel
1
-1
/
+1
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-0
/
+1
2013-04-01
Replaced all casting macros with glib-independent ones.
Markus Engel
1
-4
/
+2
2013-03-29
Renamed virtual function names.
Markus Engel
1
-5
/
+5
2013-03-29
Added "virtual pads" for
Markus Engel
1
-1
/
+24
2013-03-14
Fix another tonne of forward declaration tags
Alex Valavanis
1
-1
/
+1
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
2009-12-26
Major simplification of 3D box code.
Maximilian Albert
1
-17
/
+2
2009-12-26
Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...
Maximilian Albert
1
-7
/
+22
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-4
/
+4
2009-08-05
SPDocument->Document
johnce
1
-4
/
+4
2008-09-18
More NR::Point ==> Geom::Point
Maximilian Albert
1
-4
/
+4
2008-04-04
Changed Persp3D::boxes_transformed to a std::map pointer since it was not bei...
John Faith
1
-1
/
+1
2008-03-19
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
Maximilian Albert
1
-4
/
+4
2008-03-06
If present, use existent perspective as default for new boxes when opening a ...
Maximilian Albert
1
-0
/
+1
2008-02-23
Fix LP #194718
Maximilian Albert
1
-1
/
+1
2008-02-22
Clean up comments and remove (already commented) debugging messages
Maximilian Albert
1
-2
/
+2
2008-01-08
Enable 3D box toolbar
Maximilian Albert
1
-2
/
+8
2007-12-23
Bug fix: prevent perspectives from being transformed more than once (by keepi...
Maximilian Albert
1
-0
/
+11
2007-12-13
If necessary, split up perspectives when applying transformations to boxes; m...
Maximilian Albert
1
-1
/
+3
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-0
/
+94