summaryrefslogtreecommitdiff
path: root/mate-panel/panel-widget.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-04Constify some pointer references in localsColomban Wendling1-22/+22
2024-02-04Reduce scope of variablesColomban Wendling1-2/+0
2024-02-04Revert "Add "center-stick" capability applets on the panel"raveit651-268/+71
2024-02-04Revert "Fix center- and right-sticking of expanding applets"raveit651-121/+26
2024-02-04Revert "Reduce scope of variables"raveit651-3/+6
2024-02-04Revert "Constify some pointer references in locals"raveit651-30/+30
2023-11-21Constify some pointer references in localsColomban Wendling1-30/+30
2023-11-21Reduce scope of variablesColomban Wendling1-6/+3
2022-08-20Fix center- and right-sticking of expanding appletsGordon Norman Squash1-26/+121
2022-06-01Add "center-stick" capability applets on the panelThe Squash1-71/+268
2022-01-26Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-7/+7
2021-12-20Use dashes for applet-[added|removed|move], back-change, size-changerbuj1-5/+5
2021-12-20Remove unnecessary cast in g_signal_connect* callrbuj1-4/+4
2021-12-16Use g_clear_pointer() and g_clear_object()rbuj1-12/+4
2021-12-11Use a blank line at mostrbuj1-7/+0
2021-06-22update copyright to 2021raveit651-0/+1
2020-09-07Remove variableScope warnings reported by cppcheckrbuj1-12/+6
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