summaryrefslogtreecommitdiffstats
path: root/src/widgets/ink-comboboxentry-action.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finish TextToolbar migrationAlexander Valavanis2019-06-051-155/+0
|
* TextToolbar: Migrate FontSize widgetAlexander Valavanis2019-06-051-2/+0
|
* ComboBoxToolItem: Rebase on ToolItemAlexander Valavanis2019-06-041-19/+21
|
* Hackfest 2019: C++ify ComboBoxEntryActionAlexander Valavanis2019-05-291-82/+130
|
* 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-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* 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.
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-0/+106
(bzr r13341.1.249)