summaryrefslogtreecommitdiff
path: root/mate-panel/panel-addto.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-20Fix some -Wsign-compare warningsrbuj1-10/+11
2021-12-20Remove unnecessary cast in g_signal_connect* callrbuj1-9/+13
2021-12-19Use dashes instead of underscores in signal namesrbuj1-1/+1
2021-12-16Use g_clear_pointer() and g_clear_object()rbuj1-60/+17
2021-12-11Use a blank line at mostrbuj1-1/+0
2021-06-22update copyright to 2021raveit651-0/+1
2020-09-07Remove variableScope warnings reported by cppcheckrbuj1-17/+15
cppcheck --enable=all . 2> err.txt grep variableScope err.txt
2020-07-07Using #include with system librariesrbuj1-1/+1
2020-07-05Avoid using single-line cpp commentsrbuj1-1/+1
2020-05-25Fix some cast-function-type warnings introduced in GCC 8rbuj1-1/+1
2020-02-19Enable applications in addto menu (fixes 1055) (#1056)William Wold1-0/+2
2019-10-07Change the panel menu descriptions to better identify themMartin Wimpress1-4/+4
The "Main Menu" becomes "Compact Menu", since it is indeed the most compact menu available for MATE. The "Menu Bar" becomes "Classic Menu" since this is what most users identify as the classic menu used in GNOME2/MATE. The description more clearly articulates the menu features.
2019-06-20Load and store what platforms applets supportWilliam Wold1-1/+18
2019-06-20panel-addto support disabling appletsWilliam Wold1-3/+51
2019-06-20Panel addto Wayland supportWilliam Wold1-4/+13
2018-05-30Support new mate-menus apiyetist1-39/+54
2018-04-09avoid gtk_dialog_add_buttons with stock idsPablo Barciela1-11/+17
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2018-01-25avoid deprecated GtkStockPablo Barciela1-10/+8
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela1-4/+2
This commit reverts: https://github.com/mate-desktop/mate-panel/commit/7b2bc7d9f98c6ba8c2c31bdf9605faadb42a7e0e And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height
2017-08-13avoid deprecated gdk_screen_get_width/heightZenWalker1-1/+4
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-8/+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-06-29use gtk_box_new instead of gtk_{h,v}box_new properlySorokin Alexei1-5/+8
2016-01-23Gtk3: Don't use deprecated gtk_misc_set_alignmentRoy Zhang1-0/+5
2016-01-05rename mate-panel-*.{c|h} -> panel-*.{c|h} for consistencymonsta1-2/+2
(libmate-panel-applet files are left alone since there are public header files used by all panel applets)
2014-11-23Gtk3: Silence GtkBox deprecation warningsinfirit1-0/+5
2014-11-22panel-addto: Remove the vbox as it is redundant.infirit1-21/+0
And cut down on some ifdef hell in the process.
2014-11-18use gtk icon(pixmap) cache insteadof custom oneDenis Gorodnichev1-39/+14
2014-05-16Remove all calls gtk_dialog_set_has_separatorinfirit1-4/+1
2014-02-21memory leaksDenis Gorodnichev1-1/+3
g_settings_get_string returns newly-allocated string
2013-12-22Update help uri to the correct locationinfirit1-1/+1
2013-11-15Fix not expanded applets list in GTK3 addto dialogStefano Karapetsas1-0/+17
2013-10-26mate-panel: Add GTK3 supportStefano Karapetsas1-0/+2
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-10-11migrate mate-panel to gsettingsStefano Karapetsas1-33/+17
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1428