summaryrefslogtreecommitdiffstats
path: root/src/widgets/ink-toggle-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove unused icon-size.hStefano Facchini2017-10-191-2/+2
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-8/+7
|
* Split InkAction classes into separate filesAlex Valavanis2016-08-051-0/+221
(bzr r15043)