summaryrefslogtreecommitdiffstats
path: root/src/widgets/ink-tool-menu-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NodeToolbar: GtkAction migrationAlexander Valavanis2019-02-041-58/+0
|
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - 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.
* Remove old icon handling codeAlexander Valavanis2017-06-291-1/+1
|
* Split InkAction classes into separate filesAlex Valavanis2016-08-051-0/+49
(bzr r15043)