summaryrefslogtreecommitdiffstats
path: root/src/object/box3d.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-27Make doc2dt a document propertyThomas Holder1-1/+4
2019-04-06More document.h cleanup.Tavmjong Bah1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-9/+9
2018-12-15Remove unused transform functions related to LPE and improvements to fill-bet...Jabier Arraiza1-3/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-05remove Inkscape::URI::toStringThomas Holder1-3/+2
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-10-01Move macros.h and remove unneeded macrosEduard Braun1-1/+1
2018-09-23!SP_ACTIVE_DESKTOP -> is_yaxisdown trueThomas Holder1-1/+1
2018-09-14fix 3D boxes with inverted y-axis (follow-up)Thomas Holder1-15/+8
2018-09-12New option to invert y-axisThomas Holder1-2/+15
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
2017-11-07Misc. typosUnknown1-1/+1
2017-10-12Update POTFILES.in etc. after renamingStefano Facchini1-1/+1
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-1/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+6
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-5/+5
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-10/+10
2015-11-06static code analysisKris De Gussem1-1/+6
2015-02-25create SPObject factoryLiam P. White1-10/+0
2014-12-28prevent possible usage of -1 array indexKris De Gussem1-12/+14
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-1/+1
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-25/+24
2014-10-16Removed dangerous GTK-mimicking macros.Jon A. Cruz1-10/+13
2014-07-22Fixed some unused variables warnings.Markus Engel1-19/+0
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-1/+1
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-10-26Added some consts.Markus Engel1-21/+18
2013-10-06Add 3d Box displayName and descriptionMartin Owens1-0/+9
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-5/+2
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-05Merged Item.Markus Engel1-1/+0
2013-04-05Merged more classes.Markus Engel1-1/+0
2013-04-05Merged Group and subclasses.Markus Engel1-51/+28
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+10
2013-04-01Added constructors to SP classes.Markus Engel1-4/+13
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-13/+13
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-23Clean up more GObject type definitionsAlex Valavanis1-40/+11