summaryrefslogtreecommitdiff
path: root/mate-panel/panel-run-dialog.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05Remove trailing whitespacesLaurent Napias1-1/+1
2019-06-21Update to the new panel_multimonitor functionsWilliam Wold1-4/+1
2019-06-21Rename panel-multiscreen files panel-multimonitorWilliam Wold1-1/+1
2019-03-10Wayland support for panel-run-dialog.cWilliam Wold1-3/+9
2018-05-30Support new mate-menus apiyetist1-65/+83
2018-04-26panel: Convert to GResourceVincent Untz1-23/+4
origin commits: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=9fca67f https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=695d30c https://git.gnome.org/browse/gnome-panel/patch/?id=00f9870cb28e6ef657d1
2018-04-17avoid 'gtk_file_chooser_dialog_new' with stock idsPablo Barciela1-6/+6
2018-03-19run dialog: force icon size when loading app iconmonsta1-1/+1
avoids jumping of nearby UI controls when icon is bigger than requested
2018-03-18Fix run dialog show-program-list enabling fixinfo-cppsp1-3/+18
learning signal chaining...
2018-03-14run-dialog: use F6 to switch between entry field and program listinfo-cppsp1-0/+33
fix #676
2018-02-24Scale monitor geometries down to device pixels to support multiple monitors ↵Victor Kareh1-3/+1
in HiDPI
2018-01-31Fix run dialog show-program-list enablinginfo-cppsp1-7/+20
fix #296
2018-01-31panel-run-dialog: fix build warning about incompatible typemonsta1-1/+1
introduced in 7f99492c269f541c81e4f36742ecc3f0b4ebac04
2018-01-25avoid deprecated GtkStockPablo Barciela1-2/+2
2018-01-25Support panel auto-scaling for HiDPI displaysVictor Kareh1-1/+3
*Fix scaling of panel widgets, buttons, and the menu bar *Draw grab handles at the ends of the panel *Fix size of _almost_ all included applets *Fix panel snapping coordinates *Down-scale monitor coordinates to support multi-monitors Author: Victor Kareh <[email protected]> Date: Wed Dec 20 14:03:18 2017 -0500
2018-01-19panel-run-dialog: fix segfault when program list is enabledlukefromdc1-3/+7
Fix https://github.com/mate-desktop/mate-panel/issues/706 *patch by https://github.com/muesli4
2017-08-02avoid deprecated gdk_screen_make_display_nameZenWalker1-3/+6
2017-04-19fix build with gcc 4.9.2 (looks like it's in c89 mode by default)monsta1-1/+2
2017-04-18Run dialog: Add option to reverse history viewMoritz Bruder1-22/+38
A setting is added to show the run dialog history in reverse.
2017-04-18Run 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-18Run 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-17Run 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