platform/upstream/efl.git
2014-04-16 Carsten Haitzler... fix overdraw issue in evas when clips change
2014-04-16 Carsten Haitzler... remove unused code
2014-04-16 Carsten Haitzler... evas rects - missing update rect del if rect solid...
2014-04-16 Carsten Haitzler... eo - let's make NULL objects simply debug warnings...
2014-04-16 Carsten Haitzler... Revert "eo null object complaints - silence."
2014-04-16 Carsten Haitzler... eo null object complaints - silence.
2014-04-15 Stefan SchmidtRevert "build: Temporary disable debug log output durin...
2014-04-15 Matvey Konovalovevas - improve speed of unpremul with redundant pixel...
2014-04-15 Jean-Philippe... Evas ETC1: Use LZ4HC for higher compression ratios
2014-04-15 Jean-Philippe... Evas: Use Evas_Colorspace to declare cspace
2014-04-15 Chris Michaelecore-wl: Check for existance of data device manager
2014-04-15 Chris Michaelecore-wl: Don't create an input cursor surface unless...
2014-04-15 Chris Michaelecore-evas-wl: Ooops, Fix opaque & input regions being...
2014-04-15 Carsten Haitzler... fix recent png loader break with etc1 support that...
2014-04-14 Mike Blumenkrantzdocs now have a slightly more english description and...
2014-04-14 Gwanglim LeeFixed a problem with e wl server that sent invalid...
2014-04-14 Daniel ZaouiEolian: add support for cmake
2014-04-14 Stefan Schmidtbuild: Temporary disable debug log output during coverage
2014-04-14 Tom HacohenRevert "Eolian: add support for cmake"
2014-04-14 Tom HacohenEo: eo_do now returns called func's value + default...
2014-04-14 Tom HacohenEo: Fix class checking.
2014-04-14 Daniel ZaouiEolian: add support for cmake
2014-04-14 Daniel ZaouiEolian/Lexer: disable INFO and DEBUG.
2014-04-13 Yossi KantorEolian: Legacy integration of Evas Table
2014-04-13 Yossi KantorEolian: Legacy Integration of Evas Text
2014-04-13 Daniel ZaouiEolian: fix generation of Eo2 functions definitions.
2014-04-11 Mike Blumenkrantzeolian no longer generates return statements for void...
2014-04-11 Stefan Schmidtecore_con: Force unsigned to unsigned comparison
2014-04-11 Stefan Schmidtengines/evas_drm: Remove some unused variables
2014-04-11 Stefan Schmidtecore_con: Remove superfluous >= 0 check for unsigned
2014-04-11 Yossi KantorEolian: Legacy integration of Evas Rectangle, Polygon...
2014-04-11 Yossi KantorEolian: Clean out Evas Eo header
2014-04-11 Yossi KantorEolian: Clean out Ecore Audio Eo headers
2014-04-11 Carsten Haitzler... set default help info for multisense to match new defau...
2014-04-11 Daniel ZaouiEo2: Fix other forgotten ret.
2014-04-10 Mike Blumenkrantz"whether" has 2x 'h'
2014-04-10 Tom HacohenEdje multisense: Fixed compilation following change...
2014-04-10 Carsten Haitzler... turn multisense on by default since ecore_audio is...
2014-04-10 Tom HacohenMove to Eo2 and adjust code accordingly
2014-04-10 Daniel ZaouiEo: fix warning on printf
2014-04-10 Daniel ZaouiEolian: Fix generation of Eo APIs.
2014-04-10 Carsten Haitzler... fix invalid memory access where child cb frees table...
2014-04-10 Carsten Haitzler... formatting - imrove readability of ecore x event table...
2014-04-10 Tom HacohenEo2: Adjust test suite to recent changes.
2014-04-10 Tom HacohenEo2: Make internal function static + improved debug...
2014-04-10 Tom HacohenEo: Removed redundant code.
2014-04-10 Tom HacohenEo: Renamed eo files from eo2* to eo*.
2014-04-10 Tom HacohenEcore audio tests: Updated to Eo2.
2014-04-10 Tom HacohenMore adjustments for eo2 calls.
2014-04-10 Tom HacohenEo: Reintroduce the events now that eo1 is gone.
2014-04-10 Tom HacohenEo: EO_BASE_CLASS->EO_CLASS.
2014-04-10 Tom HacohenEo: eo_base's data_*->key_data_*.
2014-04-10 Tom HacohenEo: Changed eo_prefix for base class to 'eo'.
2014-04-10 Tom HacohenAdjust eo_do calls to work with the eo2 api.
2014-04-10 Tom HacohenEo2: Updated naming Eo2->Eo.
2014-04-10 Tom HacohenEo2: Removed more Eo1 code.
2014-04-10 Tom HacohenEo2: Removed a lot of Eo1 code.
2014-04-10 Tom HacohenEo2: Adjust to composite object changes.
2014-04-10 Tom HacohenEolian: Generate Eo2.
2014-04-10 Jérémy Zurchereo2: call stack is now thread safe
2014-04-10 Jérémy Zurchereo2: add tests for thread safe call stack
2014-04-10 Jérémy Zurchereo2: update class creation tests, follow new error...
2014-04-10 Jérémy Zurchereo2: do not allow ill formed class creation
2014-04-10 Jérémy Zurchereo2: if _eo2_class_funcs_set() fails eo_class_new(...
2014-04-10 Jérémy Zurchereo2: add tests for method call error msgs
2014-04-10 Jérémy Zurchereo2: tests: extract mgs checks into eo_error_msgs.c|h
2014-04-10 Jérémy Zurchereo2: _eo2_call_resolve() fails if op is EO_NOOP
2014-04-10 Jérémy Zurchereo2: add test cases for class construction errors
2014-04-10 Jérémy Zurchereo2: improve _eo2_class_funcs_set() errors support
2014-04-10 Jérémy Zurchereo2: normalize ERR msgs
2014-04-10 Jérémy Zurchereo2: fix err msg in _dich_func_set()
2014-04-10 Jérémy Zurchereo2: improve _eo_op_id_name_get() to support eo1/2
2014-04-10 Jérémy Zurchereo2: add _eo2_op_id_desc_get()
2014-04-10 Jérémy Zurchereo2: improve err msg in _eo2_api_op_id_get() and _eo2_c...
2014-04-10 Jérémy Zurchereo2: fix uninitialized vars in tests
2014-04-10 Jérémy Zurchereo2: fix indentation
2014-04-10 Jérémy Zurchereo2: do not try to unref classes in eo2_do_end()
2014-04-10 Jérémy Zurchereo2: remove memset() in _eo2_do_end() as all stack...
2014-04-10 Jérémy Zurchereo2: no need to resolve eo_id when we reuse previous...
2014-04-10 Jérémy Zurchereo2: add tests for call stack grow and shrink
2014-04-10 Jérémy Zurchereo2: call stack grows and shrinks
2014-04-10 Jérémy Zurchereo2: rename Eo_Abstract_Class->Eo2_Abstract_Class
2014-04-10 Jérémy Zurchereo2: remove dead code
2014-04-10 Jérémy Zurchereo2: add TODO-eo2
2014-04-10 Tom Hacoheneo2: change the order of EO2_OP_FUNC* to put EAPI first.
2014-04-10 Tom Hacoheneo2: optimize eo2_do_super func relove a bit.
2014-04-10 Tom Hacoheneo2: get rid of eo2_stack_depth_get.
2014-04-10 Tom Hacoheneo2: formatting.
2014-04-10 Tom Hacoheneo2: prefixed internal functions with _.
2014-04-10 Tom Hacoheneo2: fixed validity checks for eo2_do_super.
2014-04-10 Tom Hacoheneo2: fixed eo2_do call order.
2014-04-10 Tom Hacoheneo2: eo2_do_super should only have one func.
2014-04-10 Tom Hacoheneo2: share code between eo2_do and eo2_do_super.
2014-04-10 Tom Hacoheneo2: fixed formatting.
2014-04-10 Tom Hacoheneo2: prefix all the eo2_*internal* functions with an...
2014-04-10 Tom Hacoheneo2: don't create types starting with __, that's reserved.
2014-04-10 Tom Hacoheneo2: use EO2_CLASS_DESCRIPTION_NOOPS everywhere.
2014-04-10 Tom Hacoheneo2: fixed a compliation issue in test suite.
2014-04-10 Tom Hacoheneo2: fix eo2_base_class function signatures.
2014-04-10 Tom Hacoheneo2 suite: add an important FIXME.
next