summaryrefslogtreecommitdiffstats
path: root/src/ui/tool-factory.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-23add livecoding tool to toolbars-ol1-0/+3
2019-08-22remove HAVE_POTRACEMarc Jeanmougin1-7/+1
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2015-11-09Enable builds without flood/trace on systems without PotraceAlex Valavanis1-1/+7
(bzr r14449.1.4)
2015-02-25Strip ToolFactoryLiam P. White1-0/+102
(bzr r13939.1.2)