summaryrefslogtreecommitdiff
path: root/plugins/systray/systray.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler error -Wcast-function-type (GCC 8)Andre Miranda2019-04-141-1/+1
* Set minimum Gtk+3 version to 3.22Simon Steinbeiss2018-11-231-18/+1
* Use 'gdk_screen_is_composited' with Gtk3 (Bug #14128)Olivier Duchateau2018-01-031-1/+27
* systray: Add option to display icons with square sizing (Bug #12093)Viktor Odintsev2017-09-121-12/+56
* Fix GPtrArray usage in launcher and systrayAli Abdallah2017-07-031-4/+12
* Remove obsolete PANEL_PROPERTIES_TYPE_VALUE_ARRAYAli Abdallah2017-07-021-4/+4
* systray: Allow ordering of items (Bug #11929)Viktor Odintsev2017-06-251-81/+238
* Replace more GtkStock items with icons and text (Bug #13505)Simon Steinbeiss2017-04-191-1/+1
* Fix the systray backgroundSimon Steinbeiss2017-03-021-5/+7
* diff from nick/gtk3 with minor clean upAndrzej2016-10-251-64/+63
* Systray: Control the thinkness of the frame (bug #7593).Nick Schermer2011-09-111-4/+16
* Systray: Leave the frame thickness out when hidden.Nick Schermer2011-09-111-1/+2
* Systray: Add xfpm to known apps for a decent icon.Nick Schermer2011-06-191-0/+1
* Improve thread-safety.Nick Schermer2011-05-281-0/+4
* Systray: Fix disappearing icons when drawing at 0,0 (bug #7057).Nick Schermer2011-04-161-1/+1
* Update old FSF addresses.Nick Schermer2011-02-121-3/+3
* Improve systray debugging messages.Nick Schermer2011-01-231-4/+4
* Add debugging info to systray.Nick Schermer2011-01-041-0/+7
* Restart systray manager on compositing changes.Nick Schermer2011-01-041-0/+12
* Redo icon positioning (bug #5565, #9650 and more).Nick Schermer2010-12-281-20/+27
* Add some known tray application names.Nick Schermer2010-12-281-1/+5
* Use xfce_panel_pixbuf_from_source() to load known apps.Nick Schermer2010-12-281-33/+4
* Move composited child function to plugin.Nick Schermer2010-12-281-0/+53
* Only use orientation in systray box.Nick Schermer2010-12-281-73/+3
* Move arrow button to plugin widget (bug #6694).Nick Schermer2010-12-281-4/+64
* Use foreach to add application to store.Nick Schermer2010-12-281-62/+48
* Move hidden name handling to plugin.Nick Schermer2010-12-281-20/+231
* Make tray registration idle.Nick Schermer2010-06-131-14/+43
* Fix typo in notification area plugin.Nick Schermer2010-06-061-1/+1
* Make the systray takeover selection.Nick Schermer2010-06-031-31/+19
* Rename panel-builder to panel-utils.Nick Schermer2010-02-261-4/+4
* Make icon hiding work again with GtkBuilder and Xfconf.Nick Schermer2010-02-261-132/+205
* Get rid of custom IS_STRING macro.Nick Schermer2010-02-261-3/+3
* Make the rows property an uint and fix migrate.Nick Schermer2010-02-261-9/+8
* D-Bus overhaul for the wrapper communication.Nick Schermer2010-02-261-4/+1
* Fix default shadow types in the systray and clock.Nick Schermer2010-02-261-11/+15
* Get rid of the old SVN $Id$ lines.Nick Schermer2010-02-261-1/+0
* Properly use XfceScreenPosition in the plugins.Nick Schermer2010-02-261-34/+30
* Only use { NULL } to end the array.Nick Schermer2010-02-261-1/+1
* Add gtk builder code of the plugins in a common file.Nick Schermer2010-02-261-38/+22
* Rename glade to ui.Nick Schermer2010-02-261-3/+3
* Update to latest libxfce4ui API.Nick Schermer2010-02-261-1/+1
* Fix problems with plugin calls in the init stage.Nick Schermer2010-02-261-3/+3
* Some systray fixes.Nick Schermer2010-02-261-2/+5
* Handle xfconf_init and xfconf_shutdown in another way.Nick Schermer2010-02-261-3/+0
* Put some xfconf code in a macro to make things easier.Nick Schermer2010-02-261-6/+2
* Allow passing a NULL channel to panel_properties_bind().Nick Schermer2010-02-261-11/+1
* Implement property saving in the bindings.Nick Schermer2010-02-261-1/+1
* Use the xfconf channel singleton in the panel and plugins.Nick Schermer2010-02-261-1/+1
* Remove the optional hash table from panel_properties_bind().Nick Schermer2010-02-261-1/+1