summaryrefslogtreecommitdiffstats
path: root/src/ege-select-one-action.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-1153/+0
2014-01-03Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3Alex Valavanis1-2/+2
2013-08-03reduce scope of variablesJohan B. C. Engelen1-2/+1
2013-03-11cppcheckKris De Gussem1-6/+4
2013-01-26More GObject boilerplate reductionAlex Valavanis1-33/+7
2013-01-04ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6Alex Valavanis1-20/+0
2012-06-23Use orientable widgets in GTK+ 3 buildAlex Valavanis1-0/+12
2012-04-01Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith1-1/+7
2012-02-22cppcheck: null pointer dereference fixKris De Gussem1-10/+8
2012-01-02Replace deprecated GtkComboBoxEntryAlex Valavanis1-8/+60
2011-08-16Fix large memory leaks in the swatches panelKrzysztof Kosi??ski1-0/+15
2011-07-28fix for build error when not returning a value in libgdl & minor style edit.Campbell Barton1-1/+1
2011-07-03GTK+ cleanup: gtk_action_connect_proxyAlex Valavanis1-1/+1
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-3/+1
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-9/+0
2011-05-20Reinstating version bump.Jon A. Cruz1-3/+0
2011-05-19Revert version bump so win devlibs can catch up.Jon A. Cruz1-0/+3
2011-05-18Made dependencies explicit and bumped versions.Jon A. Cruz1-3/+0
2011-03-20Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz1-11/+15
2010-05-22Temporary build fix for not newest gtk versions.Jon A. Cruz1-2/+4
2010-05-13Get rid of unneeded labels when the icons are self-explanatory.Tavmjong Bah1-1/+4
2010-05-13Add ability to set icons to insensitive. Used to disable "Justify"Tavmjong Bah1-0/+117
2010-04-20Drop short limit on propery values.Jon A. Cruz1-5/+5
2010-04-20Added completion entry for editable lists.Jon A. Cruz1-5/+41
2010-04-19Added settor method for custom/non-model textJon A. Cruz1-3/+24
2010-04-14Updated GtkAction subclass to allow "open" selections for a user to type into.Jon A. Cruz1-27/+202
2010-04-13Added method to fetch currently active text.Jon A. Cruz1-0/+15
2010-04-13Minor fix of pointer check.Jon A. Cruz1-1/+1
2009-07-13Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be directly...Josh Andler1-1/+1
2008-07-21prevent warning when model is cleared before being refilledbulia byak1-1/+1
2008-04-26Fixed setting property at wrong timeJon A. Cruz1-1/+3
2008-04-25Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug #22...Jon A. Cruz1-0/+37
2008-03-19More woke on calligraaphic presets:Aubanel Monnier1-0/+3
2007-12-04Implemented use of "short_label" for toolbar items.Jon A. Cruz1-3/+3
2007-09-10add label to compact and full appearancesbulia byak1-9/+24
2007-04-24Added base icon support to combo box presentationJon A. Cruz1-2/+13
2007-04-15Visual layout and spacing cleanupJon A. Cruz1-3/+13
2007-04-15Work-around code for GTK+ 2.8 compatibility (gtk+ 2.10 required RSN)Jon A. Cruz1-1/+13
2007-04-13Added XForms-style "appearance" support and basic icon useJon A. Cruz1-22/+285
2007-04-05Replacing old multifunction widget with separate widget & modelJon A. Cruz1-0/+407