Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-22 | Gtk3: window-list Don't use deprecated size-allocate signal | infirit | 1 | -4/+4 | |
Take an additional change from gnome-panel that was not in MATE commit: 77a45f0abf8d0db41bb4b99e08dfbdd968cb6be8 From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-22 | Gtk3: Remove border of panel menu bar | infirit | 1 | -1/+16 | |
Taken from gnome-panel commit: d47c8957a1b7079891dee37b361694fce17b6b53 From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-22 | Add a gtkimage with the current pixbuf to button-widget | infirit | 1 | -0/+11 | |
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]> | |||||
2014-11-22 | Fix implicit declaration of function of gdk_x11_set_sm_client_id | infirit | 1 | -2/+0 | |
We now use it for both Gtk+2 and Gtk+3 | |||||
2014-11-22 | Gtk3: Fix use of pending deprecated gdk_pointer_grab()/_ungrab() | infirit | 1 | -2/+31 | |
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]> | |||||
2014-11-22 | Gtk3: Fix use of deprecated gdk_pointer_grab()/_ungrab() | infirit | 4 | -10/+105 | |
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]> | |||||
2014-11-22 | Small white-space fix | infirit | 1 | -2/+2 | |
2014-11-22 | Gtk3: Fix use of deprecated gdk_display_get_pointer() | infirit | 1 | -0/+12 | |
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]> | |||||
2014-11-22 | Gtk3: Replaced gdk_cursor_unref() by g_object_unref() | infirit | 5 | -0/+20 | |
gdk_cursor_unref () is deprecated in Gtk+3 | |||||
2014-11-22 | panel-addto: Remove the vbox as it is redundant. | infirit | 1 | -21/+0 | |
And cut down on some ifdef hell in the process. | |||||
2014-11-22 | button-widget: small white-space cleanup | infirit | 1 | -4/+4 | |
2014-11-22 | panel-menu-botton: small white-space fix | infirit | 1 | -1/+1 | |
2014-11-22 | gdk_x11_window_lookup_for_display was added in Gtk+2.24 | infirit | 1 | -7/+0 | |
So cut down on the ifdef hell a bit. | |||||
2014-11-22 | na: Fix handling of SYSTEM_TRAY_CANCEL_MESSAGE | infirit | 1 | -5/+10 | |
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]> | |||||
2014-11-22 | Bump version to 1.9.3mate-panel-1.9.3 | Stefano Karapetsas | 2 | -2/+2 | |
2014-11-22 | Sync translations with transifex | mate-i18n | 6 | -151/+138 | |
2014-11-22 | clock: Use lists instead of arrays | Monsta | 1 | -19/+7 | |
Closes https://github.com/mate-desktop/mate-panel/pull/258 | |||||
2014-11-20 | Fix logic a bit - avoid dereferencing NULL pointer | monsta | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-panel/pull/257 | |||||
2014-11-18 | fix crash if icon name is NULL | Denis Gorodnichev | 1 | -0/+5 | |
2014-11-18 | use gtk icon(pixmap) cache insteadof custom one | Denis Gorodnichev | 8 | -666/+121 | |
2014-11-10 | Bump version to 1.9.2mate-panel-1.9.2 | Stefano Karapetsas | 2 | -2/+2 | |
2014-11-10 | Sync translations with transifex | mate-i18n | 2 | -47/+36 | |
2014-11-04 | lockdown: move disable-lock-down key to lockdown schema | infirit | 4 | -9/+4 | |
In order to use it in other parts of MATE. | |||||
2014-10-16 | Fix memory leak | Denis Gorodnichev | 1 | -0/+1 | |
Closes https://github.com/mate-desktop/mate-panel/pull/244 | |||||
2014-10-14 | Update visibility of menu bar on load | Stefano Karapetsas | 1 | -0/+1 | |
Closes https://github.com/mate-desktop/mate-panel/issues/245 | |||||
2014-10-13 | Places menu: don't rely on Caja desktop files | Balló György | 2 | -19/+46 | |
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 | |||||
2014-10-13 | Fix segfault: gtk_get_current_event can return null | Denis Gorodnichev | 1 | -2/+5 | |
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 | |||||
2014-10-03 | Do not assume that session manager GSettings schema is available | Balló György | 1 | -5/+8 | |
This removes hard dependency on mate-session-manager (useful for custom environments). Closes https://github.com/mate-desktop/mate-panel/pull/241 | |||||
2014-10-03 | Update Marco WM name as per Marco commit | Nathan Torchia | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-panel/pull/240 cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a | |||||
2014-10-02 | Merge pull request #239 from City-busz/make-caja-optional | Stefano Karapetsas | 1 | -4/+9 | |
Use Caja GSettings schema optionally | |||||
2014-10-02 | Use Caja GSettings schema optionally | Balló György | 1 | -4/+9 | |
This was the last place where it was used unconditionally. | |||||
2014-09-22 | Add ubuntu layout | Stefano Karapetsas | 2 | -1/+79 | |
2014-09-22 | Add copyright about MATE developers on about window | Stefano Karapetsas | 1 | -1/+2 | |
2014-09-22 | Merge pull request #227 from NiceandGently/master | Stefano Karapetsas | 2 | -0/+75 | |
add fedora layout file | |||||
2014-09-18 | Set screen of context menu also in gtk2 code path Closes: #234 | Gert Wollny | 1 | -1/+1 | |
2014-08-10 | add fedora layout file | raveit65 | 2 | -0/+75 | |
2014-07-11 | Sync translations with transifex | mate-i18n | 8 | -110/+101 | |
2014-07-01 | Bump version to 1.9.1mate-panel-1.9.1 | Stefano Karapetsas | 2 | -2/+2 | |
2014-06-27 | Bump required mate-desktop version to 1.9.1 | Stefano Karapetsas | 1 | -1/+1 | |
2014-06-27 | Bump required mate-desktop version to 1.9.2 | infirit | 1 | -1/+1 | |
Needed for the new MateColorSelecionDialog. | |||||
2014-06-26 | Use MateColorButton in panel properties dialog | Stefano Karapetsas | 2 | -11/+13 | |
2014-06-25 | Restore way to close windows with middle click | Stefano Karapetsas | 2 | -2/+4 | |
It was forgot during transition to libwnck Closes https://github.com/mate-desktop/mate-panel/issues/191 | |||||
2014-06-25 | Merge pull request #212 from rilian-la-te/fix_expand | Stefano Karapetsas | 6 | -42/+121 | |
Fix expand | |||||
2014-06-25 | Merge pull request #211 from rilian-la-te/remove_opacity_key_gtk3 | Stefano Karapetsas | 2 | -6/+24 | |
Remove opacity key gtk3 | |||||
2014-06-25 | Merge pull request #209 from rilian-la-te/fix_rgba_all | Stefano Karapetsas | 12 | -80/+205 | |
Fix rgba all | |||||
2014-06-20 | Fix RGBA issues for GTK3 | Konstantin Pugin | 12 | -80/+205 | |
2014-06-20 | Fix expanded panels and size allocation | Konstantin Pugin | 6 | -42/+121 | |
2014-06-20 | Replace opacity key to alpha value in color key. | Konstantin Pugin | 2 | -6/+24 | |
2014-05-18 | Merge pull request #195 from dnk/applet_rgba_visual | Stefano Karapetsas | 1 | -0/+5 | |
gtk3: set rgba visual for applets | |||||
2014-05-18 | clock: Dont use deprecated rsvg_pixbuf_from_file_at_size | Stefano Karapetsas | 3 | -9/+209 | |
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 |