summaryrefslogtreecommitdiff
path: root/libmate-panel-applet/mate-panel-applet.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Keep applet menus from covering up applets on WaylandWilliam Wold1-2/+18
2019-07-05Remove trailing whitespacesLaurent Napias1-4/+4
2019-06-23Fix out-of-process applets on X11 by fixing mate-panel-applet.cWilliam Wold1-2/+2
2019-06-23Wayland support for mate-panel-applet.cWilliam Wold1-19/+23
2019-05-16[libmate-panel-applet] Avoid deprecated g_type_class_add_privateWu Xiaotian1-7/+2
2019-05-09Fix panel applet keyboard focus traplukefromdc1-3/+9
2019-02-10mate-panel-applet.c: replace deprecated gtk_menu_popuplukefromdc1-92/+41
2019-01-25libmate-panel-applet: mate-panel-applet.c Wayland supportWilliam Wold1-29/+85
2018-08-07Change GTK_CHECK_VERSION to match next gtk+ releaseraveit651-2/+2
2018-07-27applets: Guard against GTK scale-factor fixes on GtkSocketVictor Kareh1-4/+5
2018-07-23mate-panel-applet: setup_x_error_handler for in-process applets toolukefromdc1-4/+6
2018-07-21GTK 3.23: fix applet size allocationlukefromdc1-9/+12
2018-06-29libmate-panel-applet: replace deprecated gdk_error_trap functionsraveit651-10/+13
2018-05-09fix rendering and removal of in-process applets on unexpanded panellukefromdc1-12/+9
2018-04-26libpanel-applet: Add panel_applet_setup_menu_from_resource() APIVincent Untz1-0/+40
2018-03-19Fix out-of-process applet sizes for HiDPIVictor Kareh1-10/+9
2018-02-06Added gir for mate_panel_applet_set_size_hints()info-cppsp1-0/+7
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-131/+5
2018-01-31fix indent a bitmonsta1-11/+15
2018-01-26Down-scale out-of-process applets (#713)Victor Kareh1-28/+56
2018-01-25avoid deprecated GtkStockPablo Barciela1-1/+1
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela1-9/+4
2017-08-13libmate-panel-applet: fix introspectionlukefromdc1-2/+2
2017-08-13libmate-panel-applet GTK 3.14/3.16: fix custom bg w alphalukefromdc1-8/+12
2017-08-13libmate-panel-applet: include dummy variable in factory for certian appletslukefromdc1-2/+4
2017-08-13libmate-panel-applet: fix bg rendering for in-process appletslukefromdc1-64/+45
2017-08-13limatepanel-applet: add panel-applet-private.hlukefromdc1-0/+1
2017-08-13don't use GtkPlug/GtkSocket for in process appletslukefromdc1-4/+25
2017-08-13make it possible to get applet widgetlukefromdc1-0/+7
2017-08-13libpanel-applet: delay GtkPlug creationlukefromdc1-8/+23
2017-08-13libpanel-applet: add process type to private datalukefromdc1-1/+18
2017-08-13libpanel-applet: Remove out_process from panel_applet_factory_main()lukefromdc1-11/+46
2017-08-13avoid deprecated gdk_screen_get_width/heightZenWalker1-4/+9
2017-07-17Revert "libmate-panel-applet: Fix another potential source of applet crashes"lukefromdc1-2/+0
2017-07-16libmate-panel-applet: Fix another potential source of applet crasheslukefromdc1-0/+2
2017-07-11fix applet crashes on transparent user-set panel bglukefromdc1-2/+4
2017-07-07Fix GTK theme image bg support on vertical panellukefromdc1-0/+22
2017-07-02Make panel image background in GTK theme work againlukefromdc1-2/+14
2017-06-27GTK 3.18+ fix transparent default panel bglukefromdc1-1/+2
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-367/+4
2016-11-21check for stable release of GTK+3, not for development onemonsta1-1/+1
2016-09-01GTK+-3.20 panel-applet: use GtkSeat instead of deprecated device pointerraveit651-1/+25
2016-06-29fix some warnings and deprecationsSorokin Alexei1-2/+5
2016-03-25GTK 3.18:Apply panelplug reworklukefromdc1-12/+12
2016-03-13gtk3.20-fix custom BG change on appletslukefromdc1-24/+113
2016-02-27GTK 3.20 force custom BG drawing on appletslukefromdc1-0/+6
2016-02-12GTK+-3.20 panel-applet: don't use deprecated style propertiesWolfgang Ulbrich1-0/+19
2016-02-12GTK+-3 libmate-panel-applet: add missing 'static' to avoid a build warningWolfgang Ulbrich1-1/+1
2016-02-09libpanel-applet: set css nameWolfgang Ulbrich1-0/+4
2015-12-24libmate-panel-applet: move trap push/pop closer to X function callMonsta1-11/+14