Age | Commit message (Expand) | Author | Files | Lines |
2024-02-04 | Reduce scope of variables | Colomban Wendling | 1 | -4/+4 |
2024-02-04 | Revert "Reduce scope of variables" | raveit65 | 1 | -4/+4 |
2024-01-25 | wayland: keep window list menu off space not used for buttons | lukefromdc | 1 | -1/+11 |
2023-11-21 | Remove unused-but-set variable | Colomban Wendling | 1 | -2/+0 |
2023-11-21 | Reduce scope of variables | Colomban Wendling | 1 | -4/+4 |
2023-11-21 | Optimize mate_panel_applet_settings_get_g*list() | Colomban Wendling | 1 | -10/+10 |
2023-08-12 | libmate-panel-applet: don't use panel plug to find the screen | lukefromdc | 1 | -1/+1 |
2023-06-29 | libmate-panel-applet/Makefile.am: Fix build with gettext 0.22 | Brahmajit Das | 1 | -1/+1 |
2023-05-17 | tell dconf-edit about relocatable schemas (#1355) | Denis Gorodnichev | 2 | -0/+90 |
2022-06-28 | panel-applet: Fix leak in no-background code path | Colomban Wendling | 1 | -2/+3 |
2021-12-20 | Fix some -Wsign-compare warnings | rbuj | 1 | -1/+1 |
2021-12-20 | Remove unnecessary cast in g_signal_connect* call | rbuj | 2 | -7/+4 |
2021-12-19 | Use dashes instead of underscores in signal names | rbuj | 2 | -6/+6 |
2021-12-16 | Use g_clear_pointer() and g_clear_object() | rbuj | 2 | -28/+10 |
2021-12-14 | Fix build warnings about missing field initializer | rbuj | 2 | -3/+6 |
2021-12-11 | Use a blank line at most | rbuj | 4 | -6/+0 |
2021-10-19 | panel-applet-private: fix include guard | rbuj | 1 | -1/+1 |
2021-06-22 | update copyright to 2021 | raveit65 | 9 | -0/+9 |
2020-12-11 | mate-panel-applet.h: tabs to spaces | mbkma | 1 | -83/+111 |
2020-12-05 | mate-panel-applet-factory: format code | rbuj | 1 | -77/+82 |
2020-12-05 | mate-panel-applet-factory: Boilerplate | rbuj | 2 | -27/+14 |
2020-12-04 | mate-panel-applet: Boilerplate | rbuj | 3 | -353/+450 |
2020-12-04 | Fix applet background for transparency | William Wold | 1 | -0/+4 |
2020-09-07 | Remove variableScope warnings reported by cppcheck | rbuj | 1 | -20/+16 |
2020-07-29 | mate-panel-applet: Fix leaking GVariantBuilder | Tomas Bzatek | 1 | -14/+18 |
2020-07-05 | Avoid using single-line cpp comments | rbuj | 5 | -18/+18 |
2019-11-15 | fix mate-panel can not find mo file | Wu Xiaotian | 1 | -1/+1 |
2019-11-11 | migrate from intltool to gettext | Wu Xiaotian | 3 | -15/+16 |
2019-07-09 | Keep applet menus from covering up applets on Wayland | William Wold | 1 | -2/+18 |
2019-07-05 | Remove trailing whitespaces | Laurent Napias | 2 | -5/+5 |
2019-06-23 | Fix out-of-process applets on X11 by fixing mate-panel-applet.c | William Wold | 1 | -2/+2 |
2019-06-23 | Wayland support for mate-panel-applet.c | William Wold | 1 | -19/+23 |
2019-06-23 | In mate-panel-applet-factory.c, only set screen when used | William Wold | 1 | -6/+6 |
2019-06-21 | Fix Makefile.am to install in a given prefix path | Juan Picca | 1 | -2/+2 |
2019-05-16 | [libmate-panel-applet] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -7/+2 |
2019-05-09 | Fix panel applet keyboard focus trap | lukefromdc | 1 | -3/+9 |
2019-03-10 | Error if compiling panel-plug-private.h without X11 support | William Wold | 1 | -0/+6 |
2019-02-10 | mate-panel-applet.c: replace deprecated gtk_menu_popup | lukefromdc | 1 | -92/+41 |
2019-01-25 | libmate-panel-applet: Add comments in headers to explain Wayland behavior | William Wold | 3 | -0/+4 |
2019-01-25 | libmate-panel-applet: mate-panel-applet.c Wayland support | William Wold | 1 | -29/+85 |
2019-01-25 | libmate-panel-applet: Applet factory Wayland support | William Wold | 1 | -1/+18 |
2019-01-25 | libmate-panel-applet: Error if panel-plug is built without X11 | William Wold | 1 | -0/+6 |
2019-01-25 | libmate-panel-applet: Stop X11 specific files from building on Wayland | William Wold | 1 | -2/+6 |
2018-08-07 | Change GTK_CHECK_VERSION to match next gtk+ release | raveit65 | 1 | -2/+2 |
2018-07-27 | applets: Guard against GTK scale-factor fixes on GtkSocket | Victor Kareh | 1 | -4/+5 |
2018-07-23 | mate-panel-applet: setup_x_error_handler for in-process applets too | lukefromdc | 1 | -4/+6 |
2018-07-21 | GTK 3.23: fix applet size allocation | lukefromdc | 1 | -9/+12 |
2018-06-29 | libmate-panel-applet: replace deprecated gdk_error_trap functions | raveit65 | 1 | -10/+13 |
2018-05-09 | fix rendering and removal of in-process applets on unexpanded panel | lukefromdc | 1 | -12/+9 |
2018-04-26 | libpanel-applet: Add panel_applet_setup_menu_from_resource() API | Vincent Untz | 2 | -0/+43 |