summaryrefslogtreecommitdiffstats
path: root/src/widgets/ege-output-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MeasureToolbar: GtkAction migrationAlexander Valavanis2019-02-031-259/+0
|
* EgeOutputAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-251-15/+29
|
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - 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-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)