stefan pushed a change to annotated tag v1.10.0-alpha1
in repository core/efl.
at acac35d656 (tag)
tagging aa4418e14a2c1b824c39467f42a2602b2b3c591e (commit)
replaces v1.10.0-tech-preview
tagged by Stefan Schmidt
on Mon Apr 28 13:00:48 2014 +0200
- Log -----------------------------------------------------------------
v1.10.0-alpha1
Andrii Kroitor (1):
edje_edit: image_del fixed
Carsten Haitzler (21):
ecore-evas - fix object cursor to not delete the same cursor when set
unbreak edje multisense after eolian changes to ecore_audio
it seems the if 0'd code was wrong and ecore win32 doesnt support nocursor
since event is for server, bdata->image is null anyway
ecore-con - deal with internal buffer growing over 2g in size
fix swap buffers with damage to not detect if ext str is not there
formatting - imrove readability of ecore x event table decl
fix invalid memory access where child cb frees table cache - new it seems
turn multisense on by default since ecore_audio is already
set default help info for multisense to match new default on state
fix recent png loader break with etc1 support that broke interlaced imgs
eo null object complaints - silence.
Revert "eo null object complaints - silence."
eo - let's make NULL objects simply debug warnings, not errors.
evas rects - missing update rect del if rect solid && not changed
remove unused code
fix overdraw issue in evas when clips change
formatting fix (spacing)
eo - callstack. realloc is a bad idea. use mmap and keep addr fixed
improve eo call stack
partly revert mike's ellipsis changes as they break edje
Cedric BAIL (48):
rg_etc: convert to Unix file format.
rg_etc: fix warning and remove assert.
evas: add a tgv loader.
evas: add TGV saver module.
ecore_evas: add a tool that can convert file using Evas internal loaders
and savers.
evas: add infrastructure and basic tests for loading image.
evas: add benchmark for TGV loader and saver.
evas: let loader specify there prefered color space.
evas: remove RGBA_IMAGE_ALPHA_ONLY flags and use EVAS_COLORSPACE_GRY8
instead.
evas: remove dead code.
evas: handle allocation of ETC1 color space image surface.
evas: let TGV loader choose which encoding it want.
eet: add internal encoding to ETC1 as an alternate solution to Jpeg.
autotools: let's be precise on how we do support ABI stability.
evas: add png support for other color space output.
evas: add support for GL_LUMINANCE_ALPHA and GL_LUMINANCE when loading
image from disk.
evas: fix png loader to actually produce lower resolution content when
asked.
evas: don't forget that we can allocate AGRY8 now.
evas: handle premultiplying of AGRY88.
evas: support uploading AGRY88 and GRY8 directly to GPU.
evas: change TGV internal encoding to account for GPU needs of duplicated
border.
evas: follow change 2fd69743f968aa7a184edf183384e5a359e79c8f in the saver.
evas: add ETC1 texture format support to Evas.
eet: add negociation colorspace support to Eet.
evas: make eet negociate it's colorspace with evas.
autotools: fix to many argument on shell script during make check
rg_etc: fix typo in debug code.
autotools: better fix for rewriting content of src/Makefile
evas: fix use of unitialized data in eet loader.
emotion: do not segv when no module are found.
evas: always allocate an image.data pixels buffers even YUV content.
eo2: make macro pass C++ compiler.
eo2: add hook for beinning and start of all function execution and for
all _do.
eo2: we can rely on LD_PRELOAD for those hook, so removing them.
eo2: memset will be faster, still why not using NULL instead of -1 ?
eo: do not risk dereferencing NULL.
ecore_evas: avoid using non initialized value for cursor position in X
backend.
evas: fix TGV loader to not leak ressource.
evas: let's check fwrite work as expected.
rg_etc: check against meaningful size (pointer size is not)
edje: let's call this function before returning.
evas: fix massive number of warning introduced by Evas_3d.
evas: rename near and far as it seems protected on Windows.
evas: our API are always build in, only the header require define to be
used.
evas: fix broken build with OpenGL ES backend.
evas: remove Evas_3D legacy API.
autotools: enable lua old support before testing for it.
emotion: remove warning.
Christopher Michael (15):
ecore-wayland: No need to check button state twice
ecore-drm: Add API function for getting size of an output.
evas-drm: Add trapping for a canvas below framebuffer size
ecore-evas-drm: Add better support for ecore_evas_fullscreen_set
ecore-evas-drm: Enable vsync by default for ecore_evas drm engine
ecore-drm: Fix mouse wheel to not be inverted
evas-drm: Default async page flip to false as this can cause tearing
evas-drm: Remove all async_page_flip options/references
ecore-wl: Optimize opaque region setting for surface and reduce
ecore-wl: Store window input region into structure
ecore-wl: Optimize setting of window input region
ecore-evas-wl: Reduce useless compositor redraws during render update
ecore-evas-wl: Ooops, Fix opaque & input regions being set to incorrect
values
ecore-wl: Don't create an input cursor surface unless the input has
pointer capability.
ecore-wl: Check for existance of data device manager
ChunEon Park (17):
evas - fix incorrect object reset.
evas/evas3d: include evas3d header file properly.
evas/evas3d - use the image loader of the evas instead of the png lib.
evas3d: fixed grammartical break.
evas3d: forget evas_3d.h. it's merged to evas.h
evas/evas3d: oops. evas_3d.h should be removed since it's merged to evas.h
evas/evas3d - changed file access authority.
evas/evas3d: don't occur build break.
evas/evas3d: filled up missed eo headers to be installed.
evas/evas3d: cleanup docs and removed unncessary files.
evas/evas3d: just cleanup image code.
evas/evas3d: keep the code style.
evas/evas3d: clean up camera code.
evas/evas3d: rename 3d_scene_set()/get() to scene_set()/get()
evas/image - fill up a missed initial value in the image state.
evas/image - fixed typo
evas/image: updated image_scene_set/get doc.
Daniel Juyung Seo (1):
AUTHORS: updated Brett's email address.
Daniel Kolesa (1):
eina: a highly irritating error in eina_file documentation
Daniel Zaoui (47):
Eolian: Proper use of legacy prefix in legacy function definition.
Eolian/Generator: don't generate legacy if legacy_prefix is "null".
Eolian: fix warnings.
Eolian/Lexer: support data type for events.
Eolian: remove Eo API defined in evas_private.h
Eolian: use legacy_prefix: null for interfaces.
Eolian: rename enums.
Eolian: clean API.
Eolian: generation of Eo2.
Eolian: add support for functions scope.
Eolian: Fix generation of Eo APIs.
Eo: fix warning on printf
Eo2: Fix other forgotten ret.
Eolian: fix generation of Eo2 functions definitions.
Eolian/Lexer: disable INFO and DEBUG.
Eolian: add support for cmake
Eolian: add support for cmake
Eolian/Lexer: support of complex types
Eolian/Generator: remove Eo1 generation
Eolian/Lexer: fix when function name is composed of only one letter.
Eolian/Generator: Fix coverity issues.
Eolian/Lexer: Fix coverity issues.
Eolian: infras for tests + first test
Eo: Add tests dir to .gitignore
Eo: adapt examples to Eo2.
Eolian/Generator: support --eo.
Eo: adapt benchmarks to Eo2.
Eolian: Fix distcheck
Eolian: Remove useless functions.
Eolian/Tests: Clean makefile + add return comment tests.
TextBlock: fix porting to Eolian.
Eolian/Tests: add test for ctors and dtors.
Eolian: Removal of the support for custom destructors.
Eolian: Remove support of legacy into implement section.
Eolian/Tests: add test for complex type.
Evas_3d: Fix warnings.
Evas_3d: modify .eo files to disable legacy.
Evas_3d: fix some typo in .eo.
Eolian: remove --eo1 support totally
Eolian/Generator: only requests .eo files parsing when needed.
Eolian: Valgrind fixes.
Tests: fix annoying warning.
Evas_3d: Fix warning.
Eolian: add API to parse all the .eo files.
Eolian: add API to retrieve the file name of a class
Eolian: update cmake.
Eolian/Tests: fix distcheck.
Felipe Magno de Almeida (4):
eet-cxx: add implementation for eet C++.
eet-cxx: Renamed a few local variables and avoided other warnings
eina-cxx: Modified eina C++ log use syntax
ecore: Fixed se of EINA_MAIN_LOOP_CHECK_RETURN macros with functions with
return types
Gwanglim Lee (1):
Fixed a problem with e wl server that sent invalid key value to wl client.
Jaeun Choi (1):
Evas: gif decoding bug fix
Jean-Philippe ANDRÉ (49):
Eina: Add support for file extensions in eina_mkstemp
Evil: Add support for mkstemps
Evas filters: Add template optimizable files for box blur
Evas benchmark: Add .tgv extension to saved files
Eina: Fix mistake in a previous patch
Evas: Add support for AGRY88 in evas_common_rgba_image_from_copied_data
Evas: Add support for AGRY88 in image creation functions
Evas gl: Use implicit cast to DATA8 with image.data8
Evas gl: Fix dlsym usage for glCompressedTexImage2d
Evas: Fix TGV loader to properly copy ETC1 data
Evas gl: Fix colors when using ETC1 textures
Evas cserve2: Fix crash in elm_test GLView
Evas: Fix harmless typo in eet image loader
Evas filters: Remove useless include
ETC1 encoding: fix typo in TGV and EET savers
Evas gl: Remove unused variable
Evas: Use Evas_Colorspace to declare cspace
Evas ETC1: Use LZ4HC for higher compression ratios
Evas TGV saver: Use medium quality by default
Evas gl: Fix texture border drawing
Eet: Use medium quality for ETC1 by default
Edje: Add support for ETC1 encoding
Edje: Fix ETC1 encoding with EET and Edje
rg_etc1: Fix encoding of solid color blocks
Edje: Use LOSSY_ETC1 instead of LOSSY
Evas: Add comments to the TGV saver (FIXME)
rg_etc1: Fix rare artifacts + add comments
ecore_evas_convert: Fix default quality setting
rg_etc1: Disable code producing artifacts
Ecore: Fix compilation warnings
Evas gl_x11: Fix abort() in evas_object_image_data_get()
rg_etc1: Fix RGBA vs BGRA mishandling of the ETC1 codec
Evas gl: Don't swap RGBA colors with ETC1
Evas TGV: Fix distortion of TGV images (ETC1)
Evas: Add RGB8_ETC2 and RGBA8_ETC2 colorspaces
Evas TGV: Add direct copy mode for ETC1/ETC2 data
Evas: Add support for ETC2 in the TGV loader
Evas gl_x11: Add ETC2 support to the GL/X11 engine
Evas: Add lua support for evas
Evas filters: switch script language to Lua
Evas filters: Remove legacy code
Evas filters: Add support for Evas_Object_Image
Evas filters: Quick redraw using output buffer
Evas filters: Fix image with filters using fill mode
Evas image: Add read-only property filter_padding
Evas image: Skip draw when the image size is < 0 due to filter padding
Evas image: Gracefully handle filter failures
tests: Disable the evas filters test suite for now
Evas: Disable legacy bindings for the filters
Jérémy Zurcher (100):
eo2: macro eo_o => eo2_o for clarity
eo2: EO_FUNC -> EO_FUNC_BODY
eo2: add eo2_data_scope_get()
eo2: add macros for functions with no argument
eo2: fix obj_data retrieval and speed up
eo2: eliminate the need of OPID and Eo_Op_Func_Description
eo2: use internal unref, break if eo2_start returns NULL
eo2: add comments end clean up
eo2: add optional macros eo2_call[v]
eo2: clear _obj_ ptr at the end of eo2_do
eo2: _Eo_Class_Description swallows op_descs
eo2: add macros to feed op_descs
eo2: rename func parameter into _func_
eo2: add EO_FUNC_BODY_VOID and EO_FUNC_BODY_VOIDV macros
eo2: use EO2 instead of EO in macro names
eo2: better op_descs integration
eo2: eo2_base_class on it's way
eo2: call stack Proof Of Concept
eo2: Eo.h swallows eo2_base_class.h
eo2: eo2_base_class, one step further
eo2: improve func overriding
eo2: add cur_klass in call Stack and eo2_do_super
eo2: use EO2_VERSION
eo2: set eo2_constructor and eo2_destructor chaining
eo2: EO2_OP_FUNC_OVERRIDE copy doc from overriden func
eo2: eo2_api_op_id_get search in parent klasses too
eo2: eo2_base_class uses eo2 stuff only, I hope
eo2: can't detect return in a eo2_do macro, *sigh*
eo2: oops, forgot to init desc to NULL in eo2_api_op_id_get()
eo2: _eo2_api_desc_get() searches the class hierarchy
eo2: add virtual func support
eo2: EO2_CALL_STACK_SIZE -> EO2_CALL_STACK_DEPTH
eo2: add eo2_call_stack_depth
eo2: eo2_do() uses __attribute__ cleanup
eo2: do not call eo2_do_end() if eo2_do_start() fail
eo2: call _eo2_class_funcs_set from _eo_class_constructor
eo2: eo2_add accepts non-defauld constructors
eo2: fix indent
eo2: eo_del_internal use same logic as in eo_add_internal
eo2: implement class function support
eo2: remove EO2_OP_FUNC_VIRTUAL
eo2: fixed EO2_CLASS_FUNC_BODY and etc. functions.
eo2: sprinkle with 'const'
eo2: fix eo2 custom constructors
eo2: add EO2_HOOK_DO_PREPARE
eo2: add DBG msg in eo2_class_funcs_set
eo2: rename eo2 class 'Eo Base'->'Eo2 Base'
eo2: _eo2_api_desc_get: walks in mro not in klass->parent
eo2: eo2_call_resolve_internal support undef HAVE_EO_ID
eo2: eo2_do_start use EO_OBJ_POINTER_ macros not _eo_obj_pointer_get
eo2: minor fixes after huge rebase
eo2: import cecd1980, calloc and realloc failure protections
eo2: formatting
eo2: add eo2_parent_set(), eo2_parent_get(), eo2_children_iterator_new()
eo2: change a few variable names
eo2: rewrite eo2_do_start(...)
eo2: eo2_do() and eo2_do_super() supports objects and classes
eo2: eo2_add_internal_start use trash and fix MAGIC
eo2: clean up and speed up call stack usage
eo2: fix eo_base_data_get(), eo_composite_attach(), eo_composite_detach()
eo2: optimize eo2_call_resolve and call stack
eo2: support composites object
eo2: base class op_descs must be static
eo2: add EO2_CLASS_CLASS
eo2: remove EO2_CLASS_FUNC_* macros
eo2: fix tests, do not use _CLASS_FUNC_, see previous commit
eo2: fix mixim elaboration
eo2: add EO2_CLASS_DESCRIPTION_NOOPS() macros
eo2: fix some op descriptions in constructors tests
eo2: support NULL op_descs
eo2: eo2_add_internal_end() return NULL if do_error is set
eo2: _eo2_api_desc_get can look into interfaces extensions too
eo2: do not restrict search for api in class extensions to some class
types
eo2: add TODO-eo2
eo2: remove dead code
eo2: rename Eo_Abstract_Class->Eo2_Abstract_Class
eo2: call stack grows and shrinks
eo2: add tests for call stack grow and shrink
eo2: no need to resolve eo_id when we reuse previous stack frame
eo2: remove memset() in _eo2_do_end() as all stack fields are set in
_eo2_do_start()
eo2: do not try to unref classes in eo2_do_end()
eo2: fix indentation
eo2: fix uninitialized vars in tests
eo2: improve err msg in _eo2_api_op_id_get() and _eo2_call_resolve()
eo2: add _eo2_op_id_desc_get()
eo2: improve _eo_op_id_name_get() to support eo1/2
eo2: fix err msg in _dich_func_set()
eo2: normalize ERR msgs
eo2: improve _eo2_class_funcs_set() errors support
eo2: add test cases for class construction errors
eo2: _eo2_call_resolve() fails if op is EO_NOOP
eo2: tests: extract mgs checks into eo_error_msgs.c|h
eo2: add tests for method call error msgs
eo2: if _eo2_class_funcs_set() fails eo_class_new() returns NULL
eo2: do not allow ill formed class creation
eo2: update class creation tests, follow new error policy
eo2: add tests for thread safe call stack
eo2: call stack is now thread safe
Eolian: fix properties and methods scope support
Eolian: add methods and properties scope support tests
Lukasz Stanislawski (1):
eo: fix broken children iterator, remove redundant fields.
Matvey Konovalov (1):
evas - improve speed of unpremul with redundant pixel data
Mike Blumenkrantz (33):
+evas_object_image_mmap_get()
+edje_object_part_object_name_get()
edje_cc no longer allows buggy/unexpected behavior when inheriting parts
edje_cc part description state name error clarification
edje_cc should probably handle sequenced scripts successfully
+eeze_udev_get()
reformat edje_player
"whether" has 2x 'h'
eolian no longer generates return statements for void functions
docs now have a slightly more english description and list libs
alphabetically
edje programs now provide slightly more verbose errors when disabling due
to recursion limits
typo from edje program info commit
edje now alerts the user to its failure when running recursive embryo
programs
edje now correctly forces ellipsis setting on text parts
edje: the ellipsis fuckup preservation commit.
revert edje ellipsis doc changes
edje_cc now supports "lazEDC", a more concise version of EDC
edje_cc now supports the group.inherit_only attribute
edje_cc now supports targets for SIGNAL_EMIT actions
edje_cc now errors immediately on syntax errors triggered by lack of
parameters
edje emit refactored to streamline emit programs with targets
edje_cc now has the program.groups and X.target_group keywords for target
grouping
edje_cc now supports group.program_source for specifying a default source
in programs
eina_hash now has helper functions for managing lists inside hashes
edje_cc now supports part.description.link for single line state changes
edje now has the group.script_recursion flag for permitting unsafe embryo
recursion
edc parts.alias documentation is now comprehensible and useful
edje_cc no longer has "slave" lookups
edje now correctly supports text.source and text.text_source for
swallowed parts
edje should only apply "calculated" text size if that size exists
edje_cc now (more) correctly handles text filter inheriting/resetting
fix edje_cc multiple link usage on same description
eina_value_free() now takes NULL like the rest of the efl free functions
Mythri Venugopal (1):
rg_etc: convert code to C to fit in EFL tree.
Rich Geldreich (1):
rg_etc: add original code from rg-etc1 project.
Ryuan Choi (2):
configure: Fix the possible build break after 83af91c8b
Clear the values of pipe before calling handler.
Savio Sena (1):
eina_cxx: fix a bug in efl::eina::range_inlist constructor.
Stefan Schmidt (14):
rg_etc: Fix debug build
rg_etc: Really fix debug build.
build: Fix make distcheck for tgv saver
build: Give correct path for test files
rg_etc: Fix local shadow problems
ecore_con: Remove superfluous >= 0 check for unsigned
engines/evas_drm: Remove some unused variables
ecore_con: Force unsigned to unsigned comparison
build: Temporary disable debug log output during coverage
Revert "build: Temporary disable debug log output during coverage"
ecore_wl: Add FD_WRITE flag to handler as we monitor read and write
wcore_wl: Handle errors on wayland display fd
ecore_wl: Actually watch out for ECORE_FD_ERROR
release: v1.10.0 alpha1
Subhransu Sekhar Mohanty (1):
Evas: 3D: Change the api name from t3d_scene to 3d_scene as the eolian
issue got fixed.
Taekyun Kim (12):
Evas: 3D: Introducing 3D scene rendering features
Evas: 3D: Example: Rotating cube
Evas: 3D: Example: Rotating Cube 2
Evas: 3D: Example: Proxy texture example
Evas: 3D: Example: Picking example
Evas: 3D: Example: MD2 mesh file example
Evas: 3D: evas_3d_node_look_at_set() bug fix
Evas: 3D: Fix typo error in preprocessor for GLES
Evas: 3D: Refined proxy texture implementation
Evas: 3D: Updated proxy texture example
Evas: 3D: API documentation
Evas: 3D: Add missing image file for example evas-3d-proxy
Tom Hacohen (76):
Evas textblock: Fixed compilation with FriBiDi disabled.
Eo: all classes are allowed in extension list.
Evas textblock: Minor code cleanup.
Ecore audio: Fix casting of int to void *.
Ecore X: Correctly handle autogen generated ecore_x_version.h
Revert "tests: Add a case for ellipsis in complex markup text."
eo2: Eo2 first commit.
eo2: fix wrong eo2_do macro as reported by Jeremy.
eo2: pass the object id and data to function call
eo2: explicitly put void as the arguments in a zero argument function
(macro).
eo2: compile eo2_base_class when compiling libeo.
eo2: cleaned up eo2_do macros.
eo2: fixed dbg_info_get function to accept the correct number of params.
eo2: cleaned up EO2_CLASS_DESCRIPTION_OPS and OP_DESC_SIZE (renamed).
eo2: revert "eo2_add accepts non-defauld constructors"
eo2: updated the access test to use eo2.
eo2: fix backslash alignment.
eo2: fixed EO2_CLASS_FUNC_BODY and etc. functions.
eo2: revert "fixed EO2_CLASS_FUNC_BODY and etc. functions."
eo2: changed Eo class names to be consistent.
eo2: access tests makeup
eo2: improved error messages on failed resolves.
eo2: migrated the composite test to eo2.
eo2: migrated constructors test to eo2.
eo2: fixed EO2_VOID_CLASS_FUNC_BODY function.
eo2: migrated function_overrides test to eo2.
eo2: migrated interface test to eo2.
eo2: migrated signals test to eo2.
eo2 base class: fixed regular and class event functions confusion.
eo2 test composite: migrated things I forgot to migrate.
eo2: fix function overrides test.
eo2: cleaned up the function overrides test.
eo2: constructors test, removed obsolete Eo_Op.
eo2: migrated mixin test to eo2.
eo2: interface test, removed obsolete Eo_Op.
eo2: correctly handle eo2_do(NULL, ...).
eo2: detach children when object is deleted.
eo2: fixed eo2_class_class.
eo2: migrated the eo-suite test to eo2.
eo2 suite: add an important FIXME.
eo2: fix eo2_base_class function signatures.
eo2: fixed a compliation issue in test suite.
eo2: use EO2_CLASS_DESCRIPTION_NOOPS everywhere.
eo2: don't create types starting with __, that's reserved.
eo2: prefix all the eo2_*internal* functions with an underscore.
eo2: fixed formatting.
eo2: share code between eo2_do and eo2_do_super.
eo2: eo2_do_super should only have one func.
eo2: fixed eo2_do call order.
eo2: fixed validity checks for eo2_do_super.
eo2: prefixed internal functions with _.
eo2: formatting.
eo2: get rid of eo2_stack_depth_get.
eo2: optimize eo2_do_super func relove a bit.
eo2: change the order of EO2_OP_FUNC* to put EAPI first.
Eolian: Generate Eo2.
Eo2: Adjust to composite object changes.
Eo2: Removed a lot of Eo1 code.
Eo2: Removed more Eo1 code.
Eo2: Updated naming Eo2->Eo.
Adjust eo_do calls to work with the eo2 api.
Eo: Changed eo_prefix for base class to 'eo'.
Eo: eo_base's data_*->key_data_*.
Eo: EO_BASE_CLASS->EO_CLASS.
Eo: Reintroduce the events now that eo1 is gone.
More adjustments for eo2 calls.
Ecore audio tests: Updated to Eo2.
Eo: Renamed eo files from eo2* to eo*.
Eo: Removed redundant code.
Eo2: Make internal function static + improved debug output.
Eo2: Adjust test suite to recent changes.
Move to Eo2 and adjust code accordingly
Edje multisense: Fixed compilation following change to eo2.
Eo: Fix class checking.
Eo: eo_do now returns called func's value + default ret fix.
Revert "Eolian: add support for cmake"
Vincent Torri (1):
ecore: improve and fix various issue in Ecore_Exe windows implementation.
Vorobiov Vitalii (2):
edje_cc: fix group inheriting with scripts. (group.script and
.program.script)
edje_edit: fix wrong generation of part's source code (effect field).
Wonguk Jeong (5):
ecore_evas_extn: update plug image object after disconnection
efreet: check magic only for file which has size
emotion: fix triggering condition of fallback module loading
emotion: play set before file open callback bug fix
emotion: use eina stringshare not strdup
Yossi Kantor (32):
Eolian: No need for --eo version when generating legacy header
Eolian: Legacy generator - dont generate @param[out] ret if return value
is specified
Eolian: Explicit generation of either method or property in implemented
functions
Eolian: Integration of Ecore Idle Enterer
Eolian: Integration of Ecore Idle Exiter
Eolian: Integration of Ecore Animator
Eolian: Integration of Ecore Parent
Eolian: Integration of Ecore Audio
Eolian: Integration of Ecore Audio In
Eolian: Integration of Ecore Audio Out
Eolian: Integration of Ecore Audio In Sndfile
Eolian: Integration of Ecore Audio Out Sndfile
Eolian: Integration of Ecore Audio Out Pulse
Eolian: Integration of Ecore Audio In Tone
Eolian: Fix legacy generation.
Eolian: Legacy generator - no semicolon after EINA_WARN_UNUSED_RESULT
Eolian: Legacy generator generates const return value for legacy header
if needed
Eolian: Clean out Ecore Audio Eo headers
Eolian: Clean out Evas Eo header
Eolian: Legacy integration of Evas Rectangle, Polygon, Line, Textgrid and
Textblock
Eolian: Legacy Integration of Evas Text
Eolian: Legacy integration of Evas Table
Eolian: Space after const missing in function parameters of legacy header
Eolian: Legacy integration of Edje
Eolian: Legacy integration of Ecore
Eolian: Legacy partial integration of Evas Smart
Eolian: Legacy integration of Evas Common Interface
Eolian: Legacy integration of Evas Object
Eolian: Legacy integration of Evas Grid
Eolian: Legacy integration of Evas Image
Eolian: Legacy integration of Evas Box and Evas Out
Eolian: Legacy integration of Evas class
Youngbok Shin (1):
tests: Add a case for ellipsis in complex markup text.
bluezery (1):
edje: Remove build warnning by clang
se.osadchy (1):
Edje/Edje_edit: corrected type of input parameter for offset value
subhransu (2):
Evas_3D : Eolian change
Evas_3D : Eolian change for Evas_3D_Object.
wonguk.jeong (4):
emotion: fix memory leak
ecore_evas_extn: give proper event data to callbacks
ecore_evas_extn: fix doxygen sample
ecore_evas_extn: initialize server handle on server deletion
-----------------------------------------------------------------------
No new revisions were added by this update.
--