Eo: Move event callback handling to base class.
[profile/ivi/eobj.git] / lib /
2012-05-14 tasnEo: Move event callback handling to base class.
2012-05-14 tasnEo: Removed the object freed event.
2012-05-08 tasnEo: Added a new magic type to mark already deleted...
2012-05-08 tasnEo: Keep artifical object ref a bit longer.
2012-05-08 tasnEo: rename delete to del.
2012-05-08 tasnEo: Flatten func array, so function fetching will alway...
2012-05-08 tasnEo: Fix parameter checking of eo_do_super.
2012-05-08 tasnEo: Make eo_parent_get accept const.
2012-05-06 tasnEo: Only implement _eo_class_mro_has when in testing...
2012-05-06 tasnEo: Added an internal _eo_ref/unref implementation.
2012-05-06 tasnEo: Improved the data structure used for func fetching.
2012-05-06 tasnEo: Added an internal _eo_data_get implementation.
2012-05-06 tasnEo: Fixed so versioning.
2012-05-06 tasnEo: Overhauled the mro-walking mechanism.
2012-05-06 tasnEo: Fixed some issues.
2012-05-06 tasnEo: Improved error reporting in data_get.
2012-05-02 tasnEo: Added debug-mode check for eo_data_get.
2012-05-01 tasnEobj: Fixed wref bugs and improve it's tests.
2012-05-01 tasnEo: Doc improvements.
2012-05-01 tasnEo: Make wref a c array instead of using event callbacks.
2012-05-01 tasnEo: Added eo_wref_del_safe.
2012-05-01 tasnEo: Fixed a bug in wref del.
2012-05-01 tasnEo: Changed #EINA_TRUE/FALSE to @C EINA_*.
2012-05-01 tasnEobj: Fix issue with the typecheck macro.
2012-05-01 tasnEobj: Rename to Eo.
2012-04-29 tasnEobj: Fix clang's (static analyser) warnings.
2012-04-24 tasnEobj: Fixed a possible bug with object deletion.
2012-04-24 tasnEobj: Made weak ref a base class function.
2012-04-24 tasnEobj: eobj_event_callback_del/_full renames.
2012-04-24 tasnEobj: Changed all the eobj_do macros to lowercase.
2012-04-24 tasnEobj: Added infrastructure for const functions and...
2012-04-24 tasnEobj: Fixed the order of parameters in the weak ref...
2012-04-23 tasnEobj: Updated weak ref docs.
2012-04-23 tasnEobj: Make eobj_weak_ref_add return the obejct being...
2012-04-23 tasnEobj: Added docs to the examples (needed for introspect...
2012-04-23 tasnEobj: added warnings to eobj_ref's docs.
2012-04-23 tasnEobj: Changed weak-ref to work without allocating a...
2012-04-23 tasnEobj: Rename _EOBJ_BUILD to EFL_EOBJ_BUILD.
2012-04-23 tasnEobj: Destruct the object upon deletion, free it when...
2012-04-23 tasnEobj: Use EINA_SAFETY when needed.
2012-04-23 tasnEobj: Added eina magic to API functions.
2012-04-23 tasnEobj: Fixed windows support.
2012-04-23 tasnEobj: Added EOBJ_CALLBACK_STOP/CONTINUE macros.
2012-04-23 tasnEobj: Add a convenience macro for defining the class_ge...
2012-04-23 tasnEobj: Fixed issue with FindEina.cmake and things using it.
2012-04-23 tasnEobj: Allocate the data blob at the end of the object.
2012-04-23 tasnEobj: A bit of code cleanup.
2012-04-23 tasnEobj: Added EINA_LIKELY/UNLIKELY to eobj_data_get.
2012-04-23 tasnEobj: Add a couple of funcs_set tests and fixed a bug...
2012-04-19 tasnEobj: s/__UNUSED__/EINA_UNUSED/ I had no idea that...
2012-04-19 tasnEobj: Fixed naming of the internal con/destructor wrapper.
2012-04-19 tasnEobj: Enforce some interface restrictions.
2012-04-19 tasnEobj: Change obj of eobj_data_get to be const.
2012-04-19 tasnEobj: Added mixin data support.
2012-04-19 tasnEobj: Added forgotten docs to eobj_xref/xunref.
2012-04-19 tasnEobj: Improved tests.
2012-04-19 tasnEobj: Add checks to ensure consistent method rosulotion...
2012-04-18 tasnEobj: Improved error reporting.
2012-04-18 tasnEobj: Ensure we don't allow calling super functions...
2012-04-17 tasnEobj: Use xref.
2012-04-17 tasnEobj: Add named (by obj ptr) ref - xref.
2012-04-17 tasnEobj: EOBJ_CLASS_BASE -> EOBJ_BASE_CLASS.
2012-04-17 tasnEobj: Doxygen - moved EOBJ_EV_* to be under EOBJ_BASE_C...
2012-04-17 tasnEobj: Added weak ref.
2012-04-17 tasnEobj: Fixed docs.
2012-04-17 tasnEobj: eobj_generic_data_*->EOBJ_BASE_DATA_*.
2012-04-17 tasnEobj: Fixed inheritance checks and fixed mixin examples...
2012-04-17 tasnEobj: Improved error reporting.
2012-04-17 tasnEobj: Made eobj_class_new return a const class.
2012-04-17 tasnEobj: Enforce Op description order.
2012-04-17 tasnEobj: eobj_super_do -> eobj_do_super.
2012-04-16 tasnEobj: Add pkg-config file and start installing stuff.
2012-04-16 tasnEobj: Small documentation adjustments.
2012-04-16 tasnEobj: Added event callbacks for Object free/del.
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-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: Fixed (and made fast) _eobj_op_id_desc_get.
2012-04-12 tasnEobj: Improved error reporting.
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: Fixed a bug in event_callback_del.
2012-04-12 tasnEobj: Cosmetic change + added a FIXME.
2012-04-12 tasnEobj: Restrict class inheritance a bit.
2012-04-12 tasnEobj: Fixed a bug in composite_object_is
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: 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...
next