summaryrefslogtreecommitdiff
path: root/mate-panel/panel-toplevel.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-18panel-toplevel: fix memory leak in calculate_minimum_heightRui Caridade1-1/+2
2018-06-29panel-toplevel: add position css classAlberts Muktupāvels1-14/+47
2018-04-29limit size of panel-hide-buttonraveit651-6/+13
2018-04-23Revert "panel-toplevel: Remove pointer boundary check in panel_toplevel_queue...raveit651-0/+1
2018-03-20Fix hide buttons make panel biggerinfo-cppsp1-44/+79
2018-03-13Scale monitor geometries down to device pixels to support multiple monitors i...Victor Kareh1-13/+5
2018-03-13Drawer cleanup and fix arrow behaviorinfo-cppsp1-4/+14
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-125/+9
2018-01-25Support panel auto-scaling for HiDPI displaysVictor Kareh1-9/+32
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela1-7/+3
2017-11-29panel-toplevel: Remove pointer boundary check in panel_toplevel_queue_auto_hi...Björn Weber1-1/+0
2017-11-23Keep the right icons on bottom still displaying right when the resolution cha...张雯1-0/+28
2017-11-09panel-toplevel: remove duplicate break statementlukefromdc1-1/+0
2017-08-13avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+7
2017-03-30Simplify panel description shown when switching panels with the WMColomban Wendling1-57/+8
2017-02-07Don't spam accessible name changes when it is translatedColomban Wendling1-5/+5
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-423/+40
2016-11-21check for stable release of GTK+3, not for development onemonsta1-4/+4
2016-09-07GTK+-3.20 top-level: use GtkSeat instead of deprecated device pointerraveit651-8/+20
2016-08-07Fix FTBFS with Gtk 3.18Matt Spaulding1-2/+2
2016-08-03GTK+-3 panel-toplevel: port to GtkGridraveit651-0/+38
2016-06-29fix some warnings and deprecationsSorokin Alexei1-12/+35
2016-06-29Gtk3: fix no explicit return value type for set_background_region()Sorokin Alexei1-0/+1
2016-03-25 Gtk3.18/3.20-move background handling toplevel lukefromdc1-8/+180
2016-02-19GTK+-3.20: add more css namesWolfgang Ulbrich1-0/+4
2016-02-12GTK+-3.20 panel-toplevel: don't use deprecated style propertiesWolfgang Ulbrich1-0/+8
2016-02-12do not use deprecated gdk_cursor_new, useWolfgang Ulbrich1-3/+5
2016-02-09GTK+3 panel-toplevel: do not use deprecated gtk_widget_get_requisitionWolfgang Ulbrich1-0/+4
2016-02-09Kill ubuntu counterhackWolfgang Ulbrich1-8/+0
2016-02-09GTK+3 panel-toplevel: fix a build warningWolfgang Ulbrich1-1/+1
2016-01-23GTK3: More panel BG rendering bugfixeslukefromdc1-0/+9
2015-12-23never agree to expand an attached toplevel (drawer's panel)monsta1-0/+5
2015-12-18toplevel: remove unused variable in GTK+3 buildmonsta1-2/+1
2015-12-18toplevel: define set_arrow_type function only for GTK+ 3.14monsta1-0/+2
2015-09-25eliminate criticalsDenis Gorodnichev1-1/+1
2015-08-26Gtk3: Don't use deprecated gtk_style_context_get_fontyetist1-1/+1
2015-08-26Gtk3: Drop GtkArrow in panel_toplevel_add_hide_buttonyetist1-0/+36
2015-08-26Gtk3: Don't use deprecated gdk_cursor_newyetist1-3/+3
2015-08-26Gtk3: Don't use deprecated gdk_window_get_pointeryetist1-0/+8
2015-07-14Replace GtkObject with GObject also for Gtk+ 2infirit1-16/+0
2015-07-14Drop gdkkeysyms-compat usage in Gtk+3infirit1-41/+38
2015-07-14Remove unused variableinfirit1-3/+0
2015-07-01drawer: now opens fine after adding any applets and restarting sessionMonsta1-0/+3
2015-06-28replace panel_xutils_set_window_type with gtk_window_set_type_hintJavier1-1/+1
2014-11-23Gtk3: panel, clock: Synchronize calculate_minimum_height() codeinfirit1-14/+16
2014-11-23Gtk3: panel-toplevel: Port to GtkStyleContextinfirit1-22/+146
2014-11-23Gtk3: Port gdk_keyboard_grab to gdk_deviceinfirit1-2/+14
2014-11-22Gtk3: Fix use of deprecated gdk_pointer_grab()/_ungrab()infirit1-3/+31
2014-11-22Gtk3: Fix use of deprecated gdk_display_get_pointer()infirit1-0/+12
2014-11-22Gtk3: Replaced gdk_cursor_unref() by g_object_unref()infirit1-0/+4