platform/upstream/efl.git
2013-01-24 Christopher... Add initial swap buffer code.
2013-01-24 Christopher... Add initial swap buffer header file.
2013-01-24 Christopher... Set tilebuffer tile size in engine setup.
2013-01-24 Christopher... Try to create new tilebuffer in engine setup.
2013-01-24 Christopher... During engine setup, try to allocate a new Render_Engin...
2013-01-24 Christopher... Add base function for engine output setup.
2013-01-24 Christopher... Add local function prototype for engine output setup.
2013-01-24 Christopher... Add test for 'swapping' (ie: buffering).
2013-01-24 Christopher... Add some evas_common init functions if we have not...
2013-01-24 Christopher... Test for valid engine output to see if we need to creat...
2013-01-24 Christopher... Try to get the Evas public data from eo.
2013-01-24 Christopher... Try to cast the passed in info to our engine info.
2013-01-24 Christopher... Try to free the allocated engine info structure.
2013-01-24 Christopher... Return our allocated engine info structure.
2013-01-24 Christopher... Fill in some default properties for our engine info.
2013-01-24 Christopher... Try to allocate our engine info structure.
2013-01-24 Christopher... Tell the Evas_Module about our functions and return...
2013-01-24 Christopher... Define which functions this engine will override from the
2013-01-24 Christopher... Copy the inherited functions into our local variable...
2013-01-24 Christopher... Try to inherit functions from the software_generic...
2013-01-24 Christopher... On module open, create our log domain
2013-01-24 Christopher... Unregister the module log domain on shutdown of the...
2013-01-24 Christopher... Add skeleton code for evas module open/close, etc.
2013-01-24 Christopher... Add skeleton code for evas engine functions.
2013-01-24 Christopher... Add variable(s) for engine function overrides.
2013-01-24 Christopher... Add prototypes for evas engine functions.
2013-01-24 Christopher... Add variable for log domain.
2013-01-24 Christopher... Add Render_Engine structure.
2013-01-24 Christopher... Add initial evas_engine C file.
2013-01-24 Christopher... Add intial Outbuf structure.
2013-01-24 Christopher... Add enum for render mode (double, triple, etc).
2013-01-24 Christopher... Add Outbuf Depth enum.
2013-01-24 Christopher... Add initial evas_engine header file.
2013-01-24 Christopher... Add initial Evas_Engine_Wayland_Shm header file and...
2013-01-24 Christopher... Remove old wayland shm engine code.
2013-01-24 Christopher... Add wayland-client as a dependency for the evas wayland...
2013-01-24 Sung ParkAdd EVAS_GL_DIRECT_MEM_OPT to enable on-demand fallback...
2013-01-24 Cedric BAILefl/eina: it's really an error, thanks Ulisses.
2013-01-24 Cedric BAILefl/eina: one more typo.
2013-01-24 Cedric BAILeina: fix some warning.
2013-01-24 Cedric BAILefl/eina: detect when freeing pointer inside an allocat...
2013-01-24 Cedric BAILefl/eina: simplify mempool logic.
2013-01-24 Cedric BAILefl/evas: revert the revert, and indeed the bug was...
2013-01-24 Cedric BAILefl/evas: don't over write when not needed.
2013-01-24 Cedric BAILefl/eina: improve Eina_Cow.
2013-01-24 Cedric BAILefl: forgotten CnN
2013-01-24 Cedric BAILefl/eina: don't over align when the structure is alread...
2013-01-24 Cedric BAILefl/eina: let us know where that wrong Eina_Magic was...
2013-01-23 Christopher... leak--
2013-01-23 Christopher... Free the previously allocated rectangle is we do not...
2013-01-23 Christopher... Do not allocate Outbuf_Region if we do not need it...
2013-01-23 Christopher... leak--. If we are returning NULL on buffer_new, then...
2013-01-23 Stefan SchmidtRevert changes to the generated images.mk file
2013-01-23 Carsten Haitzlerummm this really fubars stuff up cedric.. revert. put...
2013-01-23 Stefan Schmidtefl/ecore(xcb: Port leak fix from xlib to xcb backend
2013-01-23 Stefan Schmidtefl/ecore_x: Fix leak of data.
2013-01-23 Stefan Schmidtefl: Switch from deprecated eina_unicode_utf8_get_next...
2013-01-23 ChunEon Parkecore - ECORE_CALLBACK_DONE is right contextually.
2013-01-22 Carsten Haitzlerdisanle AM_PROG_AR... see comment in configure.ac
2013-01-22 Carsten Haitzlersorry - have to revert this as this brings the efl...
2013-01-22 Carsten Haitzlerat least for me.. somehting keeps changing imnages...
2013-01-22 Carsten Haitzleroops - minor "never wil happen" leak - free rect.
2013-01-22 Gustavo Sverzut... fix cserve2 module dependencies.
2013-01-22 Gustavo Sverzut... try to simplify internal library dependency.
2013-01-22 Daniel Willmannefl: Unbreak evas gif-loader animation support
2013-01-22 José Roberto... efl/edbus: Fix edbus_name_owner_changed() when bus...
2013-01-22 José Roberto... efl/edbus: Init ecore on test suites
2013-01-22 Cedric BAILefl: another easy to kill, almost 5% in memory save...
2013-01-22 Cedric BAILefl: remove a forgotten deprecated call.
2013-01-22 Cedric BAILefl: remove useless code.
2013-01-22 Mike Blumenkrantzrebase dns.c against upstream
2013-01-22 Sung ParkApplied on-demand memory allocation policy for Evas...
2013-01-22 Cedric BAILefl: move Evas_Object map data to there own Eina_Cow...
2013-01-22 Cedric BAILefl: simplify logic of eina_cow.
2013-01-22 Cedric BAILefl: not sure of that one, but remove use of eina_safet...
2013-01-22 Cedric BAILefl: missing deprecated user.
2013-01-22 Cedric BAILefl: deprecate eina_unicode_utf8_get_next, add eina_uni...
2013-01-21 Rafael Antognolliefl/ecore_evas/wayland: Report the requested window...
2013-01-21 Rafael Antognolliefl/evas/examples: Remove framespace offset from example.
2013-01-21 Rafael Antognolliefl/evas: Use "with_opengl" option instead of "gl_flavo...
2013-01-21 Cedric BAILefl: inline eina_unicode_utf8_get_next.
2013-01-21 Cedric BAILefl: group more map stuff in the same sub structure.
2013-01-21 Jihoon Kimedje_entry: fix warning by clang
2013-01-21 Carsten Haitzlerfix ximage get error sync problem.
2013-01-21 Cedric BAILefl: cleanup Evas_Object_Protected_Data.
2013-01-21 Carsten Haitzleroops - forgot to force 24bpp to 32bpp in drm swapper.
2013-01-21 Cedric BAILefl: use new eina_cow macro to clean stuff a little.
2013-01-21 Cedric BAILefl: add eina_cow helper macro.
2013-01-21 Gustavo Sverzut... some clang warning cleanups i forgot to commit
2013-01-20 Gustavo Sverzut... fix bug spotted by clang
2013-01-20 Gustavo Sverzut... fix bug spotted by clang
2013-01-20 Gustavo Sverzut... fix bug spotted by clang.
2013-01-20 Cedric BAILefl: fix leak in eina_cow.
2013-01-20 Aharon Hilleleet: eet_connection.c fixed memory allocation Changed...
2013-01-19 Gustavo Sverzut... relax that test.
2013-01-19 Gustavo Sverzut... fix missing linkage with -lrt for shm_open users.
2013-01-19 Gustavo Sverzut... remove useless AM_CONDITIONAL
2013-01-19 Jihoon Kimecore_imf: fix typo in ecore_imf_example.c
2013-01-18 Gustavo Sverzut... fix ecore_evas modules build broken by r82976.
2013-01-18 Gustavo Sverzut... make clean should also delete gcda files from lcov
next