Age | Commit message (Collapse) | Author | Files | Lines |
|
We already do this for the same function in libmate-panel-applet.
Thanks to luke on the forums. fixes #330
|
|
UI GTK3: use a size request for scrolled window in panel-run dialog
|
|
- this fixes program list in GTK3
|
|
|
|
|
|
build fix
restore "Help" and "About" menu items
|
|
Add a new _NET_SYSTEM_TRAY_ICON_SIZE property that is set to the value
of the "icon-size" style property. The result is that all icons in the
tray will be hinted to draw themselves with exactly this pixel size
(16x16, for example).
Bug #645232
Conflicts:
applets/notification_area/na-tray-manager.c
applets/notification_area/na-tray-manager.h
applets/notification_area/na-tray.h
|
|
We were simply never removing the NaTrayChild/GtkSocket object from the
box when the icon/GtkPlug gets removed.
Conflicts:
applets/notification_area/na-tray.c
|
|
It can be used this way:
NaTrayApplet {
-NaTrayApplet-icon-padding: 6;
}
https://bugzilla.gnome.org/show_bug.cgi?id=583273
|
|
This is cleaner, and we'll be able to add style properties to this
widget.
Conflicts:
applets/notification_area/main.c
Conflicts:
applets/notification_area/main.c
|
|
Do it in init() instead of constructor(), for consistency. It shouldn't
matter much, really.
Conflicts:
applets/notification_area/na-tray.c
|
|
|
|
The new GDK_KEY_ keys are also in Gtk+2.
|
|
|
|
|
|
|
|
fish help: fix legal page
|
|
|
|
clock help: fix legal page
|
|
|
|
|
|
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.
|