platform/upstream/efl.git
2015-08-25 ChunEon ParkRevert "ecore_win: fix the incorrect mouse cursor posit...
2015-08-25 Marcel Hollerbachbuild: replace libsystemd-{daemon, journal} with libsystemd
2015-08-25 ChunEon Parkecore_win: fix the incorrect mouse cursor position.
2015-08-25 Thanatermesissmall typo in docs, mounse is mouse
2015-08-24 Stefan Schmidteldbus: add since tag for now public eldbus_message_sig...
2015-08-24 Marcel Hollerbachevas_3d: fix defines
2015-08-24 Stefan Schmidtevas/filter: Remove unused variable
2015-08-24 Stefan Schmidteldbus: remove now public eldbus_message_signal_new...
2015-08-24 Lukasz Stanislawskieldbus: add eldbus_message_signal_new to public header
2015-08-24 Carsten Haitzler... efl - jp2k loader - guard against openjpeg bug tha...
2015-08-22 Cedric BAILeina: fix coverity issue CID 1317154.
2015-08-22 ChunEon Parkethum: fix compilation on Windows due to missing visibi...
2015-08-22 ChunEon Parkevil: add missing since
2015-08-21 Tom HacohenEo base: clean up parent removal in destructor.
2015-08-21 Cedric BAILecore_con: fix test to properly send the right amount...
2015-08-21 Vincent Torrieina: use new eina_file_path_join API
2015-08-21 Vincent Torrieina: add API to join pahs, as well as path separators
2015-08-21 Cedric BAILector: don't forget to reset cairo matrix to identity.
2015-08-21 Cedric BAILefl: fix Efl.Gfx.Shape.Dup to use const parameter.
2015-08-21 Cedric BAILefl: prevent segv while interpolating empty shape.
2015-08-21 Cedric BAILevas: improve simple VG example to interpolate a full...
2015-08-21 Cedric BAILeina: add test for decomposition and composition of...
2015-08-21 Cedric BAILeina: add eina_matrix4_quaternion_get and eina_quaterni...
2015-08-21 Cedric BAILeina: add eina_matrix4_multiply and eina_matrix4_identi...
2015-08-21 Cedric BAILeina: add eina_matrix4_transpose.
2015-08-21 Cedric BAILeina: add tests for eina_matrix4_inverse.
2015-08-21 Cedric BAILeina: add eina_matrix4_inverse.
2015-08-21 Cedric BAILeina: test eina_matrix4_normalized.
2015-08-21 Cedric BAILeina: add eina_matrix4_normalized.
2015-08-21 Cedric BAILeina: add eina_matrix4_determinant.
2015-08-21 Cedric BAILeina: our 3x3 matrix are 2D matrix, not 3D rotation...
2015-08-21 Cedric BAILevas: add logic to duplicate recursively an Efl_VG_Node...
2015-08-21 Cedric BAILevas: allow parent during dup to be an Evas_Object_VG.
2015-08-21 Cedric BAILevas: add support for interpolating Efl_VG_Node tree.
2015-08-21 Cedric BAILevas: add an unique name for each Efl.VG.Base object...
2015-08-21 Vincent TorriEvil: fix compilation when MSVC is not available.
2015-08-21 Jean-Philippe... Evas filters: Fix build for Jenkins gcc_x32
2015-08-20 Chris MichaelAdd experimental implementation of custom animator...
2015-08-20 Cedric BAILevas: properly fix unref of ector renderer.
2015-08-20 Carsten Haitzler... eo - use ren not xref for children to not waste memory
2015-08-20 ChunEon Parkevas: fix win32 build warning.
2015-08-20 ChunEon Parkector: freetype -> default software
2015-08-20 Jihoon Kimecore_imf_example: remove unnecessary code to set clien...
2015-08-20 ChunEon Parkevil: fix warnings.
2015-08-20 ChunEon Parkevil: fix incorrect function call.
2015-08-20 Carsten Haitzler... eo - destruction - ensure child is removed from parent...
2015-08-20 Jean-Philippe... Evas filters: Fix char buffer size
2015-08-20 Mykyta BiliavskyiEdje_Entry: check selection before the cursor position...
2015-08-19 Cedric BAILevas: be more pedantic in case of error in Evas_VG_Node.
2015-08-19 Cedric BAILeio: limit race condition during shutdown.
2015-08-19 Daniel HirtEvas language: fix script run code
2015-08-19 Cedric BAILevas: no need to get the data if it is not the right...
2015-08-19 Cedric BAILector: fix naming and forcing this inline function...
2015-08-19 Cedric BAILevas: fix ref/unref of ector renderer to always happen...
2015-08-19 Subhransu Mohantyector: remove depricated file ector_blend_private.h
2015-08-19 Subhransu Mohantyector: add SSE2 support for gradient filling in softwar...
2015-08-19 Subhransu Mohantyector: add NEON support for composition function in...
2015-08-19 Subhransu Mohantyector: add sse2 support for composition function in...
2015-08-19 Subhransu Mohantyector: refactored software drawing backend to use compo...
2015-08-19 Subhransu Mohantyector: add alpha field to gradient data.
2015-08-19 Subhransu Mohantyector: add dash stroking feature in software backend.
2015-08-19 Subhransu Mohantyector: refactored shape generation in software backend.
2015-08-19 Subhransu Mohantyector: remove wrong implementation of singleton in...
2015-08-19 Subhransu Mohantyector: fix memory leak in software backend when using...
2015-08-19 Subhransu Mohantyector: add bounding box info in RLE data for software...
2015-08-19 Subhransu Mohantyector: now software rasterizer allocates memory on...
2015-08-19 Subhransu Mohantyevas: delete the ector_renderer when evas_vg_node gets...
2015-08-19 Jean-Philippe... Evas GL: Debug APIs should also restore context
2015-08-18 Jean-Philippe... Evas GL: Also generate debug functions for GLES 2
2015-08-18 Jean-Philippe... Evas GL: Add EVGL_FUNC_BEGIN() to GLES 3 functions...
2015-08-18 Jean-Philippe... Evas GL: Simplify previous commit
2015-08-18 Dongyeon KimEvas GL: Restore current context to evas gl context...
2015-08-18 Jean-Philippe... Evas filters: Fix proxy buffer size in Lua
2015-08-18 Jean-Philippe... Evas filters: Fix massive memleak with async sw render
2015-08-18 Jean-Philippe... Evas: Add debug env var EVAS_IMAGE_NO_MMAP
2015-08-18 Jean-Philippe... Evas filters: Fix for Lua 5.3 (with --enable-lua-old)
2015-08-18 Carsten Haitzler... eo - fix bug vector when unparenting of an eo obj may...
2015-08-17 Carsten Haitzler... efl debug infra - add more event types for ability...
2015-08-17 Carsten Haitzler... efl debug - add the ability to begin/end states not...
2015-08-15 Cedric BAILeina: change default log level at which we display...
2015-08-14 Daniel Kolesaevas_image: finish doc conversion
2015-08-14 Daniel Kolesaevas_image: convert more docs
2015-08-14 Daniel Kolesaevas_object,evas_image: partial doc conversion
2015-08-14 Amitesh Singhedje: set file permission back to 644
2015-08-13 Mike Blumenkrantzecore-wl: do not nul terminate drops
2015-08-13 Chris Michaelemotion: Fix typos in doxygen
2015-08-12 Mike Blumenkrantzecore-x: add property member to Ecore_X_Event_Selection...
2015-08-12 Carsten Haitzler... evas render 2 - tiled rouding of updates to keep number...
2015-08-12 Carsten Haitzler... evas - handle case where layer->evas is null - don...
2015-08-12 Carsten Haitzler... efreet - fix efreetd kill and start with clean cache...
2015-08-12 Carsten Haitzler... edje - signal matcvhes - fix null deref when patterns...
2015-08-12 Subhransu Mohantyector: add dash stroking in cairo backend.
2015-08-12 Subhransu Mohantyector: fix memory leak in cairo backend when using...
2015-08-11 Vincent Torrieina: fix direct_ls_simple and ls_simple tests on Windows
2015-08-11 Cedric BAILeldbus: do not release shared connections if connection...
2015-08-11 Chris Michaelevas-wayland-egl: Remove extra blank line
2015-08-11 Chris Michaelevas-wayland-egl: Add support for partial update extension
2015-08-11 Stefan Schmidtbindings/eina_cxx: add eina_cxx group as link to main...
2015-08-11 Stefan Schmidteolian: add eolian group as link to main page to find...
2015-08-11 Stefan Schmidtdocs: Build documentation also for code that is still...
next