summaryrefslogtreecommitdiffstats
path: root/src/widgets/ege-output-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-301-10/+13
|
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-5/+1
| | | (bzr r15023.2.8)
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-0/+245
(bzr r13341.1.249)