summaryrefslogtreecommitdiff
path: root/mate-panel/panel-widget.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-05Avoid using single-line cpp commentsrbuj1-2/+2
2019-09-15When determining whether the pos is in the applet, use ad->cells to calc.Wu Xiaotian1-1/+1
2019-07-05Remove trailing whitespacesLaurent Napias1-70/+70
2019-06-23Fix unused variable in panel-widget.cWilliam Wold1-3/+3
2019-03-10Wayland support for panel-widget.cWilliam Wold1-0/+7
2018-06-29panel-widget: replace deprecated gdk_flushraveit651-3/+5
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-200/+5
2018-01-25Support panel auto-scaling for HiDPI displaysVictor Kareh1-6/+12
2017-12-27Fix build warning: ‘toplevel_configure_event’ defined but not usedPablo Barciela1-4/+0
2017-10-05Stop panel collapse left on adding certain out-of-process appletslukefromdc1-0/+1
2017-05-29fix moving applets between panelsmonsta1-4/+6
2017-04-10properly fit expanded panel to smaller screen sizemonsta1-9/+1
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-182/+10
2016-11-21panel-widget: panel_widget_unrealize is used only with GTK+ < 3.18monsta1-1/+2
2016-11-21check for stable release of GTK+3, not for development onemonsta1-1/+1
2016-11-21fix indent a bitmonsta1-0/+1
2016-09-07GTK+-3.20 panel-widget: use GtkSeat instead of deprecated device pointerraveit651-6/+6
2016-08-03GTK+-3 panel: don't set panel's initial size to G_MAXINTraveit651-3/+11
2016-06-29fix some warnings and deprecationsSorokin Alexei1-11/+46
2016-06-29Gtk3: rename panel_widget_size_request() to panel_widget_get_preferred_size()Sorokin Alexei1-48/+106
2016-06-08fix missing focus for panel widgetsraveit651-0/+1
2016-03-25Gtk3.18/3.20-move background handling toplevellukefromdc1-24/+38
2016-03-13GTK 3.20-Prevent transparent panel on BG changelukefromdc1-2/+3
2016-02-27GTK3.20: preserve default backgroundlukefromdc1-0/+3
2016-02-27gtk3.20: custom background work on main panellukefromdc1-1/+4
2016-02-21fix some warningsSorokin Alexei1-0/+4
2016-02-12Gtk+-3 panel-widget: don't use deprecated get_background_colorWolfgang Ulbrich1-7/+10
2016-02-12do not use deprecated gdk_cursor_new, useWolfgang Ulbrich1-3/+5
2016-02-09panel-widget: set css nameWolfgang Ulbrich1-0/+4
2016-01-05rename mate-panel-*.{c|h} -> panel-*.{c|h} for consistencymonsta1-1/+1
2016-01-04background: group some local functions by GTK+ versionmonsta1-20/+18
2016-01-04background: even less #if'smonsta1-7/+7
2016-01-04background: less #if'smonsta1-18/+18
2016-01-04background: all functions should have PanelBackground as 1st argumentmonsta1-1/+1
2015-12-21panel-widget: drop unused variables (assigned but never read after)monsta1-10/+0
2015-11-20Don't set the panel transparent by defaultBalló György1-0/+1
2015-10-26bring back good old deprecated function which works perfectlyMonsta1-3/+1
2015-08-26Always use gtk_container_remove/gtk_container_addinfirit1-4/+1
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
2014-11-22Gtk3: Fix use of deprecated gdk_pointer_grab()/_ungrab()infirit1-4/+30
2014-11-22Gtk3: Replaced gdk_cursor_unref() by g_object_unref()infirit1-0/+4
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