platform/upstream/efl.git
12 years agoCleanup Doxygen Warnings - ecore 5
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:58 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 5

Files modified:
ecore/src/lib/ecore_win32/Ecore_Win32.h
ecore/src/lib/ecore_wince/Ecore_WinCE.h
ecore/src/lib/ecore_x/Ecore_X.h

SVN revision: 70425

12 years agoCleanup Doxygen Warnings - ecore 4
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:55 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 4

Files modified:
ecore/src/lib/ecore_wayland/ecore_wl_window.c
ecore/src/lib/ecore_x/xcb/ecore_xcb.c
ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c
ecore/src/lib/ecore_x/xcb/ecore_xcb_window.c
ecore/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c
ecore/src/lib/ecore_x/xlib/ecore_x.c
ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c
ecore/src/lib/ecore_x/xlib/ecore_x_window.c
ecore/src/lib/ecore_x/xlib/ecore_x_window_prop.c

SVN revision: 70424

12 years agoCleanup Doxygen Warnings - ecore 3
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:51 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 3

Files modified:
ecore/src/lib/ecore_file/Ecore_File.h
ecore/src/lib/ecore_file/ecore_file_monitor.c
ecore/src/lib/ecore_imf/Ecore_IMF.h
ecore/src/lib/ecore_imf/ecore_imf_context.c

SVN revision: 70423

12 years agoCleanup Doxygen Warnings - ecore 2
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:48 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 2

Files modified:
ecore/src/lib/ecore_evas/Ecore_Evas.h
ecore/src/lib/ecore_evas/ecore_evas_fb.c
ecore/src/lib/ecore_evas/ecore_evas_sdl.c
ecore/src/lib/ecore_evas/ecore_evas_util.c
ecore/src/lib/ecore_evas/ecore_evas_x.c
ecore/src/lib/ecore_fb/ecore_fb_li.c

SVN revision: 70422

12 years agoCleanup Doxygen Warnings - ecore 1
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:44 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 1

Files modified:
ecore/doc/Doxyfile.in
ecore/src/lib/ecore/Ecore.h
ecore/src/lib/ecore/ecore.c
ecore/src/lib/ecore/ecore_getopt.c
ecore/src/lib/ecore/ecore_main.c
ecore/src/lib/ecore_con/Ecore_Con.h

SVN revision: 70421

12 years agoEobj: Updated weak ref docs.
Tom Hacohen [Mon, 23 Apr 2012 12:47:44 +0000 (12:47 +0000)]
Eobj: Updated weak ref docs.

SVN revision: 70419

12 years agoEobj: Make eobj_weak_ref_add return the obejct being reffed.
Tom Hacohen [Mon, 23 Apr 2012 12:32:36 +0000 (12:32 +0000)]
Eobj: Make eobj_weak_ref_add return the obejct being reffed.

Suggested by vtorri.

SVN revision: 70418

12 years agoEobj: Added docs to the examples (needed for introspection).
Tom Hacohen [Mon, 23 Apr 2012 12:32:34 +0000 (12:32 +0000)]
Eobj: Added docs to the examples (needed for introspection).

Patch by Yakov Goldberg.

SVN revision: 70417

12 years agoEobj: added warnings to eobj_ref's docs.
Tom Hacohen [Mon, 23 Apr 2012 11:51:49 +0000 (11:51 +0000)]
Eobj: added warnings to eobj_ref's docs.

SVN revision: 70416

12 years agoEobj: Changed weak-ref to work without allocating a structure.
Tom Hacohen [Mon, 23 Apr 2012 10:57:04 +0000 (10:57 +0000)]
Eobj: Changed weak-ref to work without allocating a structure.

Thanks to cedric.

SVN revision: 70415

12 years agoEobj: Rename _EOBJ_BUILD to EFL_EOBJ_BUILD.
Tom Hacohen [Mon, 23 Apr 2012 08:26:40 +0000 (08:26 +0000)]
Eobj: Rename _EOBJ_BUILD to EFL_EOBJ_BUILD.

vtorri is right pointing out it is a reserved name.

SVN revision: 70414

12 years agoEobj: Destruct the object upon deletion, free it when unrefed.
Tom Hacohen [Mon, 23 Apr 2012 08:10:12 +0000 (08:10 +0000)]
Eobj: Destruct the object upon deletion, free it when unrefed.

Sorted this out a bit. I believe the current behaviour is better than the
previous one.

SVN revision: 70413

12 years agoEobj: we don't care about "Still reachable".
Tom Hacohen [Mon, 23 Apr 2012 08:10:09 +0000 (08:10 +0000)]
Eobj: we don't care about "Still reachable".

It seems that libcheck keeps some reachable data, unfortunate as it makes
it very annoying for us to check for reachable memory in our code, but
letting valgrind report about it is just too damn annoying.

SVN revision: 70412

12 years agoEobj: Use EINA_SAFETY when needed.
Tom Hacohen [Mon, 23 Apr 2012 08:10:06 +0000 (08:10 +0000)]
Eobj: Use EINA_SAFETY when needed.

Also added a couple of EINA_UNLIKELY.

SVN revision: 70411

12 years agoEobj: Added eina magic to API functions.
Tom Hacohen [Mon, 23 Apr 2012 08:10:04 +0000 (08:10 +0000)]
Eobj: Added eina magic to API functions.

SVN revision: 70410

12 years agoEobj: Fixed windows support.
Tom Hacohen [Mon, 23 Apr 2012 08:10:00 +0000 (08:10 +0000)]
Eobj: Fixed windows support.

DAMN, Windows is broken...
Thanks to vtorri.

SVN revision: 70409

12 years agoEobj: Added EOBJ_CALLBACK_STOP/CONTINUE macros.
Tom Hacohen [Mon, 23 Apr 2012 08:09:58 +0000 (08:09 +0000)]
Eobj: Added EOBJ_CALLBACK_STOP/CONTINUE macros.

SVN revision: 70408

12 years agoEobj: Add a convenience macro for defining the class_get functions.
Tom Hacohen [Mon, 23 Apr 2012 08:09:54 +0000 (08:09 +0000)]
Eobj: Add a convenience macro for defining the class_get functions.

This macro makes the code a tad simpler, but more importantly, makes it
easier for us to be thread safe, or more corrctly, easier for us the
make user code thread safe.

SVN revision: 70407

12 years agoEobj: Fixed issue with FindEina.cmake and things using it.
Tom Hacohen [Mon, 23 Apr 2012 08:09:49 +0000 (08:09 +0000)]
Eobj: Fixed issue with FindEina.cmake and things using it.

SVN revision: 70406

12 years agoEobj: Allocate the data blob at the end of the object.
Tom Hacohen [Mon, 23 Apr 2012 08:09:45 +0000 (08:09 +0000)]
Eobj: Allocate the data blob at the end of the object.

This replaces the obj->data_blob pointer. Hopefully will be better.

SVN revision: 70405

12 years agoEobj: A bit of code cleanup.
Tom Hacohen [Mon, 23 Apr 2012 08:09:42 +0000 (08:09 +0000)]
Eobj: A bit of code cleanup.

SVN revision: 70404

12 years agoEobj: Added EINA_LIKELY/UNLIKELY to eobj_data_get.
Tom Hacohen [Mon, 23 Apr 2012 08:09:40 +0000 (08:09 +0000)]
Eobj: Added EINA_LIKELY/UNLIKELY to eobj_data_get.

SVN revision: 70403

12 years agoEobj: Add a couple of funcs_set tests and fixed a bug related.
Tom Hacohen [Mon, 23 Apr 2012 08:09:37 +0000 (08:09 +0000)]
Eobj: Add a couple of funcs_set tests and fixed a bug related.

SVN revision: 70402

12 years agoedje: handle case when & is not escaped.
Cedric BAIL [Mon, 23 Apr 2012 00:34:17 +0000 (00:34 +0000)]
edje: handle case when & is not escaped.

SVN revision: 70401

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Sun, 22 Apr 2012 05:27:25 +0000 (05:27 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] eina_simple_xml example

Here is an example for eina_simple_xml
This patch includes a small sample XML file, source code (for parsing and
printing it out) and the doxygen doc.

SVN revision: 70385

12 years agonews+chlog
Carsten Haitzler [Sun, 22 Apr 2012 04:56:24 +0000 (04:56 +0000)]
news+chlog

SVN revision: 70383

12 years agofix bug/issue with shader saving - it will fail to save if dir exists
Carsten Haitzler [Sun, 22 Apr 2012 04:55:11 +0000 (04:55 +0000)]
fix bug/issue with shader saving - it will fail to save if dir exists
for saved shaders (but doesnt have the binary file there). fixed!
(also compress the file too)

SVN revision: 70382

12 years agotag everything as beta in svn.
Carsten Haitzler [Sat, 21 Apr 2012 01:52:12 +0000 (01:52 +0000)]
tag everything as beta in svn.

SVN revision: 70375

12 years agoi don't believe that we forgot that desktopgl has an unload for shader
Carsten Haitzler [Sat, 21 Apr 2012 01:51:58 +0000 (01:51 +0000)]
i don't believe that we forgot that desktopgl has an unload for shader
compiler... use it. minor minor minor.

SVN revision: 70374

12 years agoupdate po's
Carsten Haitzler [Sat, 21 Apr 2012 01:50:49 +0000 (01:50 +0000)]
update po's

SVN revision: 70372

12 years agoEcore_Evas (win32): add override_set() support
Vincent Torri [Fri, 20 Apr 2012 14:53:06 +0000 (14:53 +0000)]
Ecore_Evas (win32): add override_set() support

SVN revision: 70366

12 years agoEcore_Win32: fix ecore_win32_window_override_new() behavior
Vincent Torri [Fri, 20 Apr 2012 14:47:15 +0000 (14:47 +0000)]
Ecore_Win32: fix ecore_win32_window_override_new() behavior

SVN revision: 70365

12 years agominor fix to convert-tiled.
Carsten Haitzler [Fri, 20 Apr 2012 13:31:53 +0000 (13:31 +0000)]
minor fix to convert-tiled.

SVN revision: 70363

12 years ago+ @since
Carsten Haitzler [Fri, 20 Apr 2012 12:49:27 +0000 (12:49 +0000)]
+ @since

SVN revision: 70361

12 years agosucky - but have to add this api to fix bug in elm.
Carsten Haitzler [Fri, 20 Apr 2012 12:37:42 +0000 (12:37 +0000)]
sucky - but have to add this api to fix bug in elm.

SVN revision: 70360

12 years agoeina: fix Eina_Inarray API to at least match Eina_Array API.
Cedric BAIL [Fri, 20 Apr 2012 08:30:59 +0000 (08:30 +0000)]
eina: fix Eina_Inarray API to at least match Eina_Array API.

NOTE: some of this function should be moved as inline, but that's to late for a change
I think. So we will fix that if needed.

Second point, I am not happy with is eina_inarray_insert and eina_inarray_insert_at. The
naming is really poor.

SVN revision: 70352

12 years ago * NEWS:
Vincent Torri [Fri, 20 Apr 2012 07:51:58 +0000 (07:51 +0000)]
* NEWS:
* src/lib/evil_string.c:
* src/lib/evil_string.h:
Add strcasestr() API.

SVN revision: 70350

12 years agoeina: forgotten disable of eina_model.
Cedric BAIL [Fri, 20 Apr 2012 07:32:36 +0000 (07:32 +0000)]
eina: forgotten disable of eina_model.

SVN revision: 70348

12 years agoinclude stdlib.h for atoi and getenv
Vincent Torri [Fri, 20 Apr 2012 07:19:08 +0000 (07:19 +0000)]
include stdlib.h for atoi and getenv

SVN revision: 70347

12 years agoeina: completly disable backtrace.
Cedric BAIL [Thu, 19 Apr 2012 12:49:16 +0000 (12:49 +0000)]
eina: completly disable backtrace.

SVN revision: 70333

12 years agoEobj: s/__UNUSED__/EINA_UNUSED/ I had no idea that exists.
Tom Hacohen [Thu, 19 Apr 2012 11:30:17 +0000 (11:30 +0000)]
Eobj: s/__UNUSED__/EINA_UNUSED/ I had no idea that exists.

SVN revision: 70332

12 years agoEobj: Fixed naming of the internal con/destructor wrapper.
Tom Hacohen [Thu, 19 Apr 2012 11:30:12 +0000 (11:30 +0000)]
Eobj: Fixed naming of the internal con/destructor wrapper.

It's a lot less confusing now.

SVN revision: 70331

12 years agoEobj: Enforce some interface restrictions.
Tom Hacohen [Thu, 19 Apr 2012 11:30:10 +0000 (11:30 +0000)]
Eobj: Enforce some interface restrictions.

SVN revision: 70330

12 years agoeina: make it possible to force the number of detected CPU as way to overcome local...
Cedric BAIL [Thu, 19 Apr 2012 09:25:54 +0000 (09:25 +0000)]
eina: make it possible to force the number of detected CPU as way to overcome local bug.

SVN revision: 70328

12 years agoeina: disable log backtracking.
Cedric BAIL [Thu, 19 Apr 2012 09:24:04 +0000 (09:24 +0000)]
eina: disable log backtracking.

SVN revision: 70327

12 years agoEobj: Change obj of eobj_data_get to be const.
Tom Hacohen [Thu, 19 Apr 2012 08:56:29 +0000 (08:56 +0000)]
Eobj: Change obj of eobj_data_get to be const.

Thanks to Daniel Zaoui for the report.

SVN revision: 70325

12 years agoEobj: Added mixin data support.
Tom Hacohen [Thu, 19 Apr 2012 08:52:25 +0000 (08:52 +0000)]
Eobj: Added mixin data support.

SVN revision: 70324

12 years agoEobj: Added forgotten docs to eobj_xref/xunref.
Tom Hacohen [Thu, 19 Apr 2012 08:52:22 +0000 (08:52 +0000)]
Eobj: Added forgotten docs to eobj_xref/xunref.

SVN revision: 70323

12 years agoEobj: Improved tests.
Tom Hacohen [Thu, 19 Apr 2012 08:52:18 +0000 (08:52 +0000)]
Eobj: Improved tests.

And one cosmetic change.

SVN revision: 70322

12 years agoEobj: Add checks to ensure consistent method rosulotion order.
Tom Hacohen [Thu, 19 Apr 2012 08:52:15 +0000 (08:52 +0000)]
Eobj: Add checks to ensure consistent method rosulotion order.

SVN revision: 70321

12 years agoEobj: Modified the mixin test to test the mixin mro.
Tom Hacohen [Thu, 19 Apr 2012 08:52:11 +0000 (08:52 +0000)]
Eobj: Modified the mixin test to test the mixin mro.

SVN revision: 70320

12 years agoedje edje_cc_out.c: Fixed formatting.
Daniel Juyung Seo [Thu, 19 Apr 2012 08:41:47 +0000 (08:41 +0000)]
edje edje_cc_out.c: Fixed formatting.

SVN revision: 70318

12 years agosmall improvement - allow part names of "-" to mean "remove part name
Carsten Haitzler [Thu, 19 Apr 2012 03:35:29 +0000 (03:35 +0000)]
small improvement - allow part names of "-" to mean "remove part name
itd and reset back to -1 - ie none". useful for to/to_x/to_y etc.

SVN revision: 70315

12 years agoeina: disabling eina_model test.
Cedric BAIL [Thu, 19 Apr 2012 00:44:07 +0000 (00:44 +0000)]
eina: disabling eina_model test.

SVN revision: 70314

12 years agoeina: little improvement for EINA_LOG_BACKTRACE.
Cedric BAIL [Thu, 19 Apr 2012 00:23:06 +0000 (00:23 +0000)]
eina: little improvement for EINA_LOG_BACKTRACE.

SVN revision: 70309

12 years agoDocumenting parameters to avoid warnings.
Jonas M. Gastal [Wed, 18 Apr 2012 13:36:42 +0000 (13:36 +0000)]
Documenting parameters to avoid warnings.

SVN revision: 70308

12 years agoeina: add backtrace to Eina_Log.
Cedric BAIL [Wed, 18 Apr 2012 09:21:39 +0000 (09:21 +0000)]
eina: add backtrace to Eina_Log.

SVN revision: 70294

12 years agoand fully de-modelify eina
Carsten Haitzler [Wed, 18 Apr 2012 09:19:47 +0000 (09:19 +0000)]
and fully de-modelify eina

SVN revision: 70293

12 years agoand extract model stuff from value...
Carsten Haitzler [Wed, 18 Apr 2012 09:12:26 +0000 (09:12 +0000)]
and extract model stuff from value...

SVN revision: 70292

12 years agoand update news accordingly.
Carsten Haitzler [Wed, 18 Apr 2012 09:02:41 +0000 (09:02 +0000)]
and update news accordingly.

SVN revision: 70290

12 years agowell as there is no reason to put eina_model in release - disabled
Carsten Haitzler [Wed, 18 Apr 2012 09:02:27 +0000 (09:02 +0000)]
well as there is no reason to put eina_model in release - disabled
until later.

SVN revision: 70289

12 years agoEobj: Improved error reporting.
Tom Hacohen [Wed, 18 Apr 2012 07:58:39 +0000 (07:58 +0000)]
Eobj: Improved error reporting.

SVN revision: 70288

12 years agoEobj: Ensure we don't allow calling super functions out of place.
Tom Hacohen [Wed, 18 Apr 2012 07:58:34 +0000 (07:58 +0000)]
Eobj: Ensure we don't allow calling super functions out of place.

And improved error reporting.

SVN revision: 70287

12 years agosmall cleanup - set root prop after others are in place for wm
Carsten Haitzler [Wed, 18 Apr 2012 05:19:35 +0000 (05:19 +0000)]
small cleanup - set root prop after others are in place for wm
detection.

SVN revision: 70286

12 years agoecore: Moved more API documentation to header.
Daniel Juyung Seo [Wed, 18 Apr 2012 01:24:30 +0000 (01:24 +0000)]
ecore: Moved more API documentation to header.

SVN revision: 70285

12 years agoEcore_Evas (wayland_shm): Calculate shm pool size based on output size.
Christopher Michael [Tue, 17 Apr 2012 21:56:03 +0000 (21:56 +0000)]
Ecore_Evas (wayland_shm): Calculate shm pool size based on output size.

SVN revision: 70283

12 years agoEcore_Wayland: Update ecore_wayland client code to handle using
Christopher Michael [Tue, 17 Apr 2012 21:55:25 +0000 (21:55 +0000)]
Ecore_Wayland: Update ecore_wayland client code to handle using
'serial' rather than timestamp. Trap in ecore_wl_screen_size_get for
the case where display->output is NULL.

SVN revision: 70282

12 years agoEcore_Wayland: Update to latest wayland from git.
Christopher Michael [Tue, 17 Apr 2012 19:06:23 +0000 (19:06 +0000)]
Ecore_Wayland: Update to latest wayland from git.

SVN revision: 70280

12 years agoFixing the eina_prefix example
Guilherme Iscaro [Tue, 17 Apr 2012 17:18:58 +0000 (17:18 +0000)]
Fixing the eina_prefix example

Patch by: Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 70279

12 years agoFixing doc for out of tree build and some doxygen warnings.
Thiago Thamada [Tue, 17 Apr 2012 17:04:33 +0000 (17:04 +0000)]
Fixing doc for out of tree build and some doxygen warnings.

Patch by: Thiago Thamada <tiba@profusion.mobi>

SVN revision: 70278

12 years agoMake ecore_fd_handler docs clearer.
Jonas M. Gastal [Tue, 17 Apr 2012 17:01:27 +0000 (17:01 +0000)]
Make ecore_fd_handler docs clearer.

SVN revision: 70277

12 years agoFixing doc for out of tree builds and removing broken references.
Jonas M. Gastal [Tue, 17 Apr 2012 16:36:28 +0000 (16:36 +0000)]
Fixing doc for out of tree builds and removing broken references.

SVN revision: 70276

12 years agoEobj: Use xref.
Tom Hacohen [Tue, 17 Apr 2012 15:36:41 +0000 (15:36 +0000)]
Eobj: Use xref.

SVN revision: 70275

12 years agoEobj: Add a mixin inheritance test.
Tom Hacohen [Tue, 17 Apr 2012 15:22:27 +0000 (15:22 +0000)]
Eobj: Add a mixin inheritance test.

SVN revision: 70274

12 years agoEobj: Add named (by obj ptr) ref - xref.
Tom Hacohen [Tue, 17 Apr 2012 15:22:22 +0000 (15:22 +0000)]
Eobj: Add named (by obj ptr) ref - xref.

SVN revision: 70273

12 years agoEobj: EOBJ_CLASS_BASE -> EOBJ_BASE_CLASS.
Tom Hacohen [Tue, 17 Apr 2012 14:01:09 +0000 (14:01 +0000)]
Eobj: EOBJ_CLASS_BASE -> EOBJ_BASE_CLASS.

SVN revision: 70272

12 years agoEobj: Doxygen - moved EOBJ_EV_* to be under EOBJ_BASE_CLASS.
Tom Hacohen [Tue, 17 Apr 2012 14:01:03 +0000 (14:01 +0000)]
Eobj: Doxygen - moved EOBJ_EV_* to be under EOBJ_BASE_CLASS.

SVN revision: 70271

12 years agoEobj: Added EOBJ_BASE_DATA free function tests.
Tom Hacohen [Tue, 17 Apr 2012 14:00:56 +0000 (14:00 +0000)]
Eobj: Added EOBJ_BASE_DATA free function tests.

SVN revision: 70270

12 years agoEobj: Added weak ref.
Tom Hacohen [Tue, 17 Apr 2012 13:38:41 +0000 (13:38 +0000)]
Eobj: Added weak ref.

SVN revision: 70269

12 years agoEobj: Fixed docs.
Tom Hacohen [Tue, 17 Apr 2012 12:58:33 +0000 (12:58 +0000)]
Eobj: Fixed docs.

Thanks to Daniel.

SVN revision: 70268

12 years agoEobj: eobj_generic_data_*->EOBJ_BASE_DATA_*.
Tom Hacohen [Tue, 17 Apr 2012 12:49:53 +0000 (12:49 +0000)]
Eobj: eobj_generic_data_*->EOBJ_BASE_DATA_*.

And also split the base class away from eobj.c

SVN revision: 70267

12 years agoEobj: Improved tests.
Tom Hacohen [Tue, 17 Apr 2012 10:27:40 +0000 (10:27 +0000)]
Eobj: Improved tests.

SVN revision: 70264

12 years agoEobj: Fixed inheritance checks and fixed mixin examples accordingly.
Tom Hacohen [Tue, 17 Apr 2012 10:27:37 +0000 (10:27 +0000)]
Eobj: Fixed inheritance checks and fixed mixin examples accordingly.

SVN revision: 70263

12 years agoEobj: add a "class errors" test.
Tom Hacohen [Tue, 17 Apr 2012 10:27:34 +0000 (10:27 +0000)]
Eobj: add a "class errors" test.

SVN revision: 70262

12 years agoEobj: Improved error reporting.
Tom Hacohen [Tue, 17 Apr 2012 10:27:31 +0000 (10:27 +0000)]
Eobj: Improved error reporting.

SVN revision: 70261

12 years agoEobj: Made eobj_class_new return a const class.
Tom Hacohen [Tue, 17 Apr 2012 10:27:25 +0000 (10:27 +0000)]
Eobj: Made eobj_class_new return a const class.

Once a class is created, we are no longer allowed to touch it.

SVN revision: 70260

12 years agoEobj: Enforce Op description order.
Tom Hacohen [Tue, 17 Apr 2012 08:05:09 +0000 (08:05 +0000)]
Eobj: Enforce Op description order.

SVN revision: 70259

12 years agoEobj: Add missing op descriptions in examples.
Tom Hacohen [Tue, 17 Apr 2012 08:05:07 +0000 (08:05 +0000)]
Eobj: Add missing op descriptions in examples.

SVN revision: 70258

12 years agoEobj: eobj_super_do -> eobj_do_super.
Tom Hacohen [Tue, 17 Apr 2012 08:05:03 +0000 (08:05 +0000)]
Eobj: eobj_super_do -> eobj_do_super.

SVN revision: 70257

12 years agoeina eina_iterator.c: Fixed formatting.
Daniel Juyung Seo [Tue, 17 Apr 2012 06:31:14 +0000 (06:31 +0000)]
eina eina_iterator.c: Fixed formatting.

SVN revision: 70255

12 years agoreturn true on SUCCESSS, not failure.
Carsten Haitzler [Tue, 17 Apr 2012 02:28:06 +0000 (02:28 +0000)]
return true on SUCCESSS, not failure.

SVN revision: 70251

12 years agoEcore_X(cb): And simplify the checking for success. 'ret' is already
Christopher Michael [Mon, 16 Apr 2012 22:05:10 +0000 (22:05 +0000)]
Ecore_X(cb): And simplify the checking for success. 'ret' is already
false, so we can just check reply->status for success.

SVN revision: 70248

12 years agoEcore_X(cb): Fix xcb_change_pointer_control call to operate properly.
Christopher Michael [Mon, 16 Apr 2012 21:54:33 +0000 (21:54 +0000)]
Ecore_X(cb): Fix xcb_change_pointer_control call to operate properly.

NB: If an xcb function requires a xcb_request_check, then be sure to
use the 'checked' version of that function.

SVN revision: 70246

12 years agoEobj: Improved config.h a bit and fixed a pkg-config error.
Tom Hacohen [Mon, 16 Apr 2012 16:02:41 +0000 (16:02 +0000)]
Eobj: Improved config.h a bit and fixed a pkg-config error.

SVN revision: 70236

12 years agoEobj: Add pkg-config file and start installing stuff.
Tom Hacohen [Mon, 16 Apr 2012 15:27:32 +0000 (15:27 +0000)]
Eobj: Add pkg-config file and start installing stuff.

SVN revision: 70233

12 years agoEobj: Small documentation adjustments.
Tom Hacohen [Mon, 16 Apr 2012 15:27:29 +0000 (15:27 +0000)]
Eobj: Small documentation adjustments.

SVN revision: 70232

12 years agoEobj: Added event callbacks for Object free/del.
Tom Hacohen [Mon, 16 Apr 2012 14:22:11 +0000 (14:22 +0000)]
Eobj: Added event callbacks for Object free/del.

SVN revision: 70231

12 years agoEobj: Renamed EOBJ_SIG_CALLBACK_* to EOBJ_EV_CALLBACK_*.
Tom Hacohen [Mon, 16 Apr 2012 14:22:08 +0000 (14:22 +0000)]
Eobj: Renamed EOBJ_SIG_CALLBACK_* to EOBJ_EV_CALLBACK_*.

SVN revision: 70230

12 years agoEobj: Added EOBJ_SIG_CALLBACK_ADD/DEL to Eobj's Event desc.
Tom Hacohen [Mon, 16 Apr 2012 14:22:04 +0000 (14:22 +0000)]
Eobj: Added EOBJ_SIG_CALLBACK_ADD/DEL to Eobj's Event desc.

SVN revision: 70229

12 years agoEobj: Better grouped docs in doxygen.
Tom Hacohen [Mon, 16 Apr 2012 12:52:28 +0000 (12:52 +0000)]
Eobj: Better grouped docs in doxygen.

SVN revision: 70228