platform/upstream/efl.git
2015-11-10 Jean-Philippe... Evas: Allow edje_decc to work with ETC images
2015-11-10 Jean-Philippe... Edje: Directly embed TGV files inside EDJ when possible
2015-11-10 Jean-Philippe... Evas: Add some internal engine APIs
2015-11-10 Jean-Philippe... Evas GL: Optimize out calls to eglGetCurrent from the...
2015-11-10 Jean-Philippe... Evas GL: Save all binary shaders during idle_flush
2015-11-10 Jean-Philippe... Evas GL: Precompile common shaders
2015-11-10 Jean-Philippe... Evas GL: Delete shaders after linking programs
2015-11-10 Jean-Philippe... Evas GL: Fix linking to 'context_restore_set'
2015-11-10 Jean-Philippe... Evas GL: Release shader compiler during evas_render_idl...
2015-11-10 Jean-Philippe... Evas GL: Implement runtime generation and load of shaders
2015-11-10 Carsten Haitzler... efl - fix eina after misnaming of piblic api
2015-11-10 Gustavo Lima... efl: fix build out of tree
2015-11-10 Oleksandr Shcherbinaevas: fix inverted texture coordinate in Evas.Canvas3d.
2015-11-10 Vivek Ellureina: add test case for file statat function.
2015-11-10 Vivek Ellureina: add test case for eina list search function.
2015-11-10 Srivardhan... ecore_con: adding test case for ecore_con_url_status_co...
2015-11-10 Srivardhan... ecore_con: updating example with ecore_con_url_status_c...
2015-11-10 Vivek Ellureina: add test case for list data idx function.
2015-11-10 Vivek Ellureina: add test cases for eina list move functions
2015-11-10 Vivek Ellureina: add test case for list demote function
2015-11-10 Vivek Ellureina: add test case for eina list reverse iterator
2015-11-10 Vivek Ellureina: added test case for matrix4 transpose function
2015-11-10 Yeshwanth Reddivarievil: avoid SIGSEV while using strlen function
2015-11-10 Srivardhan... eet: add check for realloc fail.
2015-11-10 Srivardhan... evas: preventing unlikely memory leak.
2015-11-10 Srivardhan... evas: preventing possible NULL dereference in evas...
2015-11-09 Srivardhan... ecore_con: add http_parser static lib.
2015-11-09 Cedric BAILeina: fix wrong API since documentation.
2015-11-09 Srivardhan... eina: add an API for base64 encoding.
2015-11-09 Subodh Kumarevas: fix some indentation and formatting in textblock.
2015-11-09 Oleksandr Shcherbinaevas: unification of color pick mechanism.
2015-11-09 indefiniecore_x: don't add a x selection clear event if the...
2015-11-09 Bogdan Devichevevas: add common part of savers and loaders.
2015-11-09 Bogdan Devichevevas: move model save/load from common to common3d.
2015-11-09 se.osadchyevas: refactor duplicated data structure with eina_matrix.
2015-11-09 perepelits.mevas: API for Convex Hull in Evas.Canvas3d
2015-11-09 Shilpa Singheina: add API eina_strftime
2015-11-09 Cedric BAILector: move freetype rasterizer library to itw own...
2015-11-09 Shilpa Singheina: add eina_tmpstr_manage_new, eina_tmpstr_manage_ne...
2015-11-09 Cedric BAILeina: fix computation of sqrt near 1.
2015-11-09 Srivardhan... eina: add test case for eina_strbuf_tolower API.
2015-11-09 Srivardhan... eina: updated example to add eina_strbuf_tolower.
2015-11-09 Srivardhan... eina: add API for converting strbuf to lowercase.
2015-11-09 Cedric BAILector: remove inline on function pointer.
2015-11-09 Cedric BAILector: cleanup code convention of the gradient code.
2015-11-09 Cedric BAILector: simplify code by avoiding unecessary intermediat...
2015-11-09 Cedric BAILector: follow function naming convention.
2015-11-09 Subodh Kumaredje entry: remove unreachable dead code
2015-11-09 Subodh Kumaredje entry: do not create object if theme source is...
2015-11-09 Nicolas Aguirreecore_cocoa/evas_gl_cocoa: fix indent, remove printf...
2015-11-09 Cedric BAILemile: deprecate the use of SSLv3 with GNUTLS backend to.
2015-11-09 Vincent Torriecore_con: fix warning on Windows
2015-11-09 Vincent Torriefreet: fix warning
2015-11-09 Daniel Kolesaeolian generator: finalize refactoring main.c
2015-11-09 Daniel Kolesaeolian generator: refactor the main function (remove...
2015-11-09 Daniel Kolesaeolian generator: remove useless --eo argument
2015-11-09 Tom HacohenRevert "Eo: Optimise event callback call"
2015-11-09 Jérémy ZurcherEo: Optimise event callback call
2015-11-09 Tom HacohenEo do: use the __thread directive when available to...
2015-11-09 Tom HacohenEo: Remove extra paranoid-never could happen safety...
2015-11-09 Tom HacohenEo: Reorganise some of the code and cleanup.
2015-11-09 Tom HacohenEo: Removed weird unneeded condition.
2015-11-09 Tom HacohenEo: Move op resolve check to where it belongs (out...
2015-11-09 Tom HacohenEo unref: Decrease amount of checks and hint branch...
2015-11-09 Tom HacohenEo: Split object checking from class checking and simplify.
2015-11-09 Tom HacohenEo callback call: Remove redundant safety checks.
2015-11-09 Tom HacohenEo callback call: Remove redundant refcounting.
2015-11-09 Tom HacohenEo callback call: Simplify callback desc matching code.
2015-11-09 Tom HacohenEo callbacks: simplify callback call code a bit.
2015-11-09 Tom HacohenEo benchmarks: Add basic callbacks benchmarks.
2015-11-09 Tom HacohenEo benchmarks: Improve benchmarks.
2015-11-09 Tom HacohenEo benchmark: Fix super benchmark.
2015-11-09 Tom HacohenEo: Reduce call stack memory footprint.
2015-11-09 Tom HacohenEo: Remove useless optimisation that is more harm than...
2015-11-09 Tom HacohenEo: use correct mask when checking if an id is a class
2015-11-09 Tom HacohenEo: Optimise object data fetching a bit more.
2015-11-09 Tom HacohenEo: Optimise object data fetching (minor).
2015-11-09 Stefan Schmidtconfigure: Switch to dev mode again. Merge window for...
2015-11-09 Stefan Schmidtrelease: Update NEWS and bump version for 1.16.0 release upstream/1.16.0 v1.16.0
2015-11-09 Stefan Schmidtpo: update po files before release
2015-11-09 Jean-Philippe... doc: Deprecate filter reference page and link to the...
2015-11-09 Jean-Philippe... doc: Fixup EDC doc for Evas 3D stuff
2015-11-09 Jean-Philippe... doc: Add EDC doc for desc.proxy, fix for desc.fill
2015-11-06 Cedric BAILecore: remove useless printf in Win32 main loop.
2015-11-06 Vincent Torrieina/efreet: open file with binary file on Windows
2015-11-05 Chris Michaelecore-drm: Remove unused function
2015-11-05 Chris Michaelecore-drm: Fix issue of hanging in read()
2015-11-05 Chris Michaelecore-drm: Fix issue of duplicate page flips
2015-11-05 Carsten Haitzler... evas - patch in one more if check for obj layer to...
2015-11-04 Mike Blumenkrantzevas gl-x11: add missing EVAS_NATIVE_SURFACE_WL support
2015-11-04 Chris Michaelecore-drm: Check return value of drmHandleEvent and...
2015-11-04 Chris Michaelevas-gl-drm: Implement eglSetDamageRegionKHR
2015-11-04 Chris Michaelevas-gl-drm: Find symlink for eglSetDamageRegionKHR
2015-11-04 Chris Michaelecore-evas-gl-drm: Don't create software dumb buffers...
2015-11-04 Chris Michaelecore-drm: Don't always check fb size against dumb...
2015-11-04 Chris Michaelevas-gl-drm: Set Outbuf vsync according to engine
2015-11-04 Jean-Philippe... Evas: minor whitespace and debug changes
2015-11-04 Vitalii VorobiovEvas Text: avoid SIGSEV while ellipsis recalculation
2015-11-03 Daniel Kolesaeolian: fix function parameter memory leak with value
2015-11-03 Stefan Schmidttests/ecore_con: check saved env variables before setti...
next