summaryrefslogtreecommitdiffstats
path: root/src/ui/tools-switch.cpp (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-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | 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-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-9/+8
| | | | A lot of header clean-up.
* Refactor SPDesktop::setEventContext to allow for unsetting the current toolStefano Facchini2017-11-131-1/+1
| | | | | Passing the empty string as toolName has the effect of unsetting and freeing the current tool. This will be used in a future commit.
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+6
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+0
| | | (bzr r15025)
* Fix for bug 1539704 (Crash when selecting the eraser tool).suv-lp2016-01-301-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1539704 (bzr r14626)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Update to trunk r13648Liam P. White2014-10-311-11/+16
|\ | | | | (bzr r13341.5.19)
| * Update to trunk r13638Liam P. White2014-10-251-11/+16
| | | | | | (bzr r13341.1.286)
* | Update to experimental r13598Liam P. White2014-10-081-2/+2
|/ | | (bzr r13341.5.17)
* Move more UI code into ui/Liam P. White2014-10-051-0/+196
(bzr r13341.1.253)