Age | Commit message (Expand) | Author | Files | Lines |
2022-01-26 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 1 | -1/+1 |
2022-01-18 | notification_area: fix build warning -Wbad-function-cast | rbuj | 1 | -6/+10 |
2021-12-20 | Remove unnecessary cast in g_signal_connect* call | rbuj | 1 | -1/+1 |
2021-12-19 | Use dashes instead of underscores in signal names | rbuj | 4 | -11/+11 |
2021-12-16 | Use g_clear_pointer() and g_clear_object() | rbuj | 3 | -13/+9 |
2021-12-11 | Use a blank line at most | rbuj | 2 | -4/+0 |
2021-10-19 | sn-dbus-menu-item: fix include guard | rbuj | 1 | -1/+1 |
2021-02-22 | notification_area: Add XAyatanaLabel and XAyatanaNewLabel to interface descri... | rbuj | 1 | -1/+9 |
2021-02-22 | notification_area: move XAyatana(New)Label case at the bottom | rbuj | 1 | -4/+4 |
2021-02-22 | notification_area: fix memory leak | rbuj | 1 | -3/+5 |
2021-02-20 | Add text label display function for notification area | zhuyaliang | 1 | -1/+21 |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 |
2021-01-07 | Local variable shadows outer variable warning reported by cppcheck | rbuj | 1 | -5/+5 |
2020-12-15 | Signal name is 'value-changed' for GtkSpinButton | rbuj | 1 | -1/+1 |
2020-07-05 | build: Add built sources to CLEANFILES target | rbuj | 2 | -1/+5 |
2020-07-05 | Avoid using single-line cpp comments | rbuj | 4 | -8/+9 |
2020-07-05 | Use '#include <config.h>' instead of '#include "config.h"' | rbuj | 11 | -11/+11 |
2020-05-25 | Fix some cast-function-type warnings introduced in GCC 8 | rbuj | 3 | -3/+10 |
2020-03-02 | Do not collect the translation for Icon | rbuj | 1 | -1/+1 |
2020-01-12 | Update copyright to 2020 | raveit65 | 1 | -1/+1 |
2019-12-04 | status-notifier: Render menu items as cairo surface | Victor Kareh | 1 | -2/+8 |
2019-12-04 | status-notifier: Render icons as cairo surface | Victor Kareh | 1 | -18/+30 |
2019-11-21 | na-tray: increase min_icon_size value | raveit65 | 1 | -1/+1 |
2019-11-11 | migrate from intltool to gettext | Wu Xiaotian | 2 | -11/+12 |
2019-09-27 | sn-item: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -15/+12 |
2019-09-27 | notification_area/main: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 |
2019-09-27 | na-tray: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 |
2019-07-05 | Remove trailing whitespaces | Laurent Napias | 4 | -12/+12 |
2019-06-23 | Make system-tray X11-only | William Wold | 2 | -2/+10 |
2019-06-21 | Strings resistance | Laurent Napias | 1 | -2/+1 |
2019-06-20 | Add supported platform values to *.mate-panel-applet files | William Wold | 1 | -0/+1 |
2019-06-05 | na-tray: avoid deprecated g_type_class_add_private | Alberts Muktupavels | 1 | -5/+2 |
2019-03-22 | na-tray-child: avoid deprecated 'gtk_widget_set_double_buffered' | Pablo Barciela | 1 | -7/+0 |
2019-02-17 | Ensure proper translation of the about dialog title | rbuj | 1 | -0/+1 |
2019-02-15 | Make translatable the copyright in about dialog | rbuj | 1 | -7/+4 |
2019-01-29 | fix crash on removing tray | lukefromdc | 2 | -2/+3 |
2019-01-29 | Notification area: error if compiling without X11 support | William Wold | 7 | -2/+43 |
2018-12-30 | Tray: Fix too-wide icon spacing after mate-polkit has been used w sni | lukefromdc | 1 | -0/+5 |
2018-11-05 | notification-area-preferences-dialog.ui: avoid GtkButton:use-stock | Pablo Barciela | 1 | -3/+9 |
2018-10-20 | na-tray: add preferences dialog and applet menu entry | Fabien Broquard | 5 | -0/+262 |
2018-10-20 | na-tray: wide panels, add GSettings to the applet | Fabien Broquard | 4 | -2/+49 |
2018-10-20 | na-tray: wide panels, convert main GtkBox display to GtkGrid | Fabien Broquard | 2 | -56/+135 |
2018-10-20 | na-tray: wide panels, preliminary batch box to grid rename | Fabien Broquard | 5 | -91/+78 |
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 | -3/+3 |
2018-07-25 | applets: Fix runtime error messages | Victor Kareh | 1 | -1/+1 |
2018-07-06 | Tray: simplify force-redraw, use code that actually works | lukefromdc | 1 | -42/+5 |
2018-07-01 | GTK 3.23: don't cut tray icons too narrow in HiDPI mode | lukefromdc | 1 | -0/+4 |
2018-07-01 | na-tray-child: remove na_tray_child_size_allocate | lukefromdc | 1 | -46/+0 |
2018-06-29 | na-tray-child: replace deprecated gdk_error_trap_push/pop functions | raveit65 | 1 | -10/+18 |