summaryrefslogtreecommitdiffstats
path: root/src/widgets/ege-output-action.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-03MeasureToolbar: GtkAction migrationAlexander Valavanis1-259/+0
2018-11-25EgeOutputAction: Replace deprecated g_type_class_add_privateAlexander Valavanis1-15/+29
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2017-09-30Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin1-10/+13
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-5/+1
(bzr r15023.2.8)
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-1/+1
(bzr r13341.1.249)
2014-01-03Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3Alex Valavanis1-1/+1
(bzr r12872)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-29/+2
(bzr r12064)
2012-06-23Use orientable widgets in GTK+ 3 buildAlex Valavanis1-0/+5
(bzr r11512)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-3/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2011-03-20Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz1-0/+2
Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118)
2007-12-04Implemented use of "short_label" for toolbar items.Jon A. Cruz1-1/+1
Fixes bug #168826. (bzr r4167)
2007-03-27Adding the new/change label to the star toolbarJon A. Cruz1-0/+267
(bzr r2772)