summaryrefslogtreecommitdiff
path: root/applets/notification_area/system-tray
AgeCommit message (Expand)AuthorFilesLines
2020-05-25Fix some cast-function-type warnings introduced in GCC 8rbuj3-3/+10
2019-09-27na-tray: avoid 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-06-23Make system-tray X11-onlyWilliam Wold2-2/+10
2019-06-05na-tray: avoid deprecated g_type_class_add_privateAlberts Muktupavels1-5/+2
2019-03-22na-tray-child: avoid deprecated 'gtk_widget_set_double_buffered'Pablo Barciela1-7/+0
2019-01-29Notification area: error if compiling without X11 supportWilliam Wold5-1/+29
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-3/+3
2018-07-06Tray: simplify force-redraw, use code that actually workslukefromdc1-42/+5
2018-07-01GTK 3.23: don't cut tray icons too narrow in HiDPI modelukefromdc1-0/+4
2018-07-01na-tray-child: remove na_tray_child_size_allocatelukefromdc1-46/+0
2018-06-29na-tray-child: replace deprecated gdk_error_trap_push/pop functionsraveit651-10/+18
2018-03-20hidpi: fix tray icon spacing with window-scaling > 1lukefromdc2-1/+12
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela1-2/+3
2017-08-13avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+2
2017-07-16avoid deprecated gdk_screen_get_numberZenWalker2-8/+8
2017-07-08system tray: fix hidden icons on image/transparent color BGlukefromdc1-1/+1
2017-03-13notification area: Fix memory leak sorting itemsColomban Wendling1-0/+2
2017-01-30notification area: Fix system tray icons forced orderingColomban Wendling1-4/+4
2017-01-23system-tray: Restrict the ordering hack to the system-tray moduleColomban Wendling1-34/+35
2017-01-23Add StatusNotifier support to the Notification Area appletColomban Wendling10-0/+3091