summaryrefslogtreecommitdiff
path: root/applets/notification_area/status-notifier
AgeCommit message (Expand)AuthorFilesLines
2024-02-04Reduce scope of variablesColomban Wendling2-4/+2
2024-02-04Revert "Reduce scope of variables"raveit652-2/+4
2023-11-21Reduce scope of variablesColomban Wendling2-4/+2
2023-10-24status-notifier: Show AttentionIcon when Status is NeedsAttentionColomban Wendling1-9/+30
2023-10-24status-notifier: fix typoAlberts Muktupāvels3-3/+3
2023-10-24status-notifier: fix a typoAlberts Muktupāvels1-3/+3
2023-10-09replace deprecated gtk-image-menu-item*raveit651-9/+9
2023-06-15Wayland, Tray applet: allow in-process applet to load, using SNI only (#1372)Luke from DC2-0/+2
2021-12-16Use g_clear_pointer() and g_clear_object()rbuj2-8/+8
2021-10-19sn-dbus-menu-item: fix include guardrbuj1-1/+1
2021-02-22notification_area: Add XAyatanaLabel and XAyatanaNewLabel to interface descri...rbuj1-1/+9
2021-02-22notification_area: move XAyatana(New)Label case at the bottomrbuj1-4/+4
2021-02-22notification_area: fix memory leakrbuj1-3/+5
2021-02-20Add text label display function for notification areazhuyaliang1-1/+21
2021-01-07Local variable shadows outer variable warning reported by cppcheckrbuj1-5/+5
2020-07-05Use '#include <config.h>' instead of '#include "config.h"'rbuj5-5/+5
2019-12-04status-notifier: Render menu items as cairo surfaceVictor Kareh1-2/+8
2019-12-04status-notifier: Render icons as cairo surfaceVictor Kareh1-18/+30
2019-09-27sn-item: avoid 'g_type_class_add_private'Pablo Barciela1-15/+12
2019-07-05Remove trailing whitespacesLaurent Napias2-2/+2
2018-07-25applets: Fix runtime error messagesVictor Kareh1-1/+1
2018-01-31require GTK+ 3.22 and GLib 2.50monsta3-81/+2
2018-01-31remove unneeded nested GTK_CHECK_VERSION blockmonsta1-11/+0
2018-01-22status-notifier: don't crash if tooltip has wrong typemonsta1-0/+8
2018-01-22status-notifier: don't crash if menu layout has wrong typemonsta1-0/+9
2018-01-21Fix rendering of radio buttons in status notifierlukefromdc1-1/+5
2017-12-28status-notifier: properly handle the NULL case for itemslukefromdc1-2/+4
2017-12-27status-notifier: handle wrong-size icons called by pathlukefromdc1-0/+4
2017-12-27status-notifier: load icons specified by pathlukefromdc1-0/+4
2017-12-24status-notifier: fix failure to show icon for missing iconlukefromdc1-1/+4
2017-11-09status-notifier: remove duplicate check found by cppchecklukefromdc1-2/+0
2017-10-16status-notifier: hide mate-polkit icon if passivelukefromdc1-1/+7
2017-10-16Apply position fix on popup to GTK 3.20 and earlierlukefromdc2-2/+8
2017-10-14GTK 3.22 status notifier: reposition menu when size changeslukefromdc2-0/+4
2017-10-12GTK 3.22/status-notifer Fix menu position if size changed since last shownlukefromdc1-0/+2
2017-08-22gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+11
2017-05-29status notifier: follow same menu theme as rest of panellukefromdc1-0/+15
2017-05-08status-notifier: fix crash on unknown signal namemonsta1-1/+1
2017-04-15status-notifier: Do not hide passive itemsColomban Wendling1-3/+2
2017-03-30status-notifier: Fix handling of icon-padding style propertyColomban Wendling3-1/+60
2017-03-13status-notifier: Plug a memory leakv1.18.0Colomban Wendling1-0/+1
2017-01-25status-notifier: Prefer not to scale theme iconsColomban Wendling1-6/+42
2017-01-25status-notifier: prefer not to scale advertised pixmapsAlexei Sorokin1-57/+25
2017-01-24status-notifier: Make SnFlatButton GPLv2+Colomban Wendling2-2/+2
2017-01-24status-notifier: Fix item icons transparencyColomban Wendling1-0/+19
2017-01-23status-notifier: Shut GCC upColomban Wendling1-1/+3
2017-01-23status-notifier: avoid useless warnings about missing propertiesAlberts Muktupāvels1-0/+6
2017-01-23status-notifier: Remove custom image menu item classColomban Wendling4-300/+32
2017-01-23status-notifier: Move GTK compatibility code inlineColomban Wendling6-173/+69
2017-01-23status-notifier: Simplify compatibility code for GTK 3.20Colomban Wendling4-64/+10