summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/text-tool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This patch adds the copy-paste formated text functionality to the text tool.Alexandru-Daniel Roman2017-02-281-0/+1
| | | | | It doesn't retain the font-size and font-style properties. (bzr r15553)
* Reduce header bloatAlex Valavanis2014-08-301-4/+3
| | | (bzr r13341.1.184)
* Derive ToolBase from sigc::trackable for easier slot management.Krzysztof Kosi??ski2014-03-051-0/+6
| | | | | | Fix TextTool to use mem_fun instead of ptr_fun to avoid the generation of stale slots. (bzr r13118)
* Made constructors of tools use initializer lists.Markus Engel2014-02-261-5/+5
| | | (bzr r13060)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-0/+101
(bzr r12785)