summaryrefslogtreecommitdiffstats
path: root/src/object/box3d.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make doc2dt a document propertyThomas Holder2019-07-271-1/+4
| | | | Closes #340
* More document.h cleanup.Tavmjong Bah2019-04-061-1/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-9/+9
|
* Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza2018-12-151-3/+0
| | | | fill-betreen-* LPEs
* 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 Inkscape::URI::toStringThomas Holder2018-11-051-3/+2
|
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-1/+1
|
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-1/+1
|
* !SP_ACTIVE_DESKTOP -> is_yaxisdown trueThomas Holder2018-09-231-1/+1
| | | | Fixes 3D box --export-png
* fix 3D boxes with inverted y-axis (follow-up)Thomas Holder2018-09-141-15/+8
| | | | The initial fix was only correct for parallel/infinite Y direction
* New option to invert y-axisThomas Holder2018-09-121-2/+15
| | | | | | | | | 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-emplace pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This reduces the boilerplate required to add a new element to a container.
* 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-5/+5
| | | | | 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-5/+5
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+1359
A lot of header clean-up.