gear up svn for release. one of many steps/things to do.
[framework/uifw/ecore.git] / src / lib / ecore / Ecore.h
2012-03-17 rastergear up svn for release. one of many steps/things to do.
2012-03-15 gastalEcore poller docs.
2012-03-14 gastalEcore event functions docs improvements.
2012-03-13 gastalBetter ecore event docs.
2012-03-09 gastalImprovements to ecore timer docs.
2012-03-09 gastalSplitting time and timer into separte groups.
2012-03-09 gastalEcore idlers doc bump.
2012-03-05 gastalStyle fix for ecore exe docs.
2012-03-05 gastalBetter ecore main loop docs.
2012-03-01 gastalBetter ecore_evas intro docs.
2012-02-24 cedricecore: add Exotic support.
2012-02-23 devilhornsEcore: Fix grammar in doxy.
2012-02-22 devilhornsEcore: Fix typo in header (for docs).
2012-01-22 barbieriecore/docs: improve main page a bit.
2012-01-17 hermetecore - Various patches in ecore's doc
2012-01-04 seozecore Ecore.h: Sync authors with AUTHOR file.
2011-12-30 caroformatting
2011-12-04 discomfitor+ecore_timer_reset
2011-12-04 discomfitorunfuck header formatting
2011-11-23 discomfitorchange of email address: this is going to be ugly
2011-10-21 rasterran ecrustify on ecore. some manual fixing too.
2011-10-07 bdillyEcore Exe: add flag to send SIGTERM when parent die
2011-09-20 kakarotoEcore: Oups, typo, check for PS3 with __lv2ppu__ and...
2011-09-18 kakarotoEcore: Do not declare the siginfo_t and signal function...
2011-09-14 discomfitoradd main loop group to main docs page
2011-09-08 seozecore Ecore.h: Fixed documentation.
2011-08-30 antognolliecore/ecore_exe - Fix wrong documentation.
2011-08-22 cedricecore: make ecore_thread_main_loop_begin/end() recursive.
2011-08-21 hermetecore - fixed typo
2011-08-18 seozecore Ecore.h: Fixed typo.
2011-08-17 cedricecore: add clean thread safety mecanism.
2011-08-16 cedricecore: add ecore_main_loop_thread_safe_call_sync and...
2011-08-11 glima[ecore] New main loop diagram.
2011-08-10 glima[ecore] Put order in header file, splitting function...
2011-08-08 rasterdoc - we dont really need the logo there.
2011-08-08 rasterremove some docs on compiling goop we don't need really.
2011-08-03 gastalEcore: removing author list from main page.
2011-08-03 gastalEcore: Adding diagram to ecore_animator.
2011-07-28 cedricecore: add ecore_main_loop_thread_safe_call.
2011-07-19 sachielDiagrams for Ecore_Thread
2011-07-15 lucasecore: fix common misppellings
2011-07-12 sachielSome example for Ecore_Thread
2011-07-07 gastalEcore: Ecore_Animator example.
2011-07-07 gastalEcore: Improved ecore_animator documentation.
2011-07-07 seozedje/ecore/eina: Updated documentaton for version number.
2011-07-06 sachielExpand Ecore_Thread docs.
2011-07-04 antognolliecore - add and fix links to examples on each module...
2011-06-28 rasteradd ecore_throttle
2011-06-27 antognolliecore/events - constify data parameter of event_handler...
2011-06-22 antognolliecore/doc - Move some examples to examples.dox
2011-06-22 antognolliecore/main_loop - Improve documentation of some functions.
2011-06-21 antognolliecore/time - Add an example to use the ecore_time_...
2011-06-09 cedricecore: add ecore_pipe_wait.
2011-05-31 cedricecore: fix typo.
2011-05-30 cedricecore: add ecore_pipe_freeze/thraw.
2011-05-24 seozEcore: Moved ecore.dox.in to Ecore.h header.
2011-05-17 cedricecore: add ecore_timer_dump.
2011-05-12 rasterAdd a custom Ecore Aniamtor source and tick ability...
2011-04-24 rasteras suggested - nme it timeline
2011-04-20 rasteradd animator runtime stuff to run animator for fixed...
2011-04-19 discomfitor+ecore_exe_data_set
2011-03-16 cedricecore: add ecore_thread_reschedule.
2011-03-13 caroEcore:
2011-01-27 rasterexe none enum++
2011-01-26 discomfitorunsigned int : 1 -> Eina_Bool : 1
2011-01-26 discomfitoradd @file for doxy
2011-01-22 carouse typedef type for ecore_main_loop_select_func_get...
2010-11-12 cedric * ecore: break Ecore_Thread API once and for all to...
2010-11-04 discomfitor++ecore_event_handler_data_{set,get}
2010-10-17 caroimprove doc layout
2010-10-13 cedric * ecore: fix possible race. It also make ecore_thread_run
2010-09-30 carotab--
2010-09-27 lucasMake ecore_time_get and friends use monotonic clock
2010-09-22 cedric * ecore: rename ecore_long_run to ecore_thread_feedbac...
2010-09-21 discomfitorecore_main_fd_handler_active_get -> Eina_Bool
2010-09-08 lucasFix common misspellings
2010-08-18 discomfitorecore_thread_pool -> ecore_thread_local
2010-08-16 rasterand now ecore is 1.0.0 ready too.
2010-08-04 discomfitorconvert all function pointers to typedefs, add doxy...
2010-07-30 discomfitorreturn void* for data functions; depend on user not...
2010-07-30 discomfitorremove ecore_thread_pool_data_wait, make thread data...
2010-07-30 discomfitoradd data freeing support to ecore thread data api
2010-07-26 discomfitorrename function typedefs
2010-07-26 discomfitoradd typedefs for ecore thread function types because...
2010-07-23 discomfitorwhoops
2010-07-23 discomfitor+ecore_thread_{global,pool}_data_wait, to allow waiting...
2010-07-23 discomfitoradd threadsafe global data to threads, allowing for...
2010-07-23 discomfitorremove unnecessary mutexes, expand pthread self member...
2010-07-23 discomfitor+ecore_thread_pool_data_modify_or_add
2010-07-23 discomfitorapi change to ecore_thread_pool_data_add, now has 4th...
2010-07-22 discomfitor+ecore_thread_pool_data_{add,find,del}: start of ecore_...
2010-07-21 discomfitorfix some function variables and a cedric-requested...
2010-07-21 discomfitor+ecore_thread_total_get to return total number of pendi...
2010-07-21 discomfitor+ecore_thread_max_reset, ecore_thread_avail_get for...
2010-07-21 discomfitor+ecore_thread_max_{set,get} to return/set the max numbe...
2010-07-20 discomfitor+ecore_thread_active_get, ecore_thread_pending_get...
2010-07-02 cedric * ecore: for the 50 000 commits, why not adding some...
2010-07-02 cedric * ecore: fix long run thread, now that I have a nice...
2010-06-30 cedric * ecore: add ecore_long_run facility with notify to...
2010-06-24 cedric * ecore: Ecore callback really should return Eina_Bool.
next