Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-16 | Use g_clear_pointer() and g_clear_object() | rbuj | 1 | -2/+2 | |
2020-07-05 | Use '#include <config.h>' instead of '#include "config.h"' | rbuj | 1 | -1/+1 | |
2019-07-05 | Remove trailing whitespaces | Laurent Napias | 1 | -1/+1 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -2/+2 | |
2018-01-22 | status-notifier: don't crash if menu layout has wrong type | monsta | 1 | -0/+9 | |
fixes https://github.com/mate-desktop/mate-panel/issues/686 ported from: https://git.gnome.org/browse/gnome-panel/commit/?id=a08f238147660b3d70e5eebd8d24707711424719 | |||||
2017-10-16 | Apply position fix on popup to GTK 3.20 and earlier | lukefromdc | 1 | -2/+4 | |
2017-10-14 | GTK 3.22 status notifier: reposition menu when size changes | lukefromdc | 1 | -0/+2 | |
Also catch a missed instance of needing to reposition. This stops most cases of a bottom panel menu changing size and ending up too low. | |||||
2017-05-29 | status notifier: follow same menu theme as rest of panel | lukefromdc | 1 | -0/+15 | |
Support any menu theme set up for the panel's menus differing from the rest of the Gtk theme using the .mate-panel-menu-bar style class | |||||
2017-01-23 | Add StatusNotifier support to the Notification Area applet | Colomban Wendling | 1 | -0/+472 | |
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet. |