projects
/
platform
/
upstream
/
efl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/efl.git
2013-09-30
Tom Hacohen
Evas textblock: Moved relayout checks to a function.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Carsten Haitzler...
update po's
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Carsten Haitzler...
evas - improve textblock logic to reduce num of layouts...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Tom Hacohen
Eo: Don't compare desc to NULL as it can never be NULL...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Tom Hacohen
Eina inlist: Removed redundant if in EINA_INLIST_FOREAC...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Tom Hacohen
Eo callbacks: Fix a possible issue of corrupted callbac...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Tom Hacohen
Eo: Don't write to pointer after free.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Tom Hacohen
Eo: don't va_start without a matching va_end.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Tom Hacohen
Eo: don't va_start without a matching va_end.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Stefan Schmidt
evas/textblock: Remove null statement.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Cedric BAIL
evas: let's inline data to get a little speedup when...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Cedric BAIL
evas: let's micro optimize the parsing of format.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
ChunEon Park
evas/canvas - code refactoring. more clean code.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Daniel Zaoui
Reduce the number of deleted objects to reduce the...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Daniel Zaoui
Eo: fix when detaching the composite of its parent...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: merge _eo_obj_dov_internal and _eo_class_dov_internal.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: get rid of eo_class_do(_super) which we don't need...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: class_get on a class should not return itself.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo tests: Fixed wrong prototype in one of the tests...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Revert "eo: libs,test,benchmarks Eo_Class -> Eo"
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Manually revert "eo: replace Eo_Class with Eo"
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: Fixed the type _eo_id_get accepts.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: Explicitly include Eina.h in eo_private.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: Get rid of the _Eo type, it's not needed.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: Use __FILE__ and __LINE__ instead of random values.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: Rename Eo_Header to Eo_Base.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: Added an Eo_Class type just for compat. Should...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: Get rid of handle. Use the shared header for detection.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: Merge common part of class and object.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: Class_Id and Object_Id are now the same type.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: unify the class func and normal func prototypes.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Tom Hacohen
Eo: Fixed unused warnings when have EO_ID.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: ojb_ref -> class_ref
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: eo_do_super_internal() supports objects and classes
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: eo_class_get() supports objects and classes
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: eo_class_name_get() supports objects and classes
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: eo_vdo_internal() supports objects and classes
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: eo_do_internal() supports objects and classes
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: add union _Eo to unify objects and classes internal...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: add _eo_is_a_class(const Eo *obj_id)
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: _Eo -> _Eo_Object
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: libs,test,benchmarks Eo_Class -> Eo
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: replace Eo_Class with Eo
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: if HAVE_EO_ID use MBS to tag Eo_Id
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Jérémy Zurcher
eo: if !HAVE_EO_ID front-pad _Eo_Class and _Eo_Object...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Carsten Haitzler...
Revert "evas gl engine - simplify and optimise pipe...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Tom Hacohen
Evas image: Moved a variable decl into the ifdef.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Tom Hacohen
Eo: remove the classe's EINA_MAGIC when using eo_id.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Chris Michael
Fix doxy typo/grammar
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Carsten Haitzler...
evas gl engine - simplify and optimise pipe region...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Mike Blumenkrantz
edje swallowing on the currently-swallowed part, which...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Cedric Bail
gitignore: do not track generated files.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Cedric Bail
eina: improve benchmark logic to be able to choose...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Cedric Bail
eina: check if the complete hash match before checking...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Ryuan Choi
configure: Add evas to ETHUMB_CLIENT_INTERNAL_LIBS
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Lucas De Marchi
Revert "eina: add functions to alloc strings from a...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Tom Hacohen
Evas font: Fixed evas_font_path_* functions to apply...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Tom Hacohen
Evas font: Use our own custom fontconfig config.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Tae-Hwan Kim
eina: add EINA_INLIST_REVERSE_FOREACH_FROM.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Vorobiov Vitalii
edje: add text min and max getters/setter to edje_edit.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Cedric Bail
eo: fix those anoying check.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Cedric Bail
evas: update to new eo_parent_get/set API.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Cedric Bail
ecore: update to new eo_parent_get/set API.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Cedric Bail
eo: make eo_parent_get/set part of eo_base_class.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Carsten Haitzler...
fix if obj->layer is null during shutdown
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Jérémy Zurcher
eo: rename _Eo_Internal -> _Eo_Object
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Jérémy Zurcher
eo: typedef uintptr_t Eo_Id; as Eo_Class_Id
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Chris Michael
Do not call actual wl_surface_commit unless we have...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Chris Michael
Add structure member to mark if window has an actual...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Mike Blumenkrantz
evas render bug--
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Christophe...
eet: added EET_DATA_DESCRIPTOR_ADD_SUB_NESTED().
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Cedric Bail
eina: fix @since to be a proper revision number.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Jorge Zapata
eina: add functions to alloc strings from a printf fmt
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Jorge Zapata
eina: add a substraction in rectangles and more helpers
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Cedric Bail
efl: add Jorge change to ChangeLog and NEWS.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Jorge Zapata
eina: add double_from/to and helper defines in f16p16
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Tom Hacohen
Evas textblock: Fixed broken test.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Tom Hacohen
Evas textblock: Fixed native size calculation.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Tom Hacohen
Evas textblock: Fix format based line size calculation.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Tom Hacohen
Evas textblock: Fixed max descent adjustment and a...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Tom Hacohen
Evas textblock: Fixed ascent/descent calculation a...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Tom Hacohen
Evas textblock: rename maxascent/descent->ascent/descent.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Jérémy Zurcher
eo: fix EO_DEBUG compilation
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Daniel Juyung Seo
edc.vim: added insert_before/insert_after.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Tom Hacohen
Evas textblock: Fix wrong line spacing when appending...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
José Roberto...
eldbus codegen: Initialize signal events with 0
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
José Roberto...
eldbus: Use FDO error message to timeout
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Jérémy Zurcher
eo_ptr_indirection.x: fix _eo_id_release when !HAVE_EO_ID
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Sung W. Park
EvasGL: Fixed a bug where the wrong data variable to...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Chris Michael
Reset window opaque region on 180 degree flips also.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Chris Michael
Call common rotation code before setting engine info
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Chris Michael
Rework common rotation code to match X11 more closely.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Chris Michael
Add API functions for window_rotation set/get and Fix...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Chris Michael
Update doxy for opaque_region_set function.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Chris Michael
Fix formatting
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Chris Michael
Remove extra blank space
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Stefan Schmidt
mailmaip: Add .mailmap file to fixup various git author...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Cedric Bail
eo: fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Chris Michael
Revert "Reduce additional call to eina_stringshare_repl...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Stefan Schmidt
ephysics: Avoid use after free.
commit
|
commitdiff
|
tree
|
snapshot
next