profile/ivi/eobj.git
2012-04-16 tasnEobj: Renamed EOBJ_SIG_CALLBACK_* to EOBJ_EV_CALLBACK_*.
2012-04-16 tasnEobj: Added EOBJ_SIG_CALLBACK_ADD/DEL to Eobj's Event...
2012-04-16 tasnEobj: Better grouped docs in doxygen.
2012-04-16 tasnEobj: Initial doxygen commit.
2012-04-16 tasnEobj: Fixed eobj_event_callback_call to return a meanin...
2012-04-16 tasnEobj: EOBJ_OP_FUNC_DESCRIPTION -> EOBJ_OP_FUNC.
2012-04-16 tasnEobj: examples/evas/elw_win - fix the class name.
2012-04-15 tasnEobj: Evas example - fixed coding convetion.
2012-04-15 tasnEobj: Make construct error a bool.
2012-04-15 tasnEobj: Minor changes in eina log registration.
2012-04-15 tasnEobj: Make eobj_event_callback_add a macro.
2012-04-15 tasnEobj: ref/unref inside internal functions.
2012-04-15 tasnEobj: Eobj_Op should be unsigned int, not uintptr_t.
2012-04-12 tasnEobj: Added more function override tests.
2012-04-12 tasnEobj: Fixed (and made fast) _eobj_op_id_desc_get.
2012-04-12 tasnEobj: Improved constructors test.
2012-04-12 tasnEobj: Improved error reporting.
2012-04-12 tasnEobj: Added some more test scenarios.
2012-04-12 tasnEobj: Fixed a possible inconsistency in constructor...
2012-04-12 tasnEobj: Pass the private data to functions automatically.
2012-04-12 tasnEobj: Improve signals test.
2012-04-12 tasnEobj: Fixed a bug in event_callback_del.
2012-04-12 tasnEobj: Cosmetic change + added a FIXME.
2012-04-12 tasnEobj: Improved output of signals test.
2012-04-12 tasnEobj: Restrict class inheritance a bit.
2012-04-12 tasnEobj: Improved some tests a bit more.
2012-04-12 tasnEobj: Improved tests a bit.
2012-04-12 tasnEobj: Fixed a bug in composite_object_is
2012-04-12 tasnEobj: Improved testing a bit.
2012-04-12 tasnEobj: Added some composite objects tests.
2012-04-12 tasnEobj: Revert "Eobj: Only try composite objects when...
2012-04-12 tasnEobj: Only try composite objects when really supposed to.
2012-04-12 tasnEobj: Composite objects should be attempted last.
2012-04-12 tasnEobj: Added a couple of function_overrides tests.
2012-04-12 tasnEobj: Fixed order of function call.
2012-04-12 tasnEobj: Fixed a potential bug in eobj_super_do.
2012-04-11 tasnEobj: Fixed a potential bug in eobj_super_do.
2012-04-11 tasnEobj: Removed eobj_class_parent_get. It's useless and...
2012-04-11 tasnEobj: Only allocate kls_itr when really needed.
2012-04-11 tasnEobj: Allow more than one "super" chain per eobj_do.
2012-04-11 tasnEobj: Random commit to give credit for the idea of...
2012-04-11 tasnEobj: Improved private data lookups.
2012-04-11 tasnEobj: Added eobj_ref_get.
2012-04-11 tasnEobj: make the kls_itr a stack.
2012-04-11 tasneobj: wrapped all the kls_itr calls into functions.
2012-04-11 tasnEobj: removed unneeded field.
2012-04-11 tasneobj: Improve error reporting.
2012-04-11 tasnEobj: Added eobj_super_do instead of class_do.
2012-04-11 tasnEobj: Added an MRO to classes. Walking the classes...
2012-04-11 tasnEobj: added default constructor/destructor.
2012-04-10 tasnEobj: Removed useless va_end.
2012-04-10 tasneobj: A couple of other cosmetic changes.
2012-04-10 tasnEobj: eobj.h -> Eobj.h
2012-04-05 tasnEobj: Initial commit.
2012-04-05 tasnEobj: Added an empty dir for eobj.