summaryrefslogtreecommitdiff
path: root/mate-panel/panel-run-dialog.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25run-dialog: Don't needlessly override DISPLAY environment variableColomban Wendling1-20/+2
2023-11-21Do not perform useless incoherent NULL checkColomban Wendling1-1/+1
2023-11-21Reorder array index limit checkColomban Wendling1-3/+1
2023-05-07panel-run-dialog: Add accelerator keys for "list of known applications" (#1359)Matthias Reis1-20/+136
2022-01-18panel-run-dialog: address of array 'dent->d_name' will always evaluate to 'true'rbuj1-2/+1
2021-12-20Fix some -Wsign-compare warningsrbuj1-3/+3
2021-12-19Use dashes instead of underscores in signal namesrbuj1-2/+2
2021-12-16Use g_clear_pointer() and g_clear_object()rbuj1-19/+9
2021-12-11Use a blank line at mostrbuj1-1/+0
2021-08-03Use absolute path g_get_home_dir replaces "~/"zhuyaliang1-0/+15
2021-06-22update copyright to 2021raveit651-0/+1
2021-04-25Replace deprecated GCompletion with GtkEntryCompletionzhuyaliang1-53/+37
2020-09-07Remove variableScope warnings reported by cppcheckrbuj1-33/+22
2020-07-29panel-run-dialog: Fix leaking tree model stringsTomas Bzatek1-6/+18
2020-07-05Avoid using single-line cpp commentsrbuj1-5/+6
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
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
2018-03-18Fix run dialog show-program-list enabling fixinfo-cppsp1-3/+18
2018-03-14run-dialog: use F6 to switch between entry field and program listinfo-cppsp1-0/+33
2018-02-24Scale monitor geometries down to device pixels to support multiple monitors i...Victor Kareh1-3/+1
2018-01-31Fix run dialog show-program-list enablinginfo-cppsp1-7/+20
2018-01-31panel-run-dialog: fix build warning about incompatible typemonsta1-1/+1
2018-01-25avoid deprecated GtkStockPablo Barciela1-2/+2
2018-01-25Support panel auto-scaling for HiDPI displaysVictor Kareh1-1/+3
2018-01-19panel-run-dialog: fix segfault when program list is enabledlukefromdc1-3/+7
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
2017-04-18Run dialog: Fix wrong history len with max size 1Moritz Bruder1-17/+16
2017-04-18Run dialog: Allow changing history sizeMoritz Bruder1-26/+33
2017-04-17Run dialog: Fix wrong history orderMoritz Bruder1-1/+1
2017-01-05remove ancient code leftoversmonsta1-19/+0
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-28/+1
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
2014-11-23Gtk3: panel-run-dialog: Use style-updated signal instead of style-setinfirit1-0/+17
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