summaryrefslogtreecommitdiff
path: root/mate-panel/panel-run-dialog.c
AgeCommit message (Collapse)AuthorFilesLines
2017-04-25fix build with gcc 4.9.2 (looks like it's in c89 mode by default)monsta1-1/+2
2017-04-25Run dialog: Add option to reverse history viewMoritz Bruder1-22/+38
A setting is added to show the run dialog history in reverse.
2017-04-25Run dialog: Fix wrong history len with max size 1Moritz Bruder1-17/+16
In a special case where the history size was 1, the actual history saved had length 2. In addition history is always written with new entries. One could also connect a signal to the max size property to force writing history (i.e., to shorten it).
2017-04-25Run dialog: Allow changing history sizeMoritz Bruder1-26/+33
A key has been added to the gsettings schema that controls history size. The code of the run dialog has been changed to use that key.
2017-04-18Run dialog: Fix wrong history orderMoritz Bruder1-1/+1
Initially the org.mate.panel.general.history-mate-run key was saved with the most recent command last. In combination with wrong code this led to scrambling the history. This commit changes the history storage in a way that most recent elements are stored first. The code adapts to this change by changing only one function to prepend instead of append in the list store. (Any old histories might therefore be wrong for a short time, but that's probably worth it to fix this bug.)
2017-01-05remove ancient code leftoversmonsta1-19/+0
once it was some easter egg, now it's just a non-working garbage
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-28/+1
and require libmate-desktop >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2015-10-25run dialog: make app description label unfocusableMonsta1-0/+2
2015-09-04panel-run-dialog: Use g_spawn_async in both Gtk versions.infirit1-19/+17
2015-08-26Gtk3: fixed build warningyetist1-2/+4
2014-11-23don't leak memoryMonsta1-1/+1
2014-11-23panel: Add panel_run_dialog_get_combo_text() helperinfirit1-4/+14
Instead of writing some long line again and again, use a small helper. Taken from gnome-panel commit: 412ac2e4fa6a19c454b7046b9f57b9622a7b97d0 From: Vincent Untz <[email protected]>
2014-11-23Gtk3: panel-run-dialog: Use style-updated signal instead of style-setinfirit1-0/+17
Based on gnome-panel commit: b4deac9d217b4785d2c930a2deb2d94f5e4878d9 From: Carlos Garcia Campos <[email protected]>
2014-11-18use gtk icon(pixmap) cache insteadof custom oneDenis Gorodnichev1-124/+56
2014-05-04gtk3: fix run application dialogDenis Gorodnichev1-20/+2
2013-12-22Update help uri to the correct locationinfirit1-1/+1
2013-10-26mate-panel: Add GTK3 supportStefano Karapetsas1-13/+44
2013-02-05Avoid-double-forking-when-launching-apps-it-breaksraveit1-2/+16
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-10-16add --run-dialog option to open run dialogStefano Karapetsas1-0/+10
2012-10-11migrate mate-panel to gsettingsStefano Karapetsas1-53/+38
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+2041