summaryrefslogtreecommitdiffstats
path: root/src/widgets/ink-comboboxentry-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finish TextToolbar migrationAlexander Valavanis2019-06-051-683/+0
|
* TextToolbar: Migrate FontSize widgetAlexander Valavanis2019-06-051-7/+5
|
* ComboBoxToolItem: Rebase on ToolItemAlexander Valavanis2019-06-041-46/+39
|
* Hackfest 2019: C++ify ComboBoxEntryActionAlexander Valavanis2019-05-291-564/+292
|
* 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-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-30/+30
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Replace all deprecated gdk_keymap_get_default() with ↵Emmanuel Gil Peyrot2018-06-121-1/+2
| | | | Gdk::Display::get_default()->get_keymap().
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-14/+0
| | | (bzr r15023.2.8)
* ink-comboboxentry-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+18
| | | (bzr r14815)
* Update to trunk r13621Liam P. White2014-10-171-1/+1
| | | (bzr r13341.1.278)
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-0/+958
(bzr r13341.1.249)