Age | Commit message (Collapse) | Author | Files | Lines |
|
drawer: now opens fine after adding any applets and restarting session
|
|
|
|
Fix Force-Quit panel applet to avoid hang with GTK3
|
|
replace panel_xutils_set_window_type with gtk_window_set_type_hint
closes https://github.com/mate-desktop/mate-panel/issues/280
|
|
This patch implements handling of XInput2 extension events in the applet.
Without this patch, the applet fails to recognize such events (either mouse
click for killing application, or escape key for exiting), hence freezing the
desktop.
Also fix the event mask in call of gdk_device_grab() for keyboard.
Author: Sébastien Villemot <[email protected]>
http://bugs.debian.org/698740
|
|
Both functions have exactly the same semantics, so prefer the Gtk+
builtin.
|
|
help: clock and fish: fix merge conflicts during build
|
|
|
|
|
|
Remove change_background_for_widget from GTK3 build (it is useless.)
|
|
GTK3: fix typo in gtk_style_context mate-custom-panel-background
|
|
|
|
|
|
|
|
|
|
|
|
system timezone under certain circumstances.
Example: in Fedora 20, the environment is a follows:
a) /etc/localtime symlinks --> ../usr/share/zoneinfo/Europe/Zurich
b) /usr/share/zoneinfo contains files with more than 1 hardlink. In example,
Europe/Zurich and Europe/Vaduz share the same i-node.
- system_timezone_read_etc_localtime_softlink() because the link is relative.
- The next algorithms fail because the targeted files do not exist.
- system_timezone_read_etc_localtime_hardlink() succeeds, but finds
Europe/Vaduz before Europe/Zurich.
Thus the detected system timezone is wrong.
By resolving a relative /etc/localtime symlink, this patch leads algorithm
system_timezone_read_etc_localtime_softlink() to success and therefore proper
detection of system timezone.
Closes https://patch-diff.githubusercontent.com/raw/mate-desktop/mate-panel/pull/261.patch
|
|
is an attempt to fix https://github.com/mate-desktop/mate-panel/issues/214
|
|
from upstream commit:
https://git.gnome.org/browse/gnome-panel/commit/applets/notification_area/na-tray-manager.c?id=2adbcc5308577d864b09062a3343b9f8dbcdcd7f
Closes https://github.com/mate-desktop/mate-panel/pull/291
|
|
Window Selector widget name is "PanelApplet-window-menu-applet-button".
This fix 1px focus width
Closes https://github.com/mate-desktop/mate-panel/pull/275
|
|
|
|
|
|
|
|
Closes https://github.com/mate-desktop/mate-panel/pull/285
|
|
|
|
Closes https://github.com/mate-desktop/mate-panel/pull/268
|
|
Closes https://github.com/mate-desktop/mate-panel/pull/273
|
|
mate-panel.svg ha a GNOME logo instead of a MATE one.
|
|
This reverts commit 7389d3e9dd5390b3d4e1dabbe6dd763a8dc1a0d7.
|
|
|
|
Taken from gnome-panel commit: 04e6ef4dbc6a1fdc720b750fdf87a7f43a8a2df6
From: Alberts Muktupāvels <[email protected]>
|
|
|
|
|
|
|
|
This reverts commit 9a8965fa0c783bc8221a1ccd55247e5e6a4ee88a.
It caused the run dialog to fail.
|
|
|
|
|
|
|
|
This reverts commit 24e90fe2904ea0783562e64ef6981fc83373604f.
|
|
Based on gnome-panel commit: 8a942d16378f62015f302357e0e5b6f61b5713b3
From: Vincent Untz <[email protected]>
|
|
Also change the panel version to use the padding instead of the border.
We're interested in the padding here. I believe.
Taken from gnome-panel commit: 0b5d9e57451dff3a25b3fbcc8dec671cac469cb
From: Vincent Untz <[email protected]>
|
|
Based on gnome-panel commit: c28ed51852a629884ce9ad8acc7924680c35854c
From: Germán Póo-Caamaño <[email protected]>
|
|
Instead of writing some long line again and again, use a small helper.
Taken from gnome-panel commit: 412ac2e4fa6a19c454b7046b9f57b9622a7b97d0
From: Vincent Untz <[email protected]>
|
|
The calculation wasn't done right. At least, I think so :-)
Also cleanup a bit some code in the file.
Based on gnome-panel commit: be822666a99680e5cd34c02ad2e35bea81f4a7d8
From: Vincent Untz <[email protected]>
|
|
Do not assume that CAIRO_STATUS_SUCCESS == 0. This clarifies the code
Taken from gnome-panel commit: d376b00a0a5856b3d5eb20a7dc1b39440d2f3938
|
|
This is also called (correctly per [1]) in panel_menu_bar_init
Inspired by gnome-panel commit: 7230bad1c3bf2623d7fe2922422758ce56c95b16
|
|
|
|
|
|
libwnck
Based on gnome-panel commit: 60cb9c798ed25868c1c07b73fa08aabbb5892d2c
From: Carlos Garcia Campos <[email protected]>
|
|
Based on gnome-panel commit: 6dae521ff187dcb2da1969ad017cf5b9e1bcb8f2
From: Carlos Garcia Campos <[email protected]>
|