aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/e_exec.c
Commit message (Expand)AuthorAgeFilesLines
* formatting: all at onceMike Blumenkrantz2013-01-111-43/+46
* it seems that this variable in e_exec does not actually need to be strdup()ed...Mike Blumenkrantz2012-12-141-7/+2
* improper E_FREE usageMike Blumenkrantz2012-12-141-4/+4
* fix leak in e_exec when DISPLAY is too longMike Blumenkrantz2012-12-131-0/+1
* fix wrong E_FREE usageMike Blumenkrantz2012-12-131-1/+1
* in the event that an ecore_exe is not passed with the exit cb, check the pid ...Mike Blumenkrantz2012-12-071-1/+6
* fix e_exec crashMike Blumenkrantz2012-12-041-1/+1
* delete from hash by keyMike Blumenkrantz2012-12-041-1/+1
* Dear all,Mike Blumenkrantz2012-12-031-1/+5
* remove all LD_LIBRARY_PATH shenanigans from e17Mike Blumenkrantz2012-10-101-4/+0
* e: CleanupSebastian Dransfeld2012-10-041-8/+6
* add executor indirection setter.Carsten Haitzler2012-09-181-0/+14
* add single-instance launching infra support for e17 as well as launchCarsten Haitzler2012-09-181-11/+134
* fix e_exec crashMike Blumenkrantz2012-09-181-14/+17
* add support for X-Enlightenment-Single-Instance :)Carsten Haitzler2012-09-171-0/+27
* e: remove potential buffer overflow and make it more efficient.Cedric BAIL2012-08-291-12/+25
* fix usage of PATH_MAX when not working with filesMike Blumenkrantz2012-08-221-5/+5
* abstract the "get terminal desktop" code into util code and now useCarsten Haitzler2012-08-151-31/+2
* don't need to check alloca resultMike Blumenkrantz2012-08-021-31/+22
* fix up e_exec to respect the terminal=true flag on desktops ... soCarsten Haitzler2012-07-301-47/+97
* fix segv's when cfdata->desktop is NULL.Carsten Haitzler2012-07-161-8/+23
* add instances to track exec things which dont have desktop files too.Carsten Haitzler2012-07-141-20/+29
* e17: whitespaces--Vincent Torri2012-06-211-1/+0
* formattingMike Blumenkrantz2012-06-201-274/+272
* just use zone's deskx/y current.Carsten Haitzler2012-04-221-3/+3
* e: fix typos.Cedric BAIL2012-04-221-1/+1
* only store screen/deskx,y if isnt != nullCarsten Haitzler2012-04-221-4/+7
* after years, finally fix an annoyance... application windows, IF e canCarsten Haitzler2012-04-211-6/+19
* e17: remove some shadow variablesVincent Torri2012-04-151-7/+7
* not sure what the point of this is, so away with it!Mike Blumenkrantz2011-11-071-4/+0
* E: Show correct path in error message.Sebastian Dransfeld2011-08-151-1/+1
* E: Only chdir if path not emptySebastian Dransfeld2011-08-151-1/+1
* 1. handle chdir errors gracefully with error displyCarsten Haitzler2011-05-291-6/+32
* e: Fix segfault if no desktop file present.Miculcy Brian2011-05-261-1/+1
* patch from From: Mark-Willem Jansen <markwillem@hotmail.com>Mark-Willem Jansen2011-05-261-1/+12
* convert init/shutdown to EINTERN, move some to _update().Gustavo Sverzut Barbieri2010-11-221-2/+2
* __UNUSED__ lastSebastian Dransfeld2010-11-051-1/+1
* bah! brokne inst matching.. e literally lost all inst's! fixed.Carsten Haitzler2010-09-071-5/+8
* Convert (hopefully) all comparisons to NULLLucas De Marchi2010-08-211-6/+6
* Revert PATH_MAX change there...PATH_MAX may not be long enough.Christopher Michael2010-08-181-1/+1
* Add UNUSEDChristopher Michael2010-08-181-11/+11
* FORMATTINGLucas De Marchi2010-08-041-3/+0
* Remove unneeded code with notnull.cocci scriptLucas De Marchi2010-07-141-5/+5
* * e: remove warning due to Ecore API change.Cedric BAIL2010-06-241-14/+14
* gl vsync smoother tear-free rendering on desktop (nvidia though only - i amCarsten Haitzler2010-02-141-0/+4
* fix long-standing bug in exe exit handling! ugh...Carsten Haitzler2010-02-131-35/+31
* config to turn off exec fail dialogCarsten Haitzler2010-01-251-38/+44
* make clang happySebastian Dransfeld2010-01-141-4/+3
* Don't NULL out exe here (this was causing a lot of quiet errors wrtChristopher Michael2009-12-071-1/+0
* inst->exe is null if exe exited. it will be deleted by ecore, so cant keep itCarsten Haitzler2009-11-021-0/+1