summaryrefslogtreecommitdiff
path: root/libmate-panel-applet/mate-panel-applet.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25wayland: keep window list menu off space not used for buttonslukefromdc1-1/+11
2023-11-21Remove unused-but-set variableColomban Wendling1-2/+0
2023-08-12libmate-panel-applet: don't use panel plug to find the screenlukefromdc1-1/+1
2022-06-28panel-applet: Fix leak in no-background code pathColomban Wendling1-2/+3
2021-12-20Fix some -Wsign-compare warningsrbuj1-1/+1
2021-12-20Remove unnecessary cast in g_signal_connect* callrbuj1-1/+1
2021-12-19Use dashes instead of underscores in signal namesrbuj1-3/+3
2021-12-16Use g_clear_pointer() and g_clear_object()rbuj1-24/+9
2021-12-14Fix build warnings about missing field initializerrbuj1-2/+4
2021-12-11Use a blank line at mostrbuj1-3/+0
2021-06-22update copyright to 2021raveit651-0/+1
2020-12-04mate-panel-applet: Boilerplaterbuj1-327/+444
2020-12-04Fix applet background for transparencyWilliam Wold1-0/+4
2020-09-07Remove variableScope warnings reported by cppcheckrbuj1-20/+16
2020-07-29mate-panel-applet: Fix leaking GVariantBuilderTomas Bzatek1-14/+18
2020-07-05Avoid using single-line cpp commentsrbuj1-13/+13
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