summaryrefslogtreecommitdiff
path: root/src/bin/e_alert.c
Commit message (Expand)AuthorAgeFilesLines
* enlightenment: Make E build again with EFL from gitChris Michael2015-05-071-3/+3
* fix unused function paramters warning when building for wayland onlyChris Michael2014-10-031-0/+3
* remove useless returnChris Michael2014-09-051-1/+0
* @bugfix: Fix building for WAYLAND_ONLY by using the proper defineChris Michael2014-03-181-0/+2
* formattingMike Blumenkrantz2012-11-141-1/+2
* e: full rewrite of our WBOD.Cedric BAIL2012-11-011-55/+5
* e: e_alert now find the composite window by looking at X property insteed of ...Cedric BAIL2012-10-311-3/+15
* e17: whitespaces--Vincent Torri2012-06-211-3/+2
* support mtrack... my new little memory tracker so i can finally liveCarsten Haitzler2011-11-171-0/+2
* E: Add missing header for waitpid function.Christopher Michael2011-08-311-0/+1
* e: simplify e_alert code.Cedric BAIL2011-08-311-41/+54
* E17: Fix White Box of Death wrt Restart & Exit.Christopher Michael2011-08-151-1/+2
* fix some compile warnsMike Blumenkrantz2011-08-111-2/+2
* E: Re-enable Alert window when composite module is running.Christopher Michael2011-08-071-2/+5
* E: Make E work with the new XCB stuffs. This breaks out e_alert intoChristopher Michael2011-07-251-208/+39
* e: use "while" and not an ugly "for"Boris Faure2011-02-191-1/+1
* fix case where we could have x fatal stuff happen during shutdown orCarsten Haitzler2011-02-161-4/+7
* Fix exit valuesLucas De Marchi2011-01-041-1/+1
* convert init/shutdown to EINTERN, move some to _update().Gustavo Sverzut Barbieri2010-11-221-2/+3
* FORMATTINGLucas De Marchi2010-08-041-3/+0
* Remove unused variableSebastian Dransfeld2010-01-151-1/+1
* make alerts work with composite managers in modules.. so if we segv... we canCarsten Haitzler2010-01-061-6/+26
* No need to use fprintf to print a simple string.Sebastian Dransfeld2008-10-261-1/+1
* make alerts smaller... small white boxes of death.Carsten Haitzler2007-09-111-1/+1
* recover might be nicer a termCarsten Haitzler2006-08-181-1/+1
* really - ignore is pointless. restart or exit now.Carsten Haitzler2006-07-051-39/+15
* ok - turn off visibility stuff for e -0 for some reason just the dropshadowCarsten Haitzler2006-01-101-0/+1
* Fix EAPI warnings.sebastid2006-01-071-3/+3
* alert made more robust just in case... but mor eimportantle e_apps andCarsten Haitzler2005-12-021-46/+44
* E_Intl changesstffrdhrn2005-11-221-1/+2
* Need Ecore.h for ecore_app_restart()sebastid2005-07-191-0/+1
* remove fixme commentCarsten Haitzler2005-06-221-2/+0
* Unused variables.sebastid2005-06-191-3/+2
* segv/bus/ill/fpe handler to trap all the nasties and allow debug or recoveryCarsten Haitzler2005-06-151-0/+234