summaryrefslogtreecommitdiffstats
path: root/src/ege-output-action.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-245/+0
(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)