platform/upstream/efl.git
2015-03-06 Srivardhan... ecore_con: calling ecore_con_local_init/shutdown from...
2015-03-06 Subodh Kumareina: minimize fragmentation of chainned mempool.
2015-03-06 Daniel Kolesaelua: unexpose callback add/del events
2015-03-06 Daniel Kolesaelua: more reliable eoid->lua number conversion
2015-03-06 Daniel Kolesaelua: remove irrelevant comment
2015-03-06 Daniel Kolesaelua: a func-to-idx cache for eo callbacks
2015-03-06 Tom HacohenEdje epp: Fix FSF mailing address in the copyright...
2015-03-05 Jean-Philippe... Evas GL common: Create OpenGL ES 3.x contexts by default
2015-03-05 Jean-Philippe... Evas GL: Fix list of extensions with GLESv1
2015-03-05 Tom HacohenEdje init: fix typo in error message.
2015-03-05 Jean-Philippe... Evas GL: Fix CRI message on shutdown
2015-03-05 Carsten Haitzler... edje - somehow edje doesn't init evas and this makes...
2015-03-04 Mike Blumenkrantzee-wl should probably clamp configure event resize...
2015-03-04 Mike Blumenkrantzecore-wl windows now emit 0x0 configure sizes more...
2015-03-04 Mike Blumenkrantzecore-wl update window saved.size on any resize instead...
2015-03-04 Chris Michaelecore-drm: Implement edid parsing for Ecore_Drm_Output
2015-03-04 Chris Michaelecore-drm: Add edid structure to Ecore_Drm_Output
2015-03-04 Chris Michaelecore-evas-drm: Fix function call to ecore_evas_pointer...
2015-03-04 Chris Michaelecore-drm: Center mouse pointer on an output when it...
2015-03-04 Chris Michaelecore-drm: Add function to return the pointer xy of...
2015-03-04 Chris Michaelecore-drm: Fix formatting
2015-03-04 Marcel HollerbachEio: added cmake file
2015-03-04 ChunEon Parkedje: code refactoring.
2015-03-04 ChunEon Parklib/edje_util: fix logically wrong here.
2015-03-04 Daniel Kolesaelua: connect the del event on first callback connect
2015-03-04 Jean-Philippe... Evas GL common: Disable evas gl preload by default
2015-03-04 Jean-Philippe... Evas GL common: Improve quality of miniature image
2015-03-04 Jean-Philippe... Evas GL common: Force smooth scaling on miniature images
2015-03-04 kabeer khanevas/examples: Resolved warning in evas-3d example
2015-03-03 Daniel Kolesaelua: connect del callback by default
2015-03-03 Daniel Kolesaelua: better callback resource handling
2015-03-03 Daniel Kolesaelua: implement callback disconnect + better error...
2015-03-03 Daniel Kolesaelua: initial better callback system with indirection
2015-03-03 Daniel Kolesaelua: eo_class_addr_get -> eo_obj_addr_get
2015-03-03 Daniel Kolesaelua: callback stubs for basic event handling
2015-03-03 Daniel Kolesaelua: callback updates in eo bindings
2015-03-03 Daniel Kolesaelua: unregister all classes on eo.lua shutdown
2015-03-03 ChunEon Parkedje/edje_util: code refactoring.
2015-03-03 Jean-Philippe... Evas GL: Fix build error on some systems w/o Wayland
2015-03-03 Jean-Philippe... Evas GL: Kill runtime warnings caused by auto fallback
2015-03-03 Jean-Philippe... Evas GL: Automatic fallback to indirect rendering when...
2015-03-03 Bogdan Devichevevas-3d: recycling of resources for .ply import/export...
2015-03-03 Dmytro Dadyka[Evas: Evas_3D] Fix mesh API.
2015-03-03 Bogdan Devichevevas-3d: recycling of resources for mmap example
2015-03-03 Bogdan Devichevevas-3d: deleted some unneccesary resources and moon...
2015-03-02 Chris Michaelecore-wl: Send xdg_surface_set_window_geometry when...
2015-03-02 Daniel Kolesaelua: take __tostring from object metatable on robjects
2015-03-02 Daniel Kolesaelua: readonly object __dtor support
2015-03-02 Chris Michaelecore-imf: Add check for environment variable to enable...
2015-03-02 Daniel Kolesaelua: add transparent destructor support to elua objects
2015-03-02 Jean-Philippe... Evas masking: Use mask_smooth to differentiate "shaders"
2015-03-02 ChunEon Parkedje: apply scale prior to rotation
2015-03-02 jiin.moonedje: Adding the zoom effect of map to edje
2015-03-02 Jean-Philippe... Evas GL: Use Eina_Strbuf for the extensions list
2015-03-02 Jean-Philippe... Evas GL: Fix value of GL_COVERAGE_SAMPLES_NV
2015-03-02 Dongyeon KimEvas GL: remove evgl_init in gl_get_pixels_set
2015-03-02 Dongyeon Kimevas/gl_x11: fix duplicated egl error check
2015-03-02 Minkyoung KimEvas GL: Fix abnormal extension name.
2015-03-02 Dongyeon Kimevas/gl: implement dynamic hint set using tbm surface
2015-03-02 Jean-Philippe... Evas GL common: Remove uniform-related stuff
2015-03-01 Chris Michaelevas-gl-drm: Fix T2158: compile fails when --with-openg...
2015-03-01 Chris Michaelevas-gl-drm: Cleanup compiler warnings for dbg/err...
2015-03-01 ChunEon Parkecore/ecore_audio: fix timer control logically wrong.
2015-02-27 Derek ForemanUse doubles to store libinput's mouse motion
2015-02-27 Chris Michaelevas-software-x11: Provide TBM Native Surface support...
2015-02-27 Chris Michaelevas-software-x11: Remove improper EINA_UNUSED for...
2015-02-27 Chris Michaelecore-xcb: Fix 'variable set but not used' message
2015-02-27 Stefan Schmidtecore_x/xcb: Remove xcb-xprint code to get the root...
2015-02-27 Stefan Schmidtbuild: Remove pkg-config for xcb-xprint as the pc file...
2015-02-27 Jean-Philippe... Evas masking: Fix double free() with scaled images
2015-02-27 Jean-Philippe... Evas masking: Check fill properties to consider image...
2015-02-27 Jean-Philippe... Evas masking: Remove commented-out code
2015-02-27 Jean-Philippe... Evas masking: Skip GL fast path if image has fill options
2015-02-27 Jean-Philippe... Evas masking: Fix masking of maps in GL
2015-02-27 Jean-Philippe... Evas masking: Simplify previous commit
2015-02-27 Jean-Philippe... Evas masking: Add fast path for image-only masks in GL.
2015-02-27 Mike Blumenkrantzecore-wl fullscreen state is based on either window...
2015-02-27 Mike Blumenkrantzecore-drm modifier updating is now functional
2015-02-27 Carsten Haitzler... evas scale sample - fix useage of eina thread queue
2015-02-26 Dmytro Dadykaevas: Evas_3D - add terrain mesh.
2015-02-26 Bogdan Devichevevas-3d: fix incorrect reading of .obj file which had...
2015-02-26 Dmytro Dadykaevas: Evas_3D - fix coding style
2015-02-26 Daniel Kolesaelua: minor eo bindings optimization
2015-02-26 Daniel Kolesaelua: update eo bindings for lualian generated code
2015-02-26 Stefan Schmidtbuild: Workaround an automake limitation during paralle...
2015-02-26 Carsten Haitzler... eina + ecore - fix main loop thread id tracking on...
2015-02-26 Jean-Philippe... Evas masking: Simplify map masking shaders.
2015-02-25 vivekeina: add test case for eina_memdup in eina str
2015-02-25 Daniel Kolesaelua: completely revamped object system
2015-02-25 Stefan Schmidtbuild: Ensure we have $(DESTDIR)$(libdir) during parall...
2015-02-25 Stefan Schmidtbuild: Unify use of $(MKDIR_P) for creating a dir withi...
2015-02-25 Daniel Kolesaelua: multiple inheritance aware is_a
2015-02-25 Daniel Kolesaelua: guarantee multiple inheritance availability on...
2015-02-25 Daniel Kolesaelua: add object system mixin support without interferi...
2015-02-25 Daniel Kolesaelua: correct inheritance system in lualian generator
2015-02-25 Daniel Kolesaelua: better mixin behavior (+ fix bad lookup)
2015-02-25 Daniel Kolesaelua: extra generator info for inheritance handling...
2015-02-25 Daniel Kolesaelua: delegative multiple inheritance support in util...
2015-02-25 Daniel Kolesaelua: slightly less broken mixin behavior
2015-02-25 Jean-Philippe... Evas GL: Fix leak of surfaces with GLES 1.1
next