Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-28 | Fix distribution of applet service files | Colomban Wendling | 1 | -1/+1 | |
Fix distribution of the applet service files sources when building from an in-process-configured build. This fixes `make distcheck` and tarballs in builds configured with `--with-in-process-applets=all` (or actually any in-process applet). The issue was that the .service.in file was referenced indirectly in EXTRA_DIST, and the variable listed there was only filled in a conditional. Automake is not able to resolve this and see it still should distribute the reference of that variable, even if set conditionally. Fix this by always setting the variable properly, even if it's only used for out-of-process builds. | |||||
2023-06-15 | Wayland, Tray applet: allow in-process applet to load, using SNI only (#1372) | Luke from DC | 5 | -11/+12 | |
*We cannot load the legacy system tray in Wayland as that requires xembed. *We CAN load the status-notifier (SNI support) *Wayland needs us to explicitly set gtk_button_set_always_show_image to TRUE *Wayland needs us to explicitly set gtk_image_menu_item_set_always_show_image to TRUE | |||||
2022-06-02 | notification_area: Reduce lifetime of the settings local variable (#1309) | Robert Antoni Buj Gelonch | 1 | -2/+2 | |
2022-04-22 | Register SNI host only if SNI is enabled | Ilya Fedin | 1 | -1/+6 | |
This prevents duplication of tray icons | |||||
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 ↵ | rbuj | 1 | -1/+9 | |
description | |||||
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 | |
Instead of GdkPixbuf, so that SNI icons can render correctly on HiDPI displays. | |||||
2019-11-21 | na-tray: increase min_icon_size value | raveit65 | 1 | -1/+1 | |
This is better for HIDPI resolution with larger icons. And tray- applet can be displayed in in one row with a full-size top/bottom panel. | |||||
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 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-panel/commit/cb2cc3a | |||||
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 | |
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html | |||||
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 | |
*clear applet gsettings on dispose to stop crash and memory leak introduced in github.com/mate-desktop/mate-panel/commit/10b9c30fc79de5f8d9516ba153df233c4968da65 *tray: fix misplaced g_return_if_fail check | |||||
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 | |
Note that vertical and horizontal panels require different options in the grid, as "homogenous" is needed in rows for horizontal panels and columns in vertical panels to prevent icon rendering problems including icons growing without limit when the tray is moved from a horizontal to a vertical panel | |||||
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 | |
The only option in the preferences is a GtkSpinButton for the user to be able to set the icon sizes easily without having to use dconf-editor. | |||||
2018-10-20 | na-tray: wide panels, add GSettings to the applet | Fabien Broquard | 4 | -2/+49 | |
The new GSettings allow to change and remember the minimum icon size for the grid. The default icon size is set at 24px. | |||||
2018-10-20 | na-tray: wide panels, convert main GtkBox display to GtkGrid | Fabien Broquard | 2 | -56/+135 | |
New grid sorting/display functions to arrange notification area icons in a self reorganising grid main changes in: item_added_cb(), notification_notify() -> refresh_notify(). update_size_and_orientation() is no longer needed the grid auto arranges on any size-allocation which includes orientation changes. Grid is now refreshed with refresh_grid()/determine_grid_properties()/reorder_items_with_data(). based on the min_icon_size property the main applets' code can call na_grid_set_min_icon_size() to update the grid icon size. | |||||
2018-10-20 | na-tray: wide panels, preliminary batch box to grid rename | Fabien Broquard | 5 | -91/+78 | |
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-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 | |