index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
box3d.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1359
/
+0
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-10-12
Update POTFILES.in etc. after renaming
Stefano Facchini
1
-1
/
+1
2017-02-05
Fix C++11 errors and warnings with g++-7
Alex Valavanis
1
-1
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-6
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-5
/
+5
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-10
/
+10
2015-11-06
static code analysis
Kris De Gussem
1
-1
/
+6
2015-02-25
create SPObject factory
Liam P. White
1
-10
/
+0
2014-12-28
prevent possible usage of -1 array index
Kris De Gussem
1
-12
/
+14
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-11-26
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability
Liam P. White
1
-1
/
+1
2014-10-24
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
1
-25
/
+24
2014-10-16
Removed dangerous GTK-mimicking macros.
Jon A. Cruz
1
-10
/
+13
2014-07-22
Fixed some unused variables warnings.
Markus Engel
1
-19
/
+0
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-1
/
+1
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-10-26
Added some consts.
Markus Engel
1
-21
/
+18
2013-10-06
Add 3d Box displayName and description
Martin Owens
1
-0
/
+9
2013-09-20
Refactor status-bar text for multiple items, was very broken
Martin Owens
1
-5
/
+2
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-2
/
+0
2013-04-05
Merged Item.
Markus Engel
1
-1
/
+0
2013-04-05
Merged more classes.
Markus Engel
1
-1
/
+0
2013-04-05
Merged Group and subclasses.
Markus Engel
1
-51
/
+28
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
-4
/
+13
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-13
/
+13
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-4
/
+4
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-23
Clean up more GObject type definitions
Alex Valavanis
1
-40
/
+11
2012-10-27
cppcheck: use gobject casts in box3d and hide dead code
Alex Valavanis
1
-17
/
+19
2012-10-06
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
1
-3
/
+3
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-1
/
+1
2012-08-19
Added "virtual pad" to SPBox3D.
Markus Engel
1
-39
/
+92
2011-07-19
remove some unnecessary inkscape_active_desktop() calls
Johan B. C. Engelen
1
-1
/
+1
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-2
/
+2
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-3
/
+3
2011-07-02
Applying patch from Campbell Barton to help building on other than gcc.
Jon A. Cruz
1
-2
/
+5
2011-02-20
Pass removing some outdated C-macro use.
Jon A. Cruz
1
-16
/
+14
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-6
/
+6
2010-08-05
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
1
-3
/
+3
2010-07-17
More in XML privatisation with new create3DBox function and other supplements...
Abhishek Sharma Public
1
-0
/
+12
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-22
/
+29
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-5
/
+5
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-7
/
+7
2009-12-26
Major simplification of 3D box code.
Maximilian Albert
1
-65
/
+2
[next]