summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-temporary-item-list.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-1/+0
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Fix some canvas problems and refactorizationJabier Arraiza Cenoz2016-10-101-0/+1
| | | (bzr r15142.1.8)
* More header cleanupLiam P. White2014-09-061-3/+2
| | | (bzr r13341.1.198)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
| | | (bzr r10696)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+2
| | | | | the contents forward.h at all). (bzr r10667)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+2
| | | | | header. (bzr r9978.1.1)
* Line-end fixupsJon A. Cruz2008-03-221-58/+58
| | | (bzr r5161)
* NEW: temporary on-canvas indicatorsJohan B. C. Engelen2008-03-021-0/+58
(bzr r4918)