summaryrefslogtreecommitdiff
path: root/src/lib/ecore/efl_loop.c
Commit message (Expand)AuthorAgeFilesLines
* ecore: remove custom code for generating Eina_Future_Schedule attached on Efl...Cedric Bail2019-10-311-8/+5
* ecore: remove unecessary field in data structure.Cedric Bail2019-10-311-1/+0
* efl_message: add pending queue for filtering message.Hosang Kim2019-10-241-0/+8
* efl task - change exit method to use normal event for multiple listenersCarsten Haitzler (Rasterman)2019-09-101-13/+3
* efl loops/threads - by defaylt tasks (exe and threads) exit with parentCarsten Haitzler (Rasterman)2019-08-261-1/+22
* ecore: remove efl_loop_{un,}register from .eo.Cedric BAIL2019-07-171-2/+8
* eo: use efl_provider_{un,}register infrastructure instead of Efl_Loop one.Cedric BAIL2019-07-171-1/+1
* ecore: rely on efl_provider_{un,}register to do the job of efl_loop_{un,}regi...Cedric BAIL2019-07-171-27/+6
* efl.loop_timer: rename all methods/properties/eventsMike Blumenkrantz2019-03-081-4/+4
* efl_loop: remove message_handler_getMarcel Hollerbach2019-02-211-27/+3
* efl_loop: document and annotate efl_loop_time correctlyMarcel Hollerbach2019-02-211-0/+2
* efl_loop: declare this class function to the objectMarcel Hollerbach2019-02-211-7/+5
* cmdline iface - fix to consume input array AND strings totallyCarsten Haitzler (Rasterman)2019-02-151-1/+4
* eolian: drop class function overridingMarcel Hollerbach2019-02-131-4/+4
* Revert "Revert command line array object because it's broken by design"Marcel Hollerbach2019-02-121-4/+6
* Revert "Revert the env object because it's broken portability - please redo"Marcel Hollerbach2019-02-121-189/+0
* Revert the env object because it's broken portability - please redoCarsten Haitzler (Rasterman)2019-02-121-0/+189
* Revert command line array object because it's broken by designCarsten Haitzler (Rasterman)2019-02-121-6/+4
* ecore: get rid of commands in efl_task.Marcel Hollerbach2019-02-121-4/+6
* efl_task: remove env from this objectMarcel Hollerbach2019-02-121-189/+0
* ecore: fix memory leak when shutding down the application.Cedric BAIL2019-01-231-0/+3
* efl_loop: remove FIXME that is doneMarcel Hollerbach2019-01-101-1/+0
* Revert "Revert "ecore: make efl_loop_promise_new a function of Efl.Loop_Consu...Carsten Haitzler (Rasterman)2018-12-261-7/+0
* Revert "ecore: make efl_loop_promise_new a function of Efl.Loop_Consumer."Marcel Hollerbach2018-12-261-0/+7
* ecore: make efl_loop_promise_new a function of Efl.Loop_Consumer.Cedric BAIL2018-12-201-7/+0
* efl_app: introduce app_main for getting the app objectMarcel Hollerbach2018-12-201-1/+1
* ecore: use efl_future_then to simplify the code logic and reduce potential bugs.Cedric BAIL2018-12-071-22/+17
* eo: rename efl_future_Eina_FutureXXX_then in efl_future_then as this has been...Cedric BAIL2018-11-231-4/+4
* xxx - fix eina_future_then calls to pass sotrage val - fix warnsCarsten Haitzler (Rasterman)2018-11-091-1/+1
* ecore: first invalidate the loop and its children, then destroy all the objec...Cedric Bail2018-05-241-2/+2
* ecore: properly handle shutdown of Efl.Loop children by using invalidate.Cedric BAIL2018-05-241-12/+17
* efl: remove old Efl_Future, Efl_Promise.Cedric BAIL2018-05-011-49/+0
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-3/+3
* efl.task - move to returning future insead of bool + exit eventCarsten Haitzler (Rasterman)2018-03-201-3/+8
* efl_loop: fix exit code of the loopJean Guyomarc'h2018-03-131-1/+1
* efl loop - remove commented out code left over from work on theads etcCarsten Haitzler (Rasterman)2018-03-031-23/+0
* efl.task - add an api to clear environmentCarsten Haitzler (Rasterman)2018-03-031-0/+15
* efl loop promises - cleare out promise data to nullCarsten Haitzler (Rasterman)2018-03-031-1/+10
* ecore - a different take on efl.app class as a super class to efl.loopCarsten Haitzler (Rasterman)2018-03-031-73/+21
* Revert "cxx: Fix manual code after efl_app change."Carsten Haitzler (Rasterman)2018-03-031-14/+68
* efl: create Efl.App class, the parent of Efl.LoopMike Blumenkrantz2018-02-261-68/+14
* ecore - start work on efl task/exe/threadCarsten Haitzler (Rasterman)2018-02-211-1/+241
* Revert "efl loop - provide efl namespace versions of begin/end locks on mainl...Carsten Haitzler (Rasterman)2018-01-171-12/+0
* Revert "promise: Add even simpler helper for main loop promise creation"Cedric BAIL2018-01-121-10/+0
* Revert "efl-loop: Don't use 'main' as a variable name"Cedric BAIL2018-01-121-3/+3
* ecore: no write after del for efl_loop_timeout.Cedric Bail2018-01-101-6/+4
* ecore: make loop quit exit code work with EINA_VALUE_EMPTY.Cedric BAIL2018-01-081-1/+11
* efl loop - provide efl namespace versions of begin/end locks on mainloopCarsten Haitzler (Rasterman)2018-01-051-0/+12
* eo: make efl_provider_find a @const function.Cedric BAIL2018-01-041-2/+2
* ecore: fallback to use efl_provider_find if the passed object isn't an Efl.Lo...Cedric BAIL2018-01-041-1/+9