summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/text-tool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment dead code not used currentlyJabiertxof2019-09-291-1/+2
|
* Fixes pointed by ThomasJabiertxof2019-09-291-1/+1
|
* Add line height UX improvementsJabier Arraiza2019-09-071-1/+0
|
* Remove line height code and ficx coding styleJabiertxof2019-08-021-1/+1
|
* Stop worinig with units switch to px. Keep discussion opengit add .git add .Jabiertxof2019-08-021-1/+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-override pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* 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)