Age | Commit message (Expand) | Author | Files | Lines |
2019-11-11 | migrate from intltool to gettext | Wu Xiaotian | 3 | -15/+16 |
2019-07-09 | Keep applet menus from covering up applets on Wayland | William Wold | 1 | -2/+18 |
2019-07-05 | Remove trailing whitespaces | Laurent Napias | 2 | -5/+5 |
2019-06-23 | Fix out-of-process applets on X11 by fixing mate-panel-applet.c | William Wold | 1 | -2/+2 |
2019-06-23 | Wayland support for mate-panel-applet.c | William Wold | 1 | -19/+23 |
2019-06-23 | In mate-panel-applet-factory.c, only set screen when used | William Wold | 1 | -6/+6 |
2019-06-21 | Fix Makefile.am to install in a given prefix path | Juan Picca | 1 | -2/+2 |
2019-05-16 | [libmate-panel-applet] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -7/+2 |
2019-05-09 | Fix panel applet keyboard focus trap | lukefromdc | 1 | -3/+9 |
2019-03-10 | Error if compiling panel-plug-private.h without X11 support | William Wold | 1 | -0/+6 |
2019-02-10 | mate-panel-applet.c: replace deprecated gtk_menu_popup | lukefromdc | 1 | -92/+41 |
2019-01-25 | libmate-panel-applet: Add comments in headers to explain Wayland behavior | William Wold | 3 | -0/+4 |
2019-01-25 | libmate-panel-applet: mate-panel-applet.c Wayland support | William Wold | 1 | -29/+85 |
2019-01-25 | libmate-panel-applet: Applet factory Wayland support | William Wold | 1 | -1/+18 |
2019-01-25 | libmate-panel-applet: Error if panel-plug is built without X11 | William Wold | 1 | -0/+6 |
2019-01-25 | libmate-panel-applet: Stop X11 specific files from building on Wayland | William Wold | 1 | -2/+6 |
2018-08-07 | Change GTK_CHECK_VERSION to match next gtk+ release | raveit65 | 1 | -2/+2 |
2018-07-27 | applets: Guard against GTK scale-factor fixes on GtkSocket | Victor Kareh | 1 | -4/+5 |
2018-07-23 | mate-panel-applet: setup_x_error_handler for in-process applets too | lukefromdc | 1 | -4/+6 |
2018-07-21 | GTK 3.23: fix applet size allocation | lukefromdc | 1 | -9/+12 |
2018-06-29 | libmate-panel-applet: replace deprecated gdk_error_trap functions | raveit65 | 1 | -10/+13 |
2018-05-09 | fix rendering and removal of in-process applets on unexpanded panel | lukefromdc | 1 | -12/+9 |
2018-04-26 | libpanel-applet: Add panel_applet_setup_menu_from_resource() API | Vincent Untz | 2 | -0/+43 |
2018-03-19 | Fix out-of-process applet sizes for HiDPI | Victor Kareh | 1 | -10/+9 |
2018-02-06 | Added gir for mate_panel_applet_set_size_hints() | info-cppsp | 1 | -0/+7 |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 3 | -138/+5 |
2018-01-31 | fix indent a bit | monsta | 1 | -11/+15 |
2018-01-26 | Down-scale out-of-process applets (#713) | Victor Kareh | 1 | -28/+56 |
2018-01-25 | avoid deprecated GtkStock | Pablo Barciela | 1 | -1/+1 |
2017-12-27 | Fix build warning: "GLIB_VERSION_MIN_REQUIRED" redefined | Pablo Barciela | 1 | -1/+0 |
2017-12-17 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -9/+4 |
2017-08-13 | libmate-panel-applet: fix typos in id->factory_id rename | lukefromdc | 1 | -2/+2 |
2017-08-13 | libmate-panel-applet: Only declare _panel_applet_shlib_factory() when needed | lukefromdc | 1 | -1/+1 |
2017-08-13 | libmate-panel-applet: fix error in unregistering dbus object | lukefromdc | 1 | -1/+2 |
2017-08-13 | libmate-panel-applet: fix build warning | lukefromdc | 1 | -2/+1 |
2017-08-13 | libmate-panel-applet: fix introspection | lukefromdc | 1 | -2/+2 |
2017-08-13 | libmate-panel-applet: unown bus name and unregister dbus object | lukefromdc | 1 | -1/+15 |
2017-08-13 | libmate-panel-applet GTK 3.14/3.16: fix custom bg w alpha | lukefromdc | 2 | -10/+14 |
2017-08-13 | libmate-panel-applet: include dummy variable in factory for certian applets | lukefromdc | 2 | -5/+8 |
2017-08-13 | libmate-panel-applet: fix bg rendering for in-process applets | lukefromdc | 1 | -64/+45 |
2017-08-13 | libpanel-applet/panel-applet.h: Rename id to factory_id for factory | lukefromdc | 1 | -6/+6 |
2017-08-13 | limatepanel-applet: add panel-applet-private.h | lukefromdc | 5 | -8/+41 |
2017-08-13 | don't use GtkPlug/GtkSocket for in process applets | lukefromdc | 1 | -4/+25 |
2017-08-13 | make it possible to get applet widget | lukefromdc | 1 | -0/+7 |
2017-08-13 | libpanel-applet: add panel_applet_factory_get_applet_widget | lukefromdc | 2 | -0/+21 |
2017-08-13 | libpanel-applet: return process type and applet uid | lukefromdc | 1 | -2/+10 |
2017-08-13 | libpanel-applet: store factories in hash table | lukefromdc | 1 | -0/+34 |
2017-08-13 | libpanel-applet: delay GtkPlug creation | lukefromdc | 1 | -8/+23 |
2017-08-13 | libpanel-applet: add process type to private data | lukefromdc | 3 | -1/+23 |
2017-08-13 | libpanel-applet: Remove out_process from panel_applet_factory_main() | lukefromdc | 2 | -14/+55 |