summaryrefslogtreecommitdiff
path: root/src/bin/e_module.c
Commit message (Expand)AuthorAgeFilesLines
* disable illume building, blacklist illume modulesMike Blumenkrantz2014-01-141-9/+0
* feature: comp config is no longer a moduleMike Blumenkrantz2014-01-141-3/+5
* compositor rewrite / charlie-foxtrot situationMike Blumenkrantz2014-01-141-8/+6
* feature: add E_MODULE_SRC_PATH for setting current module src path without ne...Mike Blumenkrantz2014-01-141-6/+35
* instead of just removing comp module on load attempt, replace it with conf_co...Mike Blumenkrantz2013-11-281-4/+2
* module version sanity check -> make sure module versions match EXACTLY.Carsten Haitzler (Rasterman)2013-10-301-2/+2
* wl_desktop_shell -> whitelistedMike Blumenkrantz2013-10-071-0/+1
* s/E17/E18/Mike Blumenkrantz2013-06-181-2/+2
* add teamwork moduleMike Blumenkrantz2013-06-141-0/+1
* fix wrong & in module loading checkMike Blumenkrantz2013-06-121-1/+1
* silently remove comp module from module config on attempted loadMike Blumenkrantz2013-05-211-8/+8
* E_FN_DEL macro renamed to E_FREE_FUNC with param order swapped for consistencyMike Blumenkrantz2013-02-221-2/+2
* ensure that E_EVENT_MODULE_INIT_END is always sent even if no modules are loadedMike Blumenkrantz2013-02-061-2/+9
* merge all bindings dialogs into single module: conf_bindingsMike Blumenkrantz2013-02-051-9/+1
* module loading now enforces priority for user directories; at some point we s...Mike Blumenkrantz2013-01-241-6/+26
* module error dialog is no longer remembered across restarts: this caused a cr...Mike Blumenkrantz2013-01-231-3/+3
* track module directories, add api for fetching module .desktop filesMike Blumenkrantz2013-01-151-17/+177
* formatting: all at onceMike Blumenkrantz2013-01-111-73/+74
* e modules no longer require shutdown or save functions; this should clean up ...Mike Blumenkrantz2013-01-101-8/+8
* add conf_comp to module whitelist, use right name for comp module in other pl...Mike Blumenkrantz2013-01-101-3/+3
* autoremove comp module from e_config if it was previously existing thereMike Blumenkrantz2013-01-101-2/+9
* completely block modules named composite from being loadedMike Blumenkrantz2013-01-101-0/+8
* e: remove dropshadow moduleLucas De Marchi2013-01-041-1/+0
* e/bluez4: cleanup and fixesLucas De Marchi2013-01-041-1/+1
* e appmenu: Initial commit of module that show application menus exported by dbusLucas Joia2013-01-041-1/+1
* conf2Mike Blumenkrantz2013-01-031-0/+2
* e/music-control: Add gadget GUIJosé Roberto de Souza2013-01-021-1/+1
* add echievements to module whitelist: I (and others) maintain the hell out of...Mike Blumenkrantz2012-12-221-0/+1
* add function for determining whether modules are still loadingMike Blumenkrantz2012-12-111-0/+6
* some text fixes from thomasgMike Blumenkrantz2012-11-301-3/+3
* module update event module name is now stringsharedMike Blumenkrantz2012-11-261-3/+3
* e: use X property for E_TAINTED to and fix parsing of message to.Cedric BAIL2012-10-311-2/+14
* e: make it less anoying. Now E17 also remember you tainted it.Cedric BAIL2012-10-181-5/+58
* add module whitelist with complaints about modules that are not e'sCarsten Haitzler2012-10-161-1/+148
* add config for disabling delayed modules. this actually drasticallyCarsten Haitzler2012-10-071-1/+1
* e: CleanupSebastian Dransfeld2012-10-041-1/+1
* ensure e modules end in .so before trying to open themMike Blumenkrantz2012-10-011-1/+1
* only print module timing info for modules that successfully loadMike Blumenkrantz2012-08-241-4/+7
* no need for strcmp here since these are stringsharedMike Blumenkrantz2012-08-241-1/+1
* fix usage of PATH_MAX when not working with filesMike Blumenkrantz2012-08-221-2/+2
* add more startup timing info for non-debug builds so people can see what the ...Mike Blumenkrantz2012-07-271-0/+5
* change delayed module idler to idle enterer to increase responsiveness during...Mike Blumenkrantz2012-07-261-2/+2
* fix module error dialog text to make more senseMike Blumenkrantz2012-07-261-2/+2
* formattingMike Blumenkrantz2012-07-021-201/+202
* e dialogs: some more Yes → action label updates.Chidambar Zinnoury2012-06-261-1/+1
* e17: whitespaces--Vincent Torri2012-06-211-16/+16
* e17: remove some shadow variablesVincent Torri2012-04-151-5/+5
* E: Use e_util_env_set (more portable). Fix formatting.Christopher Michael2011-07-231-7/+4
* fix case where we could have x fatal stuff happen during shutdown orCarsten Haitzler2011-02-161-9/+16
* convert init/shutdown to EINTERN, move some to _update().Gustavo Sverzut Barbieri2010-11-221-2/+2