summaryrefslogtreecommitdiff
path: root/mate-panel/panel-util.h
AgeCommit message (Collapse)AuthorFilesLines
2019-06-07revert menu-bar: transfer focus correctly on alt-F1raveit651-11/+0
This revert https://github.com/mate-desktop/mate-panel/commit/f0f4c5e and fixes hopefully https://github.com/mate-desktop/marco/issues/209
2019-03-10Wayland support for panel-util.c/.hWilliam Wold1-2/+8
2018-09-26menu-bar: transfer focus correctly on alt-F1Samuel Thibault1-0/+5
The background is in https://gitlab.gnome.org/GNOME/gtk/issues/85 . One of the conclusions, in https://gitlab.gnome.org/GNOME/gtk/issues/85#note_264804 , is that mate-panel needs to properly transfer focus on alt-F1 keyboard shortcut. It used to work only by luck before, only because gtk used to deactivate itself during a keyboard grab. But as discussed in https://gitlab.gnome.org/GNOME/gtk/issues/85 that behavior poses accessibility feedback issues, is not coherent, and keyboard grab feedback will not be available in wayland anyway. Thus @ebassi saying in https://gitlab.gnome.org/GNOME/gtk/issues/85#note_264804 that not transferring focus properly is the actual bug. This change explictly switches to the menu bar after saving which X Window had the focus, and on menu bar deactivation restores focus to that X Window. Fixes #851
2018-05-12Convert launcher icons to cairo surfacesVictor Kareh1-1/+1
This improves support for HiDPI by loading properly scaled surfaces for launcher and drawer icons. It also Fixes the Show Desktop wncklet to show a surface icon. Other wncklets have their icons determined by libwnck, so they remain as pixbufs. Fixes mate-desktop/mate-desktop#314
2017-01-13support desktop actionsDenis Gorodnichev1-1/+1
2014-11-18use gtk icon(pixmap) cache insteadof custom oneDenis Gorodnichev1-0/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+72