Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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 | 1 | -4/+0 | |
2017-12-17 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -2/+3 | |
This commit reverts: https://github.com/mate-desktop/mate-panel/commit/7b2bc7d9f98c6ba8c2c31bdf9605faadb42a7e0e And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height | |||||
2017-08-13 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+2 | |
2017-07-16 | avoid deprecated gdk_screen_get_number | ZenWalker | 2 | -8/+8 | |
2017-07-08 | system tray: fix hidden icons on image/transparent color BG | lukefromdc | 1 | -1/+1 | |
Enable the force-redraw code unconditionally so it can function from the idle callback regardless of child->parent_relative_bg = TRUE/FALSE as it seems to now always be needed | |||||
2017-03-13 | notification area: Fix memory leak sorting items | Colomban Wendling | 1 | -0/+2 | |
2017-01-30 | notification area: Fix system tray icons forced ordering | Colomban Wendling | 1 | -4/+4 | |
The order was reversed when porting from the previous sorting method. Part of #521. | |||||
2017-01-23 | system-tray: Restrict the ordering hack to the system-tray module | Colomban Wendling | 1 | -34/+35 | |
2017-01-23 | Add StatusNotifier support to the Notification Area applet | Colomban Wendling | 10 | -0/+3091 | |
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet. |