Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-07-06 | Tray: simplify force-redraw, use code that actually works | lukefromdc | 1 | -42/+5 | |
Prevent most corruption of tray icons and reduce by half incomplete rendering of them, replace a never-built code block that could not be built, and replace (deprecated) direct expose handling with gtk_widget_hide/gtk_widget_show_all *Note that this is needed for GTK 3.23 but may help remaining icon issues with GTK 3.22 as well and is simpler code in any case | |||||
2018-07-01 | GTK 3.23: don't cut tray icons too narrow in HiDPI mode | lukefromdc | 1 | -0/+4 | |
Code required to avoid spaces between tray icons with GTK 3.22 cuts tray icons in half with window-scaling=2 in GTK 3.23 | |||||
2018-07-01 | na-tray-child: remove na_tray_child_size_allocate | lukefromdc | 1 | -46/+0 | |
Remov leftover from GTK2 that may play a role in cutting tray icons | |||||
2018-06-29 | na-tray-child: replace deprecated gdk_error_trap_push/pop functions | raveit65 | 1 | -10/+18 | |
2018-04-26 | na-tray: Convert to GResource | raveit65 | 4 | -9/+29 | |
2018-03-20 | hidpi: fix tray icon spacing with window-scaling > 1 | lukefromdc | 2 | -1/+12 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 6 | -123/+3 | |
2018-01-31 | remove unneeded nested GTK_CHECK_VERSION block | monsta | 1 | -11/+0 | |
it's already inside !GTK_CHECK_VERSION one, so it's a no-op | |||||
2018-01-25 | avoid deprecated GtkStock | Pablo Barciela | 1 | -2/+2 | |
2018-01-22 | status-notifier: don't crash if tooltip has wrong type | monsta | 1 | -0/+8 | |
fixes the second issue mentioned in https://github.com/mate-desktop/mate-panel/issues/686 ported from: https://git.gnome.org/browse/gnome-panel/commit/?id=585c6727a807f0160e79f42a1f17350cc6df0d78 | |||||
2018-01-22 | status-notifier: don't crash if menu layout has wrong type | monsta | 1 | -0/+9 | |
fixes https://github.com/mate-desktop/mate-panel/issues/686 ported from: https://git.gnome.org/browse/gnome-panel/commit/?id=a08f238147660b3d70e5eebd8d24707711424719 |