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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-27
Make doc2dt a document property
Thomas Holder
1
-2
/
+2
2019-01-02
modernize loops
Marc Jeanmougin
1
-28
/
+27
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-1
/
+0
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-09-23
!SP_ACTIVE_DESKTOP -> is_yaxisdown true
Thomas Holder
1
-2
/
+2
2018-09-14
fix 3D boxes with inverted y-axis (follow-up)
Thomas Holder
1
-4
/
+10
2018-09-12
New option to invert y-axis
Thomas Holder
1
-26
/
+49
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-8
/
+8
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-6
/
+6
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-6
/
+6
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+0
2016-07-20
Changed arguments and names of selection chemistry functions
Adrian Boguszewski
1
-2
/
+2
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-2
/
+2
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-6
/
+7
2015-11-13
static code analysis
Kris De Gussem
1
-4
/
+4
2015-02-25
create SPObject factory
Liam P. White
1
-10
/
+0
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-3
/
+3
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+2
2014-12-04
Store 3d box tool coordinates stored in 'user units'.
Tavmjong Bah
1
-42
/
+70
2014-11-26
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability
Liam P. White
1
-3
/
+3
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-4
/
+4
2014-06-25
1. make it compile
Liam P. White
1
-1
/
+1
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-2
/
+2
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-3
/
+4
2013-07-31
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
1
-18
/
+9
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-8
/
+5
2013-04-06
Merged more classes.
Markus Engel
1
-41
/
+14
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+10
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-7
/
+13
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-9
/
+9
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-4
/
+4
2013-03-29
Added "virtual pads" for
Markus Engel
1
-10
/
+145
2013-03-14
Various changes.
Markus Engel
1
-3
/
+4
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-29
/
+1
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
[next]