summaryrefslogtreecommitdiff
path: root/mate-panel/panel-toplevel.c
AgeCommit message (Collapse)AuthorFilesLines
2014-11-23Gtk3: panel, clock: Synchronize calculate_minimum_height() codeinfirit1-14/+16
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]>
2014-11-23Gtk3: panel-toplevel: Port to GtkStyleContextinfirit1-22/+146
Based on gnome-panel commit: 75e5bc6a50ef7ecc3cbb9f7833132cec900ff5c8 From: Carlos Garcia Campos <[email protected]>
2014-11-23Gtk3: Port gdk_keyboard_grab to gdk_deviceinfirit1-2/+14
Based on gnome-panel commits: menu: 434e491bc4a280037638fb828529856276de3512 toplevel: e0bf14009416f19484bd0431a85744db7d907eb9 force-quit: 2760d89026ea5cf5bf25a4b8ceaf9f6dd2651043
2014-11-22Gtk3: Fix use of deprecated gdk_pointer_grab()/_ungrab()infirit1-3/+31
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: Fix use of deprecated gdk_display_get_pointer()infirit1-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-22Gtk3: Replaced gdk_cursor_unref() by g_object_unref()infirit1-0/+4
gdk_cursor_unref () is deprecated in Gtk+3
2014-06-25Merge pull request #212 from rilian-la-te/fix_expandStefano Karapetsas1-34/+90
Fix expand
2014-06-20Fix RGBA issues for GTK3Konstantin Pugin1-0/+12
2014-06-20Fix expanded panels and size allocationKonstantin Pugin1-34/+90
2014-02-26gtk3: rgba visualDenis Gorodnichev1-0/+21
2014-01-23We need to call gtk_window_set_has_resize_grip also with GTK3 nowStefano Karapetsas1-5/+5
Not only with Ubuntu/GTK2
2014-01-23Use gtk_widget_get_preferred_size with GTK3Stefano Karapetsas1-0/+8
2013-10-26mate-panel: Add GTK3 supportStefano Karapetsas1-10/+134
2013-05-02Allow to set panel orientation only for expanded panelsStefano Karapetsas1-1/+1
Also fix initial position of non-expanded panels
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-11-12Code audit: fix compile warnings, uninitialized pointer problemsScott Balneaves1-0/+2
2012-10-11migrate mate-panel to gsettingsStefano Karapetsas1-1/+43
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+5298