summaryrefslogtreecommitdiff
path: root/mate-panel/panel.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05Remove trailing whitespacesLaurent Napias1-15/+15
2019-06-21Rename panel-multiscreen files panel-multimonitorWilliam Wold1-1/+0
2019-03-10Wayland support for panel.cWilliam Wold1-0/+9
2018-09-12panel: avoid a criticalRui Caridade1-1/+1
g_file_query_info can return NULL. Use g_clear_object to make sure we don't try to unref NULL pointer. Origin commit: https://github.com/GNOME/gnome-panel/commit/73fa9808f24ee6a95e12a8558d6b1f6513b78693#diff-5f461c83a31d7792b939f3a1be40c512
2018-07-04panel-context-menu: replace deprecated gtk_menu_popupraveit651-1/+1
2018-04-09avoid gtk_dialog_add_buttons with stock idsPablo Barciela1-4/+9
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-5/+0
2018-01-25avoid deprecated GtkStockPablo Barciela1-2/+2
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-17/+0
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.
2016-03-25Gtk3.18/3.20-move background handling toplevel lukefromdc1-1/+6
panel.c
2016-02-21fix some warningsSorokin Alexei1-0/+4
2016-01-05rename mate-panel-*.{c|h} -> panel-*.{c|h} for consistencymonsta1-1/+1
(libmate-panel-applet files are left alone since there are public header files used by all panel applets)
2015-07-14Replace GtkObject with GObject also for Gtk+ 2infirit1-4/+0
2015-07-14Drop gdkkeysyms-compat usage in Gtk+3infirit1-2/+1
The new GDK_KEY_ keys are also in Gtk+2.
2015-01-14Set Cancel as default action when deleting a panel/drawerGilles G1-1/+1
Closes https://github.com/mate-desktop/mate-panel/pull/268
2014-10-13Fix segfault: gtk_get_current_event can return nullDenis Gorodnichev1-2/+5
fix segfault when gtk_get_current_event return null fix memory leak: gtk_get_current_event return value must be freed Closes https://github.com/mate-desktop/mate-panel/pull/243
2013-11-29Panel background improvements for GTK3Stefano Karapetsas1-0/+11
2013-10-26mate-panel: Add GTK3 supportStefano Karapetsas1-0/+1
2013-08-06Merge branch 'master' of github.com:mate-desktop/mate-panelStefano Karapetsas1-1/+1
2013-08-06Improve GTK3 supportStefano Karapetsas1-0/+8
2013-08-02Correct 2 typo's in panel.cinfirit1-1/+1
2013-08-01Replace ghelp: with help: for user-guideinfirit1-2/+2
2013-07-12Use yelp-tools instead of mate-doc-utilsStefano Karapetsas1-0/+1
2012-10-11migrate mate-panel to gsettingsStefano Karapetsas1-7/+5
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1403