Age | Commit message (Collapse) | Author | Files | Lines |
|
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]>
|
|
applet menu
Fixes crash while removing the menu bar or a drawer.
Based on gnome-panel commit: 8211f19c2c331b1502694a03e1b5abfdc793b56b
From: Carlos Garcia Campos <[email protected]>
|
|
Based on gnome-panel commit: 75e5bc6a50ef7ecc3cbb9f7833132cec900ff5c8
From: Carlos Garcia Campos <[email protected]>
|
|
Based on gnome-panel commit: f2ff0440223641d7495560ef2bf99b2b61895cac
From: Carlos Garcia Campos <[email protected]>
|
|
Based on gnome-panel commit: b4deac9d217b4785d2c930a2deb2d94f5e4878d9
From: Carlos Garcia Campos <[email protected]>
|
|
Based on gnome-panel commits:
menu: 434e491bc4a280037638fb828529856276de3512
toplevel: e0bf14009416f19484bd0431a85744db7d907eb9
force-quit: 2760d89026ea5cf5bf25a4b8ceaf9f6dd2651043
|
|
Based on gnome-panel commits:
8e36c34e6f356b0f49a044a5b54125dce4661f7c
45c30bc316db49b52bcacabcaa2e7977b63318cc
From: Carlos Garcia Campos <[email protected]>
|
|
Taken from gnome-panel commit: e75d7861c293be48a8e10ebbb1e0ab405be0bc7e
From: Carlos Garcia Campos <[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: 3507d3ca74233d88f83df5f3f43a52ae2bc306d3
From: Carlos Garcia Campos <[email protected]>
|
|
Based on gnome-panel commit: ee0fcd193030b433b5aa1785a864f89e25345f01
From: Carlos Garcia Campos <[email protected]>
In the process make button_widget_{draw,expose} a little more readable.
|
|
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]>
|
|
Taken from gnome-panel commit: d47c8957a1b7079891dee37b361694fce17b6b53
From: Carlos Garcia Campos <[email protected]>
|
|
We need to add a child to the button to get the right allocation of the
pixbuf. When the button is created without a pixbuf,
get_preferred_width/height are called the first time when the widget is
allocated and 0x0 size is cached by gtksizerequest. Since the widget
doesn't change its size when a pixbuf is set, gtk_widget_queue_resize()
always uses the cached values instead of calling
get_preferred_width_height() again. So the actual size, based on pixbuf
size, is never used. We are overriding the draw() method, so having a
child doesn't affect the widget rendering anyway.
Taken from gnome-panel commit: 0b8ace11087855d741cdeed97dc839db50319ae8
from: Carlos Garcia Campos <[email protected]>
|
|
We now use it for both Gtk+2 and Gtk+3
|
|
eplaced gdk_pointer_grab() and gdk_pointer_ungrab()
by gdk_device_grab() and gdk_device_ungrab(), respectively.
Based on gnome-panel commit: eff5d569c162d508f996678f0d1ea8647c1b810d
From: Germán Póo-Caamaño <[email protected]>
|
|
Replaced gdk_pointer_grab() and gdk_pointer_ungrab()
by gdk_device_grab() and gdk_device_ungrab(), respectively.
Taken from gnome-panel commit: 98da5c1953ab90cc5581c1858d7a9c3d3cf796eb
From: Germán Póo-Caamaño <[email protected]>
|
|
|
|
Replaced gdk_display_get_pointer() by gdk_device_get_position()
Taken from gnome-panel commit: c5111b57d5241f8e4e9f420df1a904f66fa2e89d
From: Germán Póo-Caamaño <[email protected]>
|
|
gdk_cursor_unref () is deprecated in Gtk+3
|
|
And cut down on some ifdef hell in the process.
|
|
|
|
|
|
So cut down on the ifdef hell a bit.
|
|
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/257
|
|
|
|
|
|
|
|
|
|
In order to use it in other parts of MATE.
|
|
Closes https://github.com/mate-desktop/mate-panel/pull/244
|
|
Closes https://github.com/mate-desktop/mate-panel/issues/245
|
|
This adds better support for other GVFS-compliant file managers (e.g. nautilus, nemo, pcmanfm).
Closes https://github.com/mate-desktop/mate-panel/pull/242
|
|
fix segfault when gtk_get_current_event return null
fix memory leak: gtk_get_current_event return value must be freed
Closes https://github.com/mate-desktop/mate-panel/pull/243
|
|
This removes hard dependency on mate-session-manager (useful for custom environments).
Closes https://github.com/mate-desktop/mate-panel/pull/241
|
|
Closes https://github.com/mate-desktop/mate-panel/pull/240
cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a
|
|
Use Caja GSettings schema optionally
|
|
This was the last place where it was used unconditionally.
|
|
|
|
|
|
add fedora layout file
|
|
|