platform/upstream/efl.git
2016-03-15 Tom HacohenEo: eo_add(), change current object's name (api).
2016-03-15 Jean-Philippe... Efl.Gfx.View: Try to document view_size
2016-03-15 Jean-Philippe... Efl.Image: Move alpha to Efl.Gfx.Buffer
2016-03-15 Jean-Philippe... Efl.Gfx.Buffer: Simplify data_get/set
2016-03-15 Jean-Philippe... Evas image: Move content_hint and scale_hint to Efl...
2016-03-15 Jean-Philippe... Evas image: Deprecate evas_object_image_alpha_mask_set
2016-03-15 Jean-Philippe... Evas.Image: Fix legacy proxy API
2016-03-15 Jean-Philippe... Evas.Image: Move native surfaces to Efl.Canvas.Surface
2016-03-15 Jean-Philippe... Evas engines: Add internal functions for native images
2016-03-15 Jean-Philippe... Evas.Image: remove video surface
2016-03-15 Jean-Philippe... Edje: Fix warning with clang
2016-03-15 Jean-Philippe... Examples: Update evas object eo example
2016-03-15 Jean-Philippe... Evas: Move 3d to Efl.Canvas.Scene3d
2016-03-15 Jean-Philippe... Edje: fix tests snap
2016-03-15 Jean-Philippe... Evas.Image: Complete implementation of proxy and snapshot
2016-03-15 Jean-Philippe... Evas.Image: Add new classes Snapshot and Proxy
2016-03-15 Jean-Philippe... Evas: Add internal macro EVAS_OBJECT_LEGACY_API
2016-03-15 Jean-Philippe... Evas Image: Implement Gfx.Buffer get/set/copy_set APIs
2016-03-15 Jean-Philippe... Efl.Gfx.Buffer: Introduce buffer_set/get/copy_set
2016-03-15 Jean-Philippe... Efl.Gfx.Buffer: Add interface skeletton
2016-03-15 Jean-Philippe... Efl.Image: Fix documentation for ratio + implement...
2016-03-15 Jean-Philippe... Evas image: Create interface Efl.Image.Animated
2016-03-15 Jean-Philippe... Efl.Image: Improve documentation a bit
2016-03-15 Jean-Philippe... Efl.Gfx.View: Rename property size to view_size
2016-03-15 Jean-Philippe... Evas image: Move filled property to Efl.Gfx.Fill and...
2016-03-15 Jean-Philippe... Efl.Gfx.Fill: Remove fill_spread
2016-03-15 Jean-Philippe... Evas filters: Simplify evas_filter_dirty
2016-03-14 Thiep Haecore_evas_cocoa: correct focus handlers
2016-03-14 Cedric BAILevas: move Evas_Polygon to become Efl_Canvas_Polygon.
2016-03-14 Cedric BAILedje: seems like preloading is fixed and we can now...
2016-03-14 Derek Foremanecore_drm: Disable custom tick if we can't wait for...
2016-03-14 Tom HacohenEo: Move generation of Eo_Event_Cb to Eolian.
2016-03-14 Daniel Kolesaeolian: builtin support for event callback signature
2016-03-14 Daniel Kolesaeolian generator: simplify typedef gen
2016-03-14 Vincent TorriEvil: the addr argument of dladdr is acually used
2016-03-14 Vincent TorriEvil: cosmetic change
2016-03-14 Vincent TorriEctor: try to load libcairo-2.dll first on Windows
2016-03-12 Jean Guyomarc'heina: mix possibly misleading indentation
2016-03-12 Jean Guyomarc'heina: remove un-necessary tests before freeing memory
2016-03-12 Boris Faureevas_text_grid: display bold/italic/bolditalic fonts...
2016-03-12 Boris Faureevas_text_grid: remove optimisation (will come back...
2016-03-11 Mike Blumenkrantzgl_common: call evas_gl_common_texture_free() before...
2016-03-11 Mike Blumenkrantzgl_common: remove incorrect EINA_UNUSED for evas_gl_com...
2016-03-11 Stefan Schmidttests eeze: enable eeze_net IPv6 test again and skip...
2016-03-11 Stefan Schmidteeze: remove trailing whitespace
2016-03-11 Derek Foremanecore_drm: Update device copy of framebuffer after...
2016-03-11 Daniel Kolesaeolian generator: close the file with zero write
2016-03-11 Daniel Kolesaeolian generator: check fwrite return value currectly
2016-03-11 Daniel Kolesaeolian: refactor database_typedecl_to_str to remove...
2016-03-11 Tom HacohenRevert "Eo: Change to the Eo4 eo_add syntax."
2016-03-11 Tom HacohenRevert "Vg node: modify so the eo_add migration script...
2016-03-11 Tom HacohenRevert "Ector and eo suite: Semi automatically migrate...
2016-03-11 Tom HacohenRevert "Automatic migration to the new eo_add syntax."
2016-03-11 Tom HacohenRevert "Examples: Update according to recent eo_add...
2016-03-11 Tom HacohenRevert "Fix examples according to the recent eo event...
2016-03-11 Tom HacohenRevert "cxx: Migrate C++ binding to the new eo_add...
2016-03-10 jinwoo.shinedje: add error log message for missing description
2016-03-10 Cedric BAILefl: rename efl.core.animator to efl.animator.
2016-03-10 Derek Foremanecore_wl2: Don't treat EINVAL as a recoverable condition
2016-03-10 Mike Blumenkrantzecore-wl2: set fd handler active flags correctly for...
2016-03-10 Chris Michaelevas-gl: Fix dereference after null check
2016-03-10 Chris Michaeledje: Don't leak array source if we are going to exit...
2016-03-09 Stefan Schmidtbuild coverage: make coverage numbers more accurate...
2016-03-09 Stefan Schmidtexamples gitignore: adding four new examples to their...
2016-03-09 Vitor Sousaeo_cxx: correct constness of basic Eo C++ wrapper functions
2016-03-09 Mike Blumenkrantzecore-drm: don't set DBG on log level if DBG not alread...
2016-03-09 Chris Michaelecore-drm: Disable default DBG log level
2016-03-09 Vitor Sousacxx: Migrate C++ binding to the new eo_add syntax
2016-03-09 Tom HacohenFix examples according to the recent eo event changes.
2016-03-09 Tom HacohenExamples: Update according to recent eo_add changes.
2016-03-09 Tom HacohenAutomatic migration to the new eo_add syntax.
2016-03-09 Tom HacohenEctor and eo suite: Semi automatically migrate to the...
2016-03-09 Tom HacohenVg node: modify so the eo_add migration script won...
2016-03-09 Tom HacohenEo: Change to the Eo4 eo_add syntax.
2016-03-09 Stefan Schmidttests evas: enable xpm image loader in tests
2016-03-09 Stefan Schmidttests evas: remove commented out function which have...
2016-03-09 Chris Michaelecore-drm: Don't re-include config.h
2016-03-09 Chris Michaelecore-drm: Update copyright notice
2016-03-08 Tom HacohenRevert "ecore: Create Promises"
2016-03-08 Vitor Sousaeo_cxx: Fix unused parameter warning when no constructo...
2016-03-08 Stefan Schmidttests eolian: add test cases for type stub generations
2016-03-08 Stefan Schmidteolian_gen: mention the option for generating a stub...
2016-03-08 Stefan Schmidteolian_gen: remove unused functions _nextline and _star...
2016-03-08 Stefan Schmidtevas-3d examples: remove unused variables
2016-03-08 Carsten Haitzler... eo del interceptor: add the ability to intercept deleti...
2016-03-07 Stefan SchmidtRevert "eina: split Makefile with files/headers in...
2016-03-07 Stefan SchmidtRevert "eina: reintroduce additional support for eina...
2016-03-07 Stefan SchmidtRevert "eina: rely on GNU make to find file at their...
2016-03-07 Daniel Kolesaeolian: validate eo/legacy prefix to be [a-z_][a-z0...
2016-03-07 Stefan Schmidtbuild: do not use DEBUG when running with coverage
2016-03-07 Stefan Schmidtbuild: fix linking with coverage enabled after osx fix
2016-03-07 Stefan Schmidttests: get rid of Eo_Event2 in cxx tests
2016-03-07 Stefan Schmidtcxx bindings: get rid of Eo_Event2
2016-03-07 Stefan Schmidtbuild: fix type in m4 macro
2016-03-07 Tom HacohenEo event cb: Update documentation.
2016-03-07 Tom HacohenEo: Update documentation according to the event cb...
2016-03-07 Tom HacohenEo: get rid of Eo_Event2.
2016-03-06 Felipe Magno... ecore: Create Promises
2016-03-06 Felipe Magno... eina: Add Eina_Iterator implementation for C-array
2016-03-06 Jean Guyomarc'heina: fix typos in doxygen
next