summaryrefslogtreecommitdiff
path: root/libmate-panel-applet
AgeCommit message (Expand)AuthorFilesLines
2024-02-04Reduce scope of variablesColomban Wendling1-4/+4
2024-02-04Revert "Reduce scope of variables"raveit651-4/+4
2024-01-25wayland: keep window list menu off space not used for buttonslukefromdc1-1/+11
2023-11-21Remove unused-but-set variableColomban Wendling1-2/+0
2023-11-21Reduce scope of variablesColomban Wendling1-4/+4
2023-11-21Optimize mate_panel_applet_settings_get_g*list()Colomban Wendling1-10/+10
2023-08-12libmate-panel-applet: don't use panel plug to find the screenlukefromdc1-1/+1
2023-06-29libmate-panel-applet/Makefile.am: Fix build with gettext 0.22Brahmajit Das1-1/+1
2023-05-17tell dconf-edit about relocatable schemas (#1355)Denis Gorodnichev2-0/+90
2022-06-28panel-applet: Fix leak in no-background code pathColomban Wendling1-2/+3
2021-12-20Fix some -Wsign-compare warningsrbuj1-1/+1
2021-12-20Remove unnecessary cast in g_signal_connect* callrbuj2-7/+4
2021-12-19Use dashes instead of underscores in signal namesrbuj2-6/+6
2021-12-16Use g_clear_pointer() and g_clear_object()rbuj2-28/+10
2021-12-14Fix build warnings about missing field initializerrbuj2-3/+6
2021-12-11Use a blank line at mostrbuj4-6/+0
2021-10-19panel-applet-private: fix include guardrbuj1-1/+1
2021-06-22update copyright to 2021raveit659-0/+9
2020-12-11mate-panel-applet.h: tabs to spacesmbkma1-83/+111
2020-12-05mate-panel-applet-factory: format coderbuj1-77/+82
2020-12-05mate-panel-applet-factory: Boilerplaterbuj2-27/+14
2020-12-04mate-panel-applet: Boilerplaterbuj3-353/+450
2020-12-04Fix applet background for transparencyWilliam Wold1-0/+4
2020-09-07Remove variableScope warnings reported by cppcheckrbuj1-20/+16
2020-07-29mate-panel-applet: Fix leaking GVariantBuilderTomas Bzatek1-14/+18
2020-07-05Avoid using single-line cpp commentsrbuj5-18/+18
2019-11-15fix mate-panel can not find mo fileWu Xiaotian1-1/+1
2019-11-11migrate from intltool to gettextWu Xiaotian3-15/+16
2019-07-09Keep applet menus from covering up applets on WaylandWilliam Wold1-2/+18
2019-07-05Remove trailing whitespacesLaurent Napias2-5/+5
2019-06-23Fix out-of-process applets on X11 by fixing mate-panel-applet.cWilliam Wold1-2/+2
2019-06-23Wayland support for mate-panel-applet.cWilliam Wold1-19/+23
2019-06-23In mate-panel-applet-factory.c, only set screen when usedWilliam Wold1-6/+6
2019-06-21Fix Makefile.am to install in a given prefix pathJuan Picca1-2/+2
2019-05-16[libmate-panel-applet] Avoid deprecated g_type_class_add_privateWu Xiaotian1-7/+2
2019-05-09Fix panel applet keyboard focus traplukefromdc1-3/+9
2019-03-10Error if compiling panel-plug-private.h without X11 supportWilliam Wold1-0/+6
2019-02-10mate-panel-applet.c: replace deprecated gtk_menu_popuplukefromdc1-92/+41
2019-01-25libmate-panel-applet: Add comments in headers to explain Wayland behaviorWilliam Wold3-0/+4
2019-01-25libmate-panel-applet: mate-panel-applet.c Wayland supportWilliam Wold1-29/+85
2019-01-25libmate-panel-applet: Applet factory Wayland supportWilliam Wold1-1/+18
2019-01-25libmate-panel-applet: Error if panel-plug is built without X11William Wold1-0/+6
2019-01-25libmate-panel-applet: Stop X11 specific files from building on WaylandWilliam Wold1-2/+6
2018-08-07Change GTK_CHECK_VERSION to match next gtk+ releaseraveit651-2/+2
2018-07-27applets: Guard against GTK scale-factor fixes on GtkSocketVictor Kareh1-4/+5
2018-07-23mate-panel-applet: setup_x_error_handler for in-process applets toolukefromdc1-4/+6
2018-07-21GTK 3.23: fix applet size allocationlukefromdc1-9/+12
2018-06-29libmate-panel-applet: replace deprecated gdk_error_trap functionsraveit651-10/+13
2018-05-09fix rendering and removal of in-process applets on unexpanded panellukefromdc1-12/+9
2018-04-26libpanel-applet: Add panel_applet_setup_menu_from_resource() APIVincent Untz2-0/+43