Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
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
|
|
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
|
|
This reverts commit 7389d3e9dd5390b3d4e1dabbe6dd763a8dc1a0d7.
|
|
|
|
Taken from gnome-panel commit: 04e6ef4dbc6a1fdc720b750fdf87a7f43a8a2df6
From: Alberts Muktupāvels <[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]>
|
|
|
|
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]>
|
|
Based on gnome-panel commit: 40391453286cce55039932d6dc3f741bb74e385f
From: Germán Póo-Caamaño <[email protected]>
|
|
Based on gnome-panel commit: d98b58770dec2f1434cb0acce487e85514ca9bb0
From: Carlos Garcia Campos <[email protected]>
|
|
Based on gnome-panel commit: d27ef4de9ba872e5afc5e60430c7a16549158f61
From: Germán Póo-Caamaño <[email protected]>
|
|
|
|
Based on gnome-panel commit: 71c3290e3895b71be6bce0e909c4b414bd190b5e
From: Germán Póo-Caamaño <[email protected]>
|
|
Based on gnome-panel commit: fb1fa7ef2087b68fc7e7a01050e4c6747e8771e8
From: Carlos Garcia Campos <[email protected]>
|
|
Based on gnome-panel commit: eab5174e71e705331c53482b7eecb56c1dc3ef6c
From: Carlos Garcia Campos <[email protected]>
|
|
Based on gnome-panel commit: 6d390be628ce8fccbfee5c5cca4e240fa391cdda
From: Carlos Garcia Campos <[email protected]>
|
|
Based on gnome-panel commits,
na-tray: Remove unneeded type NaBox:
9313543ecf3f8de10cb14977cd2eccd17e654968
From: Carlos Garcia Campos <[email protected]>
na: Move creating of GtkBox for NaTray:
777b913142e61378e60c217c7c609e181202704c
From: Vincent Untz <[email protected]>
|
|
Even tough it works it makes taking code (eg StyleContext)
from gnome-panel much easier.
Also fixes a bug where applets are not drawn when moved/added.
|
|
Based on gnome-panel commit: 1f086d72760569bc466de082e99a55a82ac06014
From: Carlos Garcia Campos <[email protected]>
|
|
Take an additional change from gnome-panel that was not in MATE
commit: 77a45f0abf8d0db41bb4b99e08dfbdd968cb6be8
From: Carlos Garcia Campos <[email protected]>
|
|
We were not looking at the right field for the message ID: the ID is in
the 4th field for BEGIN_MESSAGE, but 2nd field for CANCEL_MESSAGE.
Taken from gnome-panel commit: 8ff843458425d525b10fc5d9b7bb357248c637c8
From: Vincent Untz <[email protected]>
|
|
Closes https://github.com/mate-desktop/mate-panel/pull/258
|
|
Closes https://github.com/mate-desktop/mate-panel/pull/240
cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a
|
|
It was forgot during transition to libwnck
Closes https://github.com/mate-desktop/mate-panel/issues/191
|
|
Fix expand
|
|
|
|
|
|
This required to copy some code from GTK3 source to make it working with GTK2 too
Thanks to Sander Sweers for the help to replace rsvg_pixbuf_from_file_at_size
|
|
|
|
It was introduced in gtk+-2.24
|
|
|
|
|
|
It was introduced in gtk+-2.6.
|
|
It was introduced in gtk+-2.24
|
|
It was introduced in gdk2 already so clean up the code.
|
|
|
|
|
|
transient_parent_xid is not used but can cause problem: applet widget have not window until realized
|
|
|
|
Also correct help uri for applets.
|