Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-16 | Use g_clear_pointer() and g_clear_object() | rbuj | 1 | -4/+1 | |
2021-12-14 | Fix build warnings about missing field initializer | rbuj | 1 | -1/+2 | |
2021-12-11 | Use a blank line at most | rbuj | 1 | -1/+0 | |
2021-06-22 | update copyright to 2021 | raveit65 | 1 | -0/+1 | |
2020-12-05 | mate-panel-applet-factory: format code | rbuj | 1 | -77/+82 | |
2020-12-05 | mate-panel-applet-factory: Boilerplate | rbuj | 1 | -4/+0 | |
2020-07-05 | Avoid using single-line cpp comments | rbuj | 1 | -1/+1 | |
2019-06-23 | In mate-panel-applet-factory.c, only set screen when used | William Wold | 1 | -6/+6 | |
2019-01-25 | libmate-panel-applet: Applet factory Wayland support | William Wold | 1 | -1/+18 | |
2017-08-13 | libmate-panel-applet: fix error in unregistering dbus object | lukefromdc | 1 | -1/+2 | |
One portion of https://github.com/GNOME/gnome-panel/commit/0c3844c0e5f1bee5885d2c7aeaa49763e6708f6d got left out | |||||
2017-08-13 | libmate-panel-applet: unown bus name and unregister dbus object | lukefromdc | 1 | -1/+15 | |
Fix for crashes on removing applets similar to https://bugzilla.gnome.org/show_bug.cgi?id=692610 | |||||
2017-08-13 | libmate-panel-applet GTK 3.14/3.16: fix custom bg w alpha | lukefromdc | 1 | -2/+2 | |
Draw the background only on out of process applets. This prevents double-draw of bg w alpha value on in-process applets with GTK 3.14/3/16 Also Fix indent | |||||
2017-08-13 | limatepanel-applet: add panel-applet-private.h | lukefromdc | 1 | -0/+1 | |
... and move private functions from factory to this file. Later we will have at least one more private function. Based on https://github.com/GNOME/gnome-panel/commit/c04da8c76ee6f16af44faca2b247df71e98b0a4b plus one more change as it was added out of order | |||||
2017-08-13 | libpanel-applet: add panel_applet_factory_get_applet_widget | lukefromdc | 1 | -0/+19 | |
This function will be used to get applet widget from factory. Based on https://github.com/GNOME/gnome-panel/commit/8e1f7ea9f13533ce448cbc485d766fed01029be5 | |||||
2017-08-13 | libpanel-applet: return process type and applet uid | lukefromdc | 1 | -2/+10 | |
Return applet process type and generated uid from factory. Process type will be needed to know if we should create GtkSocket, but uid will be used to get applet widget. | |||||
2017-08-13 | libpanel-applet: store factories in hash table | lukefromdc | 1 | -0/+34 | |
Based on https://github.com/GNOME/gnome-panel/commit/dca3101714da67adc08fc986a6355afada4bde15 and needed for later commits libpanel-applet: store applets in hash table Based on https://github.com/GNOME/gnome-panel/commit/3fe6791d32a415a333bcb7d71d98a6de9929fa27 and needed for later commits | |||||
2017-08-13 | libpanel-applet: add process type to private data | lukefromdc | 1 | -0/+4 | |
We will need to know this as soon we will create GtkPlug and GtkSocket only for out of process applets. based on https://github.com/GNOME/gnome-panel/commit/dafdc5714a6cfc7ebf26fcbd614b48cfc790b954 | |||||
2017-07-31 | avoid deprecated gdk_display_get_screen | ZenWalker | 1 | -1/+1 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -2/+2 | |
2012-06-19 | libpanel-applet: Use on_bus_acquired instead of on_name_acquired | Nelson Marques | 1 | -2/+2 | |
Prevent race conditions when the session starts (panel is displayed instantly); This is well documented in the gdbus documentation: https://bugzilla.gnome.org/show_bug.cgi?id=654843 | |||||
2012-03-07 | http://bugzilla-attachments.gnome.org/attachment.cgi?id=201328 | Perberos | 1 | -1/+1 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+263 | |