platform/upstream/efl.git
2013-06-20 Sebastian Dransfeldefl: formatting
2013-06-20 Sebastian Dransfeldefreet: Create a temp XDG_RUNTIME_DIR if not set
2013-06-20 Sebastian Dransfeldefl: formatting
2013-06-20 Sebastian Dransfeldevas: Keep sane name for public header
2013-06-20 Sebastian Dransfeldefreet: @since
2013-06-20 Sebastian Dransfeldefreet: Add async menu parsing
2013-06-20 Sebastian Dransfeldefreet: Make _path_to_file_id threadsafe
2013-06-20 Sebastian Dransfeldefreet: Make desktop cache threadsafe
2013-06-20 Sebastian Dransfeldefreet: Make efreet_desktop threadsafe
2013-06-20 Sebastian Dransfeldefreet: Formatting
2013-06-20 Sebastian Dransfeldefreet: Release log domain on evil error
2013-06-20 Sebastian Dransfeldefreet: doc fixes
2013-06-20 Sebastian Dransfeldefreet: Reorganize file
2013-06-20 Sebastian Dransfeldefreet: Init variables in init
2013-06-20 Sebastian Dransfeldefreet: Init efreet_menu_prefix in init
2013-06-20 Sebastian Dransfeldefreet: Remove static variable
2013-06-20 Sebastian Dransfeldefreet: Remove static variable
2013-06-20 Sebastian Dransfeldefreet: Improve eina hash usage
2013-06-20 Jean-Philippe... cserve2: fix minor memleaks with fonts
2013-06-20 Jean-Philippe... cserve2: add more error debug for font loading
2013-06-20 Jean-Philippe... cserve2: Handle interrupts when failing to read from...
2013-06-20 Jean-Philippe... cserve2: prevent infinite loop during connection
2013-06-20 Cedric Bailevas: fix texture allocation bugs.
2013-06-20 Cedric Bailevas: fast path for map with same color on all corner.
2013-06-20 Mike Blumenkrantzmore descriptive error message in eldbus when property...
2013-06-20 Chris MichaelDont need the ret variable unless we are actually going...
2013-06-19 Mike Blumenkrantzinform users when eldbus-codegen is cowardly refusing...
2013-06-19 Mike Blumenkrantzuse sizeof for eldbus-codegen internal define lengths
2013-06-19 Mike Blumenkrantzs/LENGHT/LENGTH
2013-06-18 Cedric Bailevas: fix clang compilation.
2013-06-18 Cedric Bailevas: reduce memory footprint taken by Evas_Object_Tabl...
2013-06-18 Cedric Bailevas: reduce memory usage by using Eo array of callbacks.
2013-06-17 Chris MichaelOoops, missing on "get_pixles" --> "pixels_get" conversion
2013-06-17 Chris MichaelFix render engine function "get_pixels" to be "pixels_g...
2013-06-17 Chris MichaelFormatting fixes
2013-06-17 Chris MichaelRemove 'hack' which worked around a Weson bug wrt point...
2013-06-17 Chris MichaelDon't crash when window is null (for mouse_down comparison)
2013-06-17 Chris MichaelDebug--
2013-06-17 Chris MichaelFix formatting
2013-06-17 Jérémy Zurchereo_class_new: reorder last operations in class creation
2013-06-17 Jérémy Zurchereo_class_new: pack ext data offsets at the end of _Eo_Class
2013-06-17 Jérémy Zurchereo_class_new: speed up mixins offset table creation
2013-06-17 Jérémy Zurchereo_class_new: check parent and desc before doing anything
2013-06-17 Jérémy Zurchereo_class_new: pack mro at the end of _Eo_Class
2013-06-17 Jérémy Zurchereo_class_new: remove duplicates in extensions as well...
2013-06-17 Jérémy Zurchereo_class_new: pack extensions at the end of _Eo_Class
2013-06-17 Jérémy Zurchereo_class_new: add and use _eo_class_sz
2013-06-17 Jérémy Zurchereo_class_new: replace class field extn_data_size with...
2013-06-17 Sung W. ParkEvas: add partial rendering support for evasgl direct...
2013-06-17 Sung W. ParkRevert "Saving evasgl direct partial rendering fix...
2013-06-17 Sung W. ParkRevert "Touch for evas gl direct rendering partial...
2013-06-17 Sung W. ParkRevert "Added Wayland fix for evas_gl direct fix"
2013-06-17 Sung W. ParkAdded Wayland fix for evas_gl direct fix
2013-06-17 Sung W. ParkTouch for evas gl direct rendering partial rendering...
2013-06-17 Sung W. ParkSaving evasgl direct partial rendering fix temporarily
2013-06-17 Cedric Bailedje: reduce memory footprint of edje callbacks.
2013-06-16 ChunEon Parkedje - fix typo
2013-06-16 Daniel Juyung SeoEvas_Common_Header.h: added textgrid to primitive evas...
2013-06-14 Carsten Haitzler... evas: optimization - handle if c1 == c2 for map interpl...
2013-06-14 Chris MichaelPort wayland_egl changes for swapbufferswithdamage...
2013-06-14 Chris MichaeleglSwapBuffersWithDamage actually returns an EGLBoolean...
2013-06-14 Carsten Haitzler... evas: fix possible seg with font glyphs from font insta...
2013-06-14 Chris MichaelFormatting fix for 80 columns...Spankies !! ;)
2013-06-14 Stefan Schmidtedje-codegen: Now really fix the mem leak without runni...
2013-06-14 Stefan Schmidteina/mp/one_big: Add a comment to clarify why we do...
2013-06-14 Jean-Philippe... evas/cserve2: remove garbage shm files during server...
2013-06-14 Jean-Philippe... evas/cserve2: fix crash when shutting down cserve2
2013-06-14 Jean-Philippe... evas/cserve2: (shutdown) fix double free issue
2013-06-14 Jean-Philippe... evas/cserve2: Handle SIGINT properly
2013-06-14 Jean-Philippe... evas/cserve2: catch more signals and exit nicely
2013-06-14 Jean-Philippe... evas/cserve2: Add UID to shm file path
2013-06-14 Jean-Philippe... evas/cserve2: Check for errors in evas sw engine
2013-06-14 Jean-Philippe... evas/cserve2: Close scaled images after drawing
2013-06-14 Jean-Philippe... evas/cserve2: Fix crash in expedite test 23
2013-06-14 Cedric Bailevas: preliminary work on texture destruction for async...
2013-06-14 Cedric Bailevas: change cache API to forward Eo object.
2013-06-14 Cedric Bailevas: cleanup GL texture allocation with some code...
2013-06-14 Carsten Haitzler... evas: wayland_egl - mirror changes for qcom tile begin...
2013-06-14 Carsten Haitzler... evas: wayland egl - mirror changes to gl_x11 for swapbu...
2013-06-14 Carsten Haitzler... evas: gl engine: chg eglswapbuffersregion to swapbuffer...
2013-06-13 Rafael Antognollievas/map: Add FIXME comment to remember that it's just...
2013-06-13 Chris MichaelEFL Formatting.
2013-06-13 Jiyoun ParkEvas: Fix bs if app call image object update add after...
2013-06-12 Daniel Willmanneina_test_str: Make sure we have an empty string before...
2013-06-12 Rafael Antognolliecore/wayland: Translate CTRL + keys on Wayland.
2013-06-12 Jérémy Zurcherimprove eina_str coverage
2013-06-12 Jérémy Zurcherindent eina_list tests
2013-06-12 Jérémy Zurchereina_str_split_full_helper: indent
2013-06-12 Jérémy Zurchereina_str_split_full_helper: check params, set NULL...
2013-06-12 Jérémy Zurchereina_chained_mempool: typo
2013-06-12 Jérémy Zurchereina_chained_mempool: fix ERR arg format
2013-06-12 Eduardo Lima... ecore_wl: Handle ECORE_WL_WINDOW_TYPE_NONE correctly
2013-06-12 Eduardo Lima... Document .gitignore split
2013-06-12 Tom HacohenEdje examples: Fixed knob to be visible in the drag...
2013-06-11 Carsten Haitzler... disable cedric leakage causes in edje mmap file set. :)
2013-06-11 Eduardo Lima... Split .gitignore into multiple files
2013-06-11 Daniel Juyung Seoedc.vim: added SPRING keyword.
2013-06-11 Carsten Haitzler... evas - partial rendering support now for qualcomm extn...
2013-06-10 Jérémy Zurchereo_class_new: fix big memory waste
2013-06-10 Jérémy Zurchereo: fix advertised object size in dbg msg
next