summaryrefslogtreecommitdiff
path: root/mate-panel/panel-widget.c
AgeCommit message (Collapse)AuthorFilesLines
2015-11-28Don't set the panel transparent by defaultBalló György1-0/+1
This fixes the background for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way.
2015-10-26bring back good old deprecated function which works perfectlyMonsta1-3/+1
thanks to some genius from gnome team, we're now supposed to re-implement gtk_widget_reparent from scratch in every place we need to move a widget between containers. thanks but no thanks. don't fix what's not broken. fixes #360
2015-08-26Always use gtk_container_remove/gtk_container_addinfirit1-4/+1
Should work fine under both Gtk+ versions.
2015-08-26Gtk3: Don't use deprecated gtk_widget_reparentyetist1-0/+5
2015-08-26Gtk3: Don't use deprecated gdk_cursor_newyetist1-2/+1
2015-08-26Gtk3: Don't use deprecated gdk_window_get_pointeryetist1-0/+8
2015-08-26Gtk3: Don't use deprecated gtk_widget_get_pointeryetist1-0/+24
2015-07-14Replace GtkObject with GObject also for Gtk+ 2infirit1-27/+0
2015-07-14Drop gdkkeysyms-compat usage in Gtk+3infirit1-23/+22
The new GDK_KEY_ keys are also in Gtk+2.
2014-11-22Gtk3: Fix use of deprecated gdk_pointer_grab()/_ungrab()infirit1-4/+30
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-22Gtk3: Replaced gdk_cursor_unref() by g_object_unref()infirit1-0/+4
gdk_cursor_unref () is deprecated in Gtk+3
2014-06-20Fix RGBA issues for GTK3Konstantin Pugin1-1/+3
2014-04-26GTK3 fixStefano Karapetsas1-1/+1
2013-11-29Panel background improvements for GTK3Stefano Karapetsas1-15/+89
2013-10-26mate-panel: Add GTK3 supportStefano Karapetsas1-3/+79
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+3010