summaryrefslogtreecommitdiffstats
path: root/src/object/persp3d.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-28/+27
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-1/+1
|
* !SP_ACTIVE_DESKTOP -> is_yaxisdown trueThomas Holder2018-09-231-2/+2
| | | | Fixes 3D box --export-png
* fix 3D boxes with inverted y-axis (follow-up)Thomas Holder2018-09-141-4/+10
| | | | The initial fix was only correct for parallel/infinite Y direction
* New option to invert y-axisThomas Holder2018-09-121-26/+49
| | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-8/+8
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-6/+6
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-6/+6
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+581
A lot of header clean-up.