summaryrefslogtreecommitdiff
path: root/src/bin/e_msgbus.c
Commit message (Expand)AuthorAgeFilesLines
* reenable restart/shutdown dbus methods under x11Mike Blumenkrantz2015-11-241-4/+8
* e msgbus - move almost all of core dbus methods to msgbus moduleCarsten Haitzler (Rasterman)2015-11-241-400/+22
* enlightenment: Make E build again with EFL from gitChris Michael2015-05-071-1/+1
* __UNUSED__ -> EINA_UNUSEDMike Blumenkrantz2015-03-181-17/+17
* remove e_comp_list(), deprecate all related functions for pending removalMike Blumenkrantz2015-01-051-13/+11
* bugfix: Fix e_msgbus file having missing initializers for EldbusChris Michael2014-09-181-29/+29
* add dbus method org.enlightenment.wm.Core.VersionJérémy Zurcher2014-07-291-0/+13
* compositor rewrite / charlie-foxtrot situationMike Blumenkrantz2014-01-141-21/+25
* msgbus: No error if name already registeredSebastian Dransfeld2013-11-211-1/+1
* remove "border_raise_on_focus" config optionMike Blumenkrantz2013-10-071-6/+1
* Rename edbus->eldbusLucas De Marchi2013-04-231-168/+168
* ffs this free macro needs to get fixed to not fail hereMike Blumenkrantz2013-02-011-1/+3
* fix leak in e profile list dbus methodMike Blumenkrantz2013-02-011-4/+6
* fix edbus leakMike Blumenkrantz2013-01-231-3/+2
* formatting: all at onceMike Blumenkrantz2013-01-111-62/+61
* e: small fixes to e_msgbus conversion to edbusLucas De Marchi2013-01-021-85/+39
* e: Port e_msgbus to edbusJosé Roberto de Souza2013-01-021-253/+303
* focus dbus action also raises window where necessaryMike Blumenkrantz2012-08-061-0/+5
* add some basic window manipulation methods to enlightenment_remote + eMike Blumenkrantz2012-07-201-0/+106
* replace e17 logging "system" with custom eina log domainMike Blumenkrantz2012-06-131-4/+4
* E: include E_Hal.h if requestedVincent Torri2011-10-061-1/+0
* ecrustifiedMike Blumenkrantz2011-07-281-95/+125
* correctly init e_hal here only when it is used as the device backendMike Blumenkrantz2011-01-041-6/+2
* convert init/shutdown to EINTERN, move some to _update().Gustavo Sverzut Barbieri2010-11-221-2/+2
* Fix use of __UNUSED__.Christopher Michael2010-08-181-13/+13
* e_dbus_object_interface_attach refs interfaces, so you have to unref the inte...Mike Blumenkrantz2010-07-241-0/+3
* * e: remove warning due to Ecore API change.Cedric BAIL2010-06-241-21/+21
* beginnings of the ukit migration. this time, in many many many small commits ...Mike Blumenkrantz2010-04-301-0/+8
* e_hal_init/shutdownGustavo Sverzut Barbieri2009-09-231-0/+2
* * e: Cleanup use of Eina data structure.Cedric BAIL2009-08-211-15/+6
* have all exits and restarts to use e_sys_action_do()Gustavo Sverzut Barbieri2009-03-191-7/+3
* edbus is now.. required. no point making it optional anymore.Carsten Haitzler2008-10-271-12/+1
* Remove Evas list and replace them with Eina list.Cedric BAIL2008-10-221-4/+4
* Patch from lok to fix E compiling without e_dbus. Makes cvs build again.Christopher Michael2008-08-061-5/+1
* typo!!!!Carsten Haitzler2008-06-111-1/+1
* More const added.Gustavo Sverzut Barbieri2008-02-131-1/+1
* formattingSebastian Dransfeld2007-11-241-1/+1
* handle errors properly in msgbus!Carsten Haitzler2007-09-251-3/+22
* Long waiting commitStafford Mitchell Horne2007-09-251-0/+347