various fixes for vc++. I'll add the Visual Studio projects later
[profile/ivi/ecore.git] / src / lib / ecore / ecore_main.c
2010-04-05 carovarious fixes for vc++. I'll add the Visual Studio...
2010-02-27 barbieriConvert everything to EINA_(TRUE|FALSE)
2010-02-24 barbieriFix fd_handlers when using recursive main loops.
2010-02-23 barbierimove bitfield booleans to Eina_Bool.
2010-02-23 barbieriFix the bug of the first timer being added from idler.
2010-02-19 rasterrfiddling wiht lop to try and get rid of pauses. i...
2010-01-16 carofix warnings on opensolaris
2010-01-03 caro * move structures from ecore_private.h to the correspo...
2009-12-22 englebassRemove duplication from ecore headers
2009-12-21 cedric * ecore: Use eina_log.
2009-12-21 cedric * ecore: Don't select on deleted fd handler.
2009-12-07 englebassMake clang happy
2009-12-06 caroAdd data and error events in ecore_exe_win32.c.
2009-11-23 caro * add a _del function for win32 HANDLEs
2009-11-13 barbierido not run cleanup all the time and avoid bug of walkin...
2009-11-08 caroFixes for the Win32 port:
2009-10-25 carowait on HANDLES in the select loop on Windows.
2009-10-20 caroevents is an array of HANDLE's, not an array of pointer...
2009-08-26 carowarnings--
2009-07-15 barbierioops, fix case of timers never being fired while we...
2009-06-24 caroRework the Windows message loop and the managing of...
2009-06-06 barbierifix nasty bug of timers not being re-evaluated on rare...
2009-04-18 devilhornsRemove annoying printf messages when downloading someth...
2009-04-16 barbieriBe able to change select() function used by main loop.
2009-04-11 carofix compilation on Windows
2009-04-10 rasterandre dieb: patch to fix ebadf handling.
2009-04-09 barbieriremove more debug code left by cedric.
2009-03-04 cedric * ecore: Remove debug code.
2009-03-04 cedric * Move Ecore_Fd_Handler to Eina_Inlist.
2009-02-24 caroinitialize next_time to -1.0 by default.
2009-02-19 rastereek. loop time is wrong when using idlers heavily....
2009-01-31 caroremove a bit the mess n ecore. It's just the first...
2008-11-29 caroremove trailing spaces
2008-11-18 caroremove the problem of the main loop taking 100% of...
2008-11-02 rasterremove more useless ecore_time_get's
2008-11-02 rasternew ecore_loop_time_get() call. also priority setting...
2008-10-05 pfritzwarnings--
2008-08-17 rastermove around - flatter.