platform/upstream/efl.git
2013-10-03 Tom HacohenRevert "evas/textblock - null check."
2013-10-03 ChunEon Parkevas/textblock - null check.
2013-10-03 ChunEon Parkeina/eina_file - fix eina_file_map_lines() to not drop...
2013-10-02 Cedric Bailevas: more fix for ellipsis.
2013-10-02 Cedric Bailevas: we actually need to take those additional value...
2013-10-02 Cedric Baileina: update the ChangeLog and NEWS.
2013-10-02 Cedric Bailecore_ipc: use the new eina_swap*().
2013-10-02 Cedric Baileina: add infrastructure to handle more CPU and compile...
2013-10-02 Tom HacohenEvas Textblock: Use font underline properties.
2013-10-02 Tom HacohenEvas font: Added functions to query the underline prope...
2013-10-02 Carsten Haitzler... evas - more deadlocks found. fixed.
2013-10-02 Carsten Haitzler... evas - fix deadlock in preload that we seemm to never...
2013-10-02 Cedric Bailevas: fix Evas_Object_Text alignment with ellipsis.
2013-10-01 U. Artie Eoffexamples/ecore: don't use ECORE_CON_LIBS
2013-10-01 U. Artie Eoffexamples/ecore: ecore_pipe_gstreamer_example must go...
2013-10-01 Carsten Haitzler... evas - clean up tiler code a lot and remove old comment...
2013-10-01 Carsten Haitzler... evas - try cleanup pipe_region_intersects again.. this...
2013-10-01 Cedric Bailevas: fix some ellipsis case.
2013-10-01 Cedric Bailevas: try to set EAPI correctly.
2013-10-01 Cedric Bailevas: reduce number of relayout of text object to the...
2013-10-01 Vincent Torrievas: add JPEG 2000 loader.
2013-10-01 Cedric Bailevas: make Evas_Loader.h a real public API.
2013-09-30 Tom HacohenEvas textblock: Moved relayout checks to a function.
2013-09-30 Carsten Haitzler... update po's
2013-09-30 Carsten Haitzler... evas - improve textblock logic to reduce num of layouts...
2013-09-30 Tom HacohenEo: Don't compare desc to NULL as it can never be NULL...
2013-09-30 Tom HacohenEina inlist: Removed redundant if in EINA_INLIST_FOREAC...
2013-09-30 Tom HacohenEo callbacks: Fix a possible issue of corrupted callbac...
2013-09-30 Tom HacohenEo: Don't write to pointer after free.
2013-09-30 Tom HacohenEo: don't va_start without a matching va_end.
2013-09-30 Tom HacohenEo: don't va_start without a matching va_end.
2013-09-30 Stefan Schmidtevas/textblock: Remove null statement.
2013-09-29 Cedric BAILevas: let's inline data to get a little speedup when...
2013-09-29 Cedric BAILevas: let's micro optimize the parsing of format.
2013-09-29 ChunEon Parkevas/canvas - code refactoring. more clean code.
2013-09-29 Daniel ZaouiReduce the number of deleted objects to reduce the...
2013-09-29 Daniel ZaouiEo: fix when detaching the composite of its parent...
2013-09-27 Tom HacohenEo: merge _eo_obj_dov_internal and _eo_class_dov_internal.
2013-09-27 Tom HacohenEo: get rid of eo_class_do(_super) which we don't need...
2013-09-27 Tom HacohenEo: class_get on a class should not return itself.
2013-09-27 Tom HacohenEo tests: Fixed wrong prototype in one of the tests...
2013-09-27 Tom HacohenRevert "eo: libs,test,benchmarks Eo_Class -> Eo"
2013-09-27 Tom HacohenManually revert "eo: replace Eo_Class with Eo"
2013-09-27 Tom HacohenEo: Fixed the type _eo_id_get accepts.
2013-09-27 Tom HacohenEo: Explicitly include Eina.h in eo_private.h.
2013-09-27 Tom HacohenEo: Get rid of the _Eo type, it's not needed.
2013-09-27 Tom HacohenEo: Use __FILE__ and __LINE__ instead of random values.
2013-09-27 Tom HacohenEo: Rename Eo_Header to Eo_Base.
2013-09-27 Tom HacohenEo: Added an Eo_Class type just for compat. Should...
2013-09-27 Tom HacohenEo: Get rid of handle. Use the shared header for detection.
2013-09-27 Tom HacohenEo: Merge common part of class and object.
2013-09-27 Tom HacohenEo: Class_Id and Object_Id are now the same type.
2013-09-27 Tom HacohenEo: unify the class func and normal func prototypes.
2013-09-27 Tom HacohenEo: Fixed unused warnings when have EO_ID.
2013-09-27 Jérémy Zurchereo: ojb_ref -> class_ref
2013-09-27 Jérémy Zurchereo: eo_do_super_internal() supports objects and classes
2013-09-27 Jérémy Zurchereo: eo_class_get() supports objects and classes
2013-09-27 Jérémy Zurchereo: eo_class_name_get() supports objects and classes
2013-09-27 Jérémy Zurchereo: eo_vdo_internal() supports objects and classes
2013-09-27 Jérémy Zurchereo: eo_do_internal() supports objects and classes
2013-09-27 Jérémy Zurchereo: add union _Eo to unify objects and classes internal...
2013-09-27 Jérémy Zurchereo: add _eo_is_a_class(const Eo *obj_id)
2013-09-27 Jérémy Zurchereo: _Eo -> _Eo_Object
2013-09-27 Jérémy Zurchereo: libs,test,benchmarks Eo_Class -> Eo
2013-09-27 Jérémy Zurchereo: replace Eo_Class with Eo
2013-09-27 Jérémy Zurchereo: if HAVE_EO_ID use MBS to tag Eo_Id
2013-09-27 Jérémy Zurchereo: if !HAVE_EO_ID front-pad _Eo_Class and _Eo_Object...
2013-09-27 Carsten Haitzler... Revert "evas gl engine - simplify and optimise pipe...
2013-09-26 Tom HacohenEvas image: Moved a variable decl into the ifdef.
2013-09-26 Tom HacohenEo: remove the classe's EINA_MAGIC when using eo_id.
2013-09-26 Chris MichaelFix doxy typo/grammar
2013-09-26 Carsten Haitzler... evas gl engine - simplify and optimise pipe region...
2013-09-26 Mike Blumenkrantzedje swallowing on the currently-swallowed part, which...
2013-09-26 Cedric Bailgitignore: do not track generated files.
2013-09-26 Cedric Baileina: improve benchmark logic to be able to choose...
2013-09-26 Cedric Baileina: check if the complete hash match before checking...
2013-09-26 Ryuan Choiconfigure: Add evas to ETHUMB_CLIENT_INTERNAL_LIBS
2013-09-26 Lucas De MarchiRevert "eina: add functions to alloc strings from a...
2013-09-25 Tom HacohenEvas font: Fixed evas_font_path_* functions to apply...
2013-09-25 Tom HacohenEvas font: Use our own custom fontconfig config.
2013-09-25 Tae-Hwan Kimeina: add EINA_INLIST_REVERSE_FOREACH_FROM.
2013-09-25 Vorobiov Vitaliiedje: add text min and max getters/setter to edje_edit.
2013-09-25 Cedric Baileo: fix those anoying check.
2013-09-25 Cedric Bailevas: update to new eo_parent_get/set API.
2013-09-25 Cedric Bailecore: update to new eo_parent_get/set API.
2013-09-25 Cedric Baileo: make eo_parent_get/set part of eo_base_class.
2013-09-25 Carsten Haitzler... fix if obj->layer is null during shutdown
2013-09-24 Jérémy Zurchereo: rename _Eo_Internal -> _Eo_Object
2013-09-24 Jérémy Zurchereo: typedef uintptr_t Eo_Id; as Eo_Class_Id
2013-09-24 Chris MichaelDo not call actual wl_surface_commit unless we have...
2013-09-24 Chris MichaelAdd structure member to mark if window has an actual...
2013-09-24 Mike Blumenkrantzevas render bug--
2013-09-24 Christophe... eet: added EET_DATA_DESCRIPTOR_ADD_SUB_NESTED().
2013-09-24 Cedric Baileina: fix @since to be a proper revision number.
2013-09-24 Jorge Zapataeina: add functions to alloc strings from a printf fmt
2013-09-24 Jorge Zapataeina: add a substraction in rectangles and more helpers
2013-09-24 Cedric Bailefl: add Jorge change to ChangeLog and NEWS.
2013-09-24 Jorge Zapataeina: add double_from/to and helper defines in f16p16
2013-09-23 Tom HacohenEvas textblock: Fixed broken test.
2013-09-23 Tom HacohenEvas textblock: Fixed native size calculation.
next