Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2018-01-21 | Fix rendering of radio buttons in status notifier | lukefromdc | 1 | -1/+5 | |
*Ensure only the actually selected radio button is shown as checked, not all the radio buttons *Note that this works so long as each menu created by a single indicator creates no more than one groups of radio buttons, the usual case *Also set ATK_ROLE_RADIO_MENU_ITEM for any radio menu items created by an indicator as this code otherwise would cause Orca to call them check menu items | |||||
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-28 | status-notifier: properly handle the NULL case for items | lukefromdc | 1 | -2/+4 | |
patch by https://github.com/supermaz | |||||
2017-12-27 | status-notifier: handle wrong-size icons called by path | lukefromdc | 1 | -0/+4 | |
Ensure icons called by filename and path instead of icon-name get scaled to match other tray icons | |||||
2017-12-27 | status-notifier: load icons specified by path | lukefromdc | 1 | -0/+4 | |
Fix for https://github.com/mate-desktop/mate-panel/issues/695 and similar failures to load icons when the application calls for a path and not an icon name | |||||
2017-12-24 | status-notifier: fix failure to show icon for missing icon | lukefromdc | 1 | -1/+4 | |
Fix 1px wide invisible icon in cases such as https://github.com/mate-desktop/mate-panel/issues/695 | |||||
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-11-09 | status-notifier: remove duplicate check found by cppcheck | lukefromdc | 1 | -2/+0 | |
2017-10-16 | status-notifier: hide mate-polkit icon if passive | lukefromdc | 1 | -1/+7 | |
This needs to be special cased, and requires a change in mate-polkit to work | |||||
2017-10-16 | Apply position fix on popup to GTK 3.20 and earlier | lukefromdc | 2 | -2/+8 | |
2017-10-14 | GTK 3.22 status notifier: reposition menu when size changes | lukefromdc | 2 | -0/+4 | |
Also catch a missed instance of needing to reposition. This stops most cases of a bottom panel menu changing size and ending up too low. | |||||
2017-10-12 | GTK 3.22/status-notifer Fix menu position if size changed since last shown | lukefromdc | 1 | -0/+2 | |
Mostly fixes serious mispositioning of network-manager applet (indicator mode) menus when connections were changed on last showing of menu and applet is on bottom panel and especially bottom right | |||||
2017-08-22 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+11 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window gdk_screen_get_monitor_at_point | |||||
2017-08-16 | Add a gsettings key to enable/disable SNI Support (#600) | Clement Lefebvre | 1 | -6/+13 | |
2017-08-13 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+2 | |
2017-07-29 | don't use deprecated gtk_show_uri | lukefromdc | 1 | -2/+4 | |
2017-07-16 | avoid deprecated gdk_screen_get_number | ZenWalker | 3 | -11/+11 | |
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-05-29 | status notifier: follow same menu theme as rest of panel | lukefromdc | 1 | -0/+15 | |
Support any menu theme set up for the panel's menus differing from the rest of the Gtk theme using the .mate-panel-menu-bar style class | |||||
2017-05-08 | status-notifier: fix crash on unknown signal name | monsta | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/mate-panel/issues/571 taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=f93821cc77892c7b262866d04bd8aa26ddafa154 | |||||
2017-04-15 | status-notifier: Do not hide passive items | Colomban Wendling | 1 | -3/+2 | |
Although the specification states that most hosts will hide those, several items report them as Passive all the time and thus never show up. So for now, just show everything. Fixes #537. | |||||
2017-04-06 | system-tray: Properly propagate orientation changes | Colomban Wendling | 1 | -1/+6 | |
This fixes menu positioning on some system tray items when the panel orientation changed since it was initially started. | |||||
2017-04-06 | notification-area: Fix item orientation | Colomban Wendling | 1 | -4/+4 | |
Properly forward orientation to the items. This especially fixes SNI items height in vertical panels, but affects several other details on SNI items. | |||||
2017-03-30 | status-notifier: Fix handling of icon-padding style property | Colomban Wendling | 3 | -1/+60 | |
It should only affect the space between items, not all around, and that padding should be part of the item itself, not be outside of it. | |||||
2017-03-30 | status-notifier: Plug a memory leak | Colomban Wendling | 1 | -0/+1 | |
2017-03-24 | status-notifier-watcher: Allow re-registration of registered items (#543) | Colomban Wendling | 1 | -0/+14 | |
The SNI specification doesn't explicitly state what should happen when trying to register again an already registered item, so it would seem only logical to forbid it. Unfortunately, libappindicator tries re-registering pretty often, and even falls back to System Tray if it fails. So in practice we need to be forgiving and pretend it's OK, or we get a duplicate System Tray item for this one. Fixes #539. | |||||
2017-03-13 | status-notifier: Plug a memory leakv1.18.0 | Colomban Wendling | 1 | -0/+1 | |
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-25 | status-notifier: Prefer not to scale theme icons | Colomban Wendling | 1 | -6/+42 | |
2017-01-25 | status-notifier: prefer not to scale advertised pixmaps | Alexei Sorokin | 1 | -57/+25 | |
2017-01-24 | status-notifier: Make SnFlatButton GPLv2+ | Colomban Wendling | 2 | -2/+2 | |
It never was intended to be v3+ while upstream is v2+, so fix it. | |||||
2017-01-24 | status-notifier: Fix item icons transparency | Colomban Wendling | 1 | -0/+19 | |
2017-01-23 | status-notifier: Shut GCC up | Colomban Wendling | 1 | -1/+3 | |
2017-01-23 | status-notifier: avoid useless warnings about missing properties | Alberts Muktupāvels | 1 | -0/+6 | |
2017-01-23 | status-notifier: Remove custom image menu item class | Colomban Wendling | 4 | -300/+32 | |
It's only there because GtkImageMenuItem is deprecated, it doesn't offer any original features. | |||||
2017-01-23 | status-notifier: Move GTK compatibility code inline | Colomban Wendling | 6 | -173/+69 | |
2017-01-23 | status-notifier: Simplify compatibility code for GTK 3.20 | Colomban Wendling | 4 | -64/+10 | |
Also, that part was quite fragile. | |||||
2017-01-23 | system-tray: Restrict the ordering hack to the system-tray module | Colomban Wendling | 2 | -41/+35 | |
2017-01-23 | status-notifier: Don't add extra padding around the icons | Colomban Wendling | 1 | -7/+1 | |
It makes them look a little blurry at the "proper" sizes (32, 48, etc.) where the system-tray ones are perfect. Without the padding, they get blurry at the same sizes system-tray ones do, not making the situation worse. |