summaryrefslogtreecommitdiff
path: root/applets/notification_area/testtray.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-18notification_area: fix build warning -Wbad-function-castrbuj1-6/+10
2020-07-05Avoid using single-line cpp commentsrbuj1-1/+1
2020-07-05Use '#include <config.h>' instead of '#include "config.h"'rbuj1-1/+1
2018-10-20na-tray: wide panels, preliminary batch box to grid renameFabien Broquard1-2/+2
box/Box/BOX changed to grid/Grid/GRID as a preliminary step to prepare for changing GtkBox in na-box/na-grid to a GtkGrid to make the notification area work well on vertical and wide panels note: even if everything is renamed to grid, the GtkWidget is still a GtkBox thats why GtkBox and GTK_TYPE_BOX have not been renamed.
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-8/+1
2017-07-16avoid deprecated gdk_screen_get_numberZenWalker1-3/+3
2017-01-23Add StatusNotifier support to the Notification Area appletColomban Wendling1-14/+74
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet.
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-21/+0
and require libmate-desktop >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-06-29use gtk_box_new instead of gtk_{h,v}box_new properlySorokin Alexei1-5/+8
2016-02-12GTK+3: do not use deprecated n_screensWolfgang Ulbrich1-1/+10
since gtk+-3.10 screen is always 1 taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=be976a0 https://git.gnome.org/browse/gnome-panel/commit/?id=272f680
2016-02-09Gtk+3: Replace deprecated gtk_{v,h}box_newWolfgang Ulbrich1-0/+5
2016-01-23Gtk3: Don't use deprecated gtk_misc_set_alignmentRoy Zhang1-0/+10
2014-05-17Use gtk_combo_box_text_new for gtk+2infirit1-6/+0
It was introduced in gtk+-2.24
2013-10-26notification_area: Add GTK3 supportStefano Karapetsas1-0/+6
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+220