summaryrefslogtreecommitdiff
path: root/src/modules/systray/e_mod_main.c
Commit message (Expand)AuthorAgeFilesLines
* systray - fix sizing to use gadget size not shelf/parent for iconCarsten Haitzler (Rasterman)2021-02-091-2/+2
* systray - allow multipleCarsten Haitzler (Rasterman)2019-10-141-13/+0
* systray - fix sizing of tray so you can see the iconsCarsten Haitzler (Rasterman)2018-03-121-50/+75
* rework systray theme applying codeMike Blumenkrantz2016-03-221-50/+8
* cache systray items for each dbus sessionMike Blumenkrantz2015-10-141-0/+10
* enlightenment: Make E build again with EFL from gitChris Michael2015-05-071-4/+4
* systray: Remove self assignment from e_compStefan Schmidt2015-04-161-1/+0
* remove E_Comp from gadman and systray structsMike Blumenkrantz2015-03-201-2/+2
* remove E_Comp->numMike Blumenkrantz2015-03-201-7/+0
* completely remove E_ManagerMike Blumenkrantz2015-03-191-1/+1
* __UNUSED__ -> EINA_UNUSEDMike Blumenkrantz2015-03-181-6/+6
* remove e_util_zone_current_get() usageMike Blumenkrantz2015-03-131-1/+1
* de-e_comp_get()ify eMike Blumenkrantz2015-03-131-1/+1
* remove xembeds from systray moduleMike Blumenkrantz2014-11-251-39/+7
* remove E_Win+e_canvas, convert all internal wins to use elm_winMike Blumenkrantz2014-11-201-2/+2
* yet another systray overhaul to avoid destroying batter after nocomp endsMike Blumenkrantz2014-09-011-12/+7
* bugfix: prevent out of bounds access in systray theme setupMike Blumenkrantz2014-03-131-1/+1
* compositor rewrite / charlie-foxtrot situationMike Blumenkrantz2014-01-141-5/+5
* Refactor systray to have only one boxJosé Roberto de Souza2013-12-181-18/+17
* remove another systray layer checkMike Blumenkrantz2013-06-121-8/+0
* Make systray settings dialog translatableIgor Murzov2013-06-091-3/+3
* Don't ask questions in systray settings dialogIgor Murzov2013-06-091-1/+1
* Fix copy'n'paste issueIgor Murzov2013-06-091-1/+1
* make systray Instance struct publicMike Blumenkrantz2013-05-281-17/+0
* systray is effectively the same whether it's in a shelf or on the desktop now...Mike Blumenkrantz2013-05-281-6/+2
* increase systray min width, define systray gadget min sizes, also apply min s...Mike Blumenkrantz2013-05-091-2/+5
* systray now has a min size of 8x8 so it can be clickedMike Blumenkrantz2013-02-221-0/+1
* ensure same name is used for config edd as type in systrayMike Blumenkrantz2013-02-041-1/+1
* From: zehortigoza@profusion.mobi (Jose Souza)Mike Blumenkrantz2013-02-041-8/+111
* e systray: Move dbus stuff out of gadcon instanceJosé Roberto de Souza2013-01-091-0/+2
* e systray: Initial commit of dbus notifier hostJosé Roberto de Souza2013-01-031-0/+13
* systray: split xembed part into own file, prepare to receive d-busGustavo Sverzut Barbieri2013-01-021-857/+119
* set systray default style to plain, recreate systray when icon is deleted to ...Mike Blumenkrantz2012-12-211-1/+15
* pop an error message about systray's ugliness when shelf style is invisibleMike Blumenkrantz2012-12-111-0/+3
* use correct geom for systray icon scaling, also clamp to shelf sizeMike Blumenkrantz2012-12-101-1/+24
* normalize systray icon size against shelf sizeMike Blumenkrantz2012-12-071-1/+6
* use e_util icon size normalizing function in systrayMike Blumenkrantz2012-12-071-20/+1
* giant header overhaul which removes all the stupid one line function prototyp...Mike Blumenkrantz2012-11-301-1/+13
* more PATH_MAX cleanupsMike Blumenkrantz2012-08-221-1/+1
* clean up gadget right click menus to stop leakingMike Blumenkrantz2012-08-151-19/+3
* sed -i 's/(E_Gadcon_Client_Class/(const E_Gadcon_Client_Class/g'Mike Blumenkrantz2012-07-271-3/+3
* someone got a little too clever trying to disable multiple systray instances ...Mike Blumenkrantz2012-06-211-4/+1
* formattingMike Blumenkrantz2012-06-201-238/+270
* fix systray size creepCarsten Haitzler2012-05-241-3/+3
* e: massiv warning cleanup !Cedric BAIL2012-05-041-21/+21
* e: oopsie. warnings--Boris Faure2011-11-141-1/+1
* e17/systray: whoops, revert this partHannes Janetzek2011-10-301-4/+9
* e17: add notification that systray does not work on a shelf that is 'below ev...Hannes Janetzek2011-10-301-13/+12
* E/Systray: Add ability for systray to go into illume indicator for Rui.Christopher Michael2011-09-011-1/+15
* E: Fix systray module to be engine independant by using just ecore_xChristopher Michael2011-07-211-25/+23