summaryrefslogtreecommitdiff
path: root/src/modules/ibar/e_mod_main.c
Commit message (Expand)AuthorAgeFilesLines
* redo ibar icon label position signalling to emit left/center/rightMike Blumenkrantz2015-03-061-25/+26
* Ibar: Emit the given origin to the Ibar Icon.Marcel Hollerbach2015-02-171-15/+44
* fix elm box parentingMike Blumenkrantz2015-01-201-2/+2
* e_box -> elm_box conversionMike Blumenkrantz2015-01-011-103/+54
* ibar: Fix "additional action"s and seperator placement.Leif Middelschulte2014-12-031-1/+2
* ibar: Changed the key which is used to store IBar Icons.Marcel Hollerbach2014-11-251-1/+1
* Implement FreeDesktop .deskop Additional Actions menuLeif Middelschulte2014-11-241-0/+24
* remove E_Win+e_canvas, convert all internal wins to use elm_winMike Blumenkrantz2014-11-201-3/+2
* modules/ibar: Fix Dereference before null check. Also remove extraChris Michael2014-09-051-3/+5
* fix formattingChris Michael2014-08-261-2/+4
* redo ibar wheel logicMike Blumenkrantz2014-07-141-19/+23
* fix ibar wheel scrolling with only one exeMike Blumenkrantz2014-07-141-2/+4
* fix ibar focus tracking bug with deleted objects (ERR complaints)Carsten Haitzler (Rasterman)2014-07-011-0/+9
* ibar: add some safeguards to make sure an icon has an exe_currentChris Michael2014-06-261-2/+5
* ibar - fix segv when ibar_icon data is NULLCarsten Haitzler (Rasterman)2014-06-201-0/+1
* update ibar menu theme states dynamicallyMike Blumenkrantz2014-06-161-1/+38
* unify ibar menu hidingMike Blumenkrantz2014-06-161-13/+13
* simplify ibar client desk visibility checkMike Blumenkrantz2014-06-161-12/+4
* rename ibar focus signalsMike Blumenkrantz2014-06-161-3/+3
* edje: remove use of deprecated functions.Cedric BAIL2014-06-071-3/+3
* ibar - send signals to icon menu items to indicat focus, other deskCarsten Haitzler (Rasterman)2014-05-301-1/+15
* don't set pass events on ibar iconsMike Blumenkrantz2014-05-081-2/+0
* ibar menu no longer sometimes covers its ibarMike Blumenkrantz2014-05-081-4/+13
* use same zone for ibar menu as gadgetMike Blumenkrantz2014-05-081-1/+1
* clamp ibar menu location to ibar zoneMike Blumenkrantz2014-05-071-0/+4
* hide ibar menu if no clients exist for lone exe instanceMike Blumenkrantz2014-05-071-4/+9
* remove unused ibar variable setMike Blumenkrantz2014-04-041-2/+2
* bugfix: ibar now scrolls correctly during dragsMike Blumenkrantz2014-03-281-1/+3
* modules/ibar: Fix condition check for edje emitsStefan Schmidt2014-03-281-1/+1
* fix lots of edje emits on non-edje objectsMike Blumenkrantz2014-03-271-4/+4
* ibar mouseover menu no longer breaks when client menu is activatedMike Blumenkrantz2014-03-141-2/+25
* ibar - fix separator to properly be horizontal on vertical ibarsCarsten Haitzler (Rasterman)2014-02-151-0/+24
* bugfix: only remove an ibar no-order icon if ALL icon's clients are skipMike Blumenkrantz2014-02-141-2/+8
* break when finding a non-skip new ibar execMike Blumenkrantz2014-02-141-1/+4
* e_client_name_get() -> e_client_util_name_get()Mike Blumenkrantz2014-02-051-1/+1
* ibox/ibar/tasks iconify effect - don't do it if target is not on same screenCarsten Haitzler (Rasterman)2014-01-301-1/+1
* remove comp iconify hacks (and e_iconify api), expand comp object effect apiMike Blumenkrantz2014-01-291-28/+29
* ibar - add iconify providerCarsten Haitzler (Rasterman)2014-01-291-0/+35
* don't add/reset ibar menu hide timer when menu is activeMike Blumenkrantz2014-01-181-0/+1
* debug remove - sorry.Carsten Haitzler (Rasterman)2014-01-181-2/+0
* ibar icon menu - set pass events on bg obj until it is fully shownCarsten Haitzler (Rasterman)2014-01-181-1/+14
* hide ibar menu when its gadget menu is openedMike Blumenkrantz2014-01-171-0/+5
* ibar menu now dynamically adds new clientsMike Blumenkrantz2014-01-171-20/+59
* break out ibar menu population into separate functionMike Blumenkrantz2014-01-171-29/+38
* further reduce ibar menu hide delay, make delay even shorter when leaving menuMike Blumenkrantz2014-01-171-2/+2
* add slight delay to ibar menu mouseover showingMike Blumenkrantz2014-01-171-2/+21
* hide mouseover ibar menu after mouse has leftMike Blumenkrantz2014-01-171-0/+26
* pass events on ibar menu during hideMike Blumenkrantz2014-01-171-0/+4
* fix ibar menu mouseover crash when draggingMike Blumenkrantz2014-01-161-1/+18
* reduce ibar mouse out timer lengthMike Blumenkrantz2014-01-161-2/+4