summaryrefslogtreecommitdiffstats
path: root/src/ui/tool-factory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add livecoding tool to toolbars-ol2019-11-231-0/+3
|
* remove HAVE_POTRACEMarc Jeanmougin2019-08-221-7/+1
|
* 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-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
| | | (bzr r15025)
* Enable builds without flood/trace on systems without PotraceAlex Valavanis2015-11-091-1/+7
| | | (bzr r14449.1.4)
* Strip ToolFactoryLiam P. White2015-02-251-0/+102
(bzr r13939.1.2)