platform/upstream/efl.git
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

12 years agoEobj: Initial doxygen commit.
Tom Hacohen [Mon, 16 Apr 2012 12:36:42 +0000 (12:36 +0000)]
Eobj: Initial doxygen commit.

SVN revision: 70227

12 years agoEobj: Fixed eobj_event_callback_call to return a meaningful value.
Tom Hacohen [Mon, 16 Apr 2012 12:36:37 +0000 (12:36 +0000)]
Eobj: Fixed eobj_event_callback_call to return a meaningful value.

SVN revision: 70226

12 years agoEobj: EOBJ_OP_FUNC_DESCRIPTION -> EOBJ_OP_FUNC.
Tom Hacohen [Mon, 16 Apr 2012 12:36:34 +0000 (12:36 +0000)]
Eobj: EOBJ_OP_FUNC_DESCRIPTION -> EOBJ_OP_FUNC.

The previous name was just too damn long.

SVN revision: 70225

12 years agoEobj: examples/evas/elw_win - fix the class name.
Tom Hacohen [Mon, 16 Apr 2012 12:36:27 +0000 (12:36 +0000)]
Eobj: examples/evas/elw_win - fix the class name.

Thanks to Yakov for letting me know.

SVN revision: 70224

12 years agoedje: fix typos in NEWS
Jihoon Kim [Mon, 16 Apr 2012 07:33:39 +0000 (07:33 +0000)]
edje: fix typos in NEWS

SVN revision: 70223

12 years agoevas: fix typos in NEWS
Jihoon Kim [Mon, 16 Apr 2012 07:29:09 +0000 (07:29 +0000)]
evas: fix typos in NEWS

SVN revision: 70222

12 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Mon, 16 Apr 2012 06:46:25 +0000 (06:46 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: Re: [E-devel] [Patch][Ecore][Win32] Checking control character

I missed the updating WinCE. and..
Mr. Vincent Torri enlighten me about ChangeLog and NEWS also. Thanks!

SVN revision: 70219

12 years agoupdate po's
Carsten Haitzler [Mon, 16 Apr 2012 06:46:05 +0000 (06:46 +0000)]
update po's

SVN revision: 70218

12 years agoNEWS up to date.
Carsten Haitzler [Mon, 16 Apr 2012 06:31:10 +0000 (06:31 +0000)]
NEWS up to date.

SVN revision: 70213

12 years agojust spacing same as other chlog files.
Carsten Haitzler [Mon, 16 Apr 2012 06:30:25 +0000 (06:30 +0000)]
just spacing same as other chlog files.

SVN revision: 70212

12 years agolets trawl thru svn logs and add changelogs and NEWS
Carsten Haitzler [Mon, 16 Apr 2012 06:26:24 +0000 (06:26 +0000)]
lets trawl thru svn logs and add changelogs and NEWS

SVN revision: 70210

12 years agoand make it 1.2.0
Carsten Haitzler [Mon, 16 Apr 2012 06:22:08 +0000 (06:22 +0000)]
and make it 1.2.0

SVN revision: 70209

12 years agoupdate NEWS
Carsten Haitzler [Mon, 16 Apr 2012 06:21:33 +0000 (06:21 +0000)]
update NEWS

SVN revision: 70208

12 years agoecore/scim-immodule: fix wrong upload in 70206
Jihoon Kim [Mon, 16 Apr 2012 06:02:52 +0000 (06:02 +0000)]
ecore/scim-immodule: fix wrong upload in 70206

SVN revision: 70207

12 years agoecore/NEWS: fix typos
Jihoon Kim [Mon, 16 Apr 2012 06:00:16 +0000 (06:00 +0000)]
ecore/NEWS: fix typos

SVN revision: 70206

12 years agoadd version define to epp.
Carsten Haitzler [Mon, 16 Apr 2012 05:39:21 +0000 (05:39 +0000)]
add version define to epp.

SVN revision: 70205

12 years agolet's complete the math func support in embryo (trivial add) and
Carsten Haitzler [Mon, 16 Apr 2012 05:33:13 +0000 (05:33 +0000)]
let's complete the math func support in embryo (trivial add) and
document it in changelog, and news to justify 1.2 :)

SVN revision: 70204

12 years agoecore -> news up to date
Carsten Haitzler [Mon, 16 Apr 2012 04:46:19 +0000 (04:46 +0000)]
ecore -> news up to date

SVN revision: 70203

12 years agoadd missing changelog and update news.
Carsten Haitzler [Mon, 16 Apr 2012 03:03:26 +0000 (03:03 +0000)]
add missing changelog and update news.

SVN revision: 70202

12 years agoadd NEWS item into eina.
Carsten Haitzler [Mon, 16 Apr 2012 02:58:35 +0000 (02:58 +0000)]
add NEWS item into eina.

SVN revision: 70201

12 years agoecore ecore_evas_basics_example.c: Fixed formatting.
Daniel Juyung Seo [Mon, 16 Apr 2012 00:22:29 +0000 (00:22 +0000)]
ecore ecore_evas_basics_example.c: Fixed formatting.

SVN revision: 70200

12 years agoecore examples: Fixed formatting.
Daniel Juyung Seo [Mon, 16 Apr 2012 00:22:26 +0000 (00:22 +0000)]
ecore examples: Fixed formatting.

SVN revision: 70199

12 years agoeina eina_main.h: Fixed documentation.
Daniel Juyung Seo [Mon, 16 Apr 2012 00:21:57 +0000 (00:21 +0000)]
eina eina_main.h: Fixed documentation.

SVN revision: 70198

12 years agoEobj: Evas example - fixed coding convetion.
Tom Hacohen [Sun, 15 Apr 2012 12:12:05 +0000 (12:12 +0000)]
Eobj: Evas example - fixed coding convetion.

Approved by Daniel Zaoui.

SVN revision: 70197

12 years agoEobj: Make construct error a bool.
Tom Hacohen [Sun, 15 Apr 2012 11:57:25 +0000 (11:57 +0000)]
Eobj: Make construct error a bool.

Way faster, and doesn't waste any additional memory.

SVN revision: 70196

12 years agoEobj: Minor changes in eina log registration.
Tom Hacohen [Sun, 15 Apr 2012 10:18:06 +0000 (10:18 +0000)]
Eobj: Minor changes in eina log registration.

SVN revision: 70195

12 years agoEina: Fixed usage of gnu extension.
Tom Hacohen [Sun, 15 Apr 2012 09:54:47 +0000 (09:54 +0000)]
Eina: Fixed usage of gnu extension.

(idx, ## __VA_ARGS__) is a gnu extension, fixed to be (__VA_ARGS__).
Should be fine this way. Less descriptive maybe, because now people will
may think it's ok to pass 0 arguments, but there's no avoiding this.

SVN revision: 70194

12 years agoEobj: Make eobj_event_callback_add a macro.
Tom Hacohen [Sun, 15 Apr 2012 08:57:20 +0000 (08:57 +0000)]
Eobj: Make eobj_event_callback_add a macro.

Thanks to raster for the tip.

SVN revision: 70193

12 years agoEobj: ref/unref inside internal functions.
Tom Hacohen [Sun, 15 Apr 2012 08:57:17 +0000 (08:57 +0000)]
Eobj: ref/unref inside internal functions.

Thanks to raster for the tip.

SVN revision: 70192

12 years agoEobj: Eobj_Op should be unsigned int, not uintptr_t.
Tom Hacohen [Sun, 15 Apr 2012 08:57:14 +0000 (08:57 +0000)]
Eobj: Eobj_Op should be unsigned int, not uintptr_t.

I have no clue why it ever was a uintptr_t...
Thanks to raster for noticing.

SVN revision: 70191

12 years agoclear color multiply when rendering mapped obj
Carsten Haitzler [Sun, 15 Apr 2012 03:55:36 +0000 (03:55 +0000)]
clear color multiply when rendering mapped obj

SVN revision: 70187

12 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Sun, 15 Apr 2012 03:28:49 +0000 (03:28 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][Ecore][Win32] Checking control character

The control characters are generated by holding down the Control key while
you strike another letter or symbol key.
Because of this reason, The Evas_Event_Key_Down in the
EVAS_CALLBACK_KEY_DOWN callback does not have proper keyname.
So I have shifted the control character to printing character. Please
review the patch and give any feedbacks. Thanks.

SVN revision: 70186

12 years agostop leaking every ecore system signal event.
Gustavo Sverzut Barbieri [Fri, 13 Apr 2012 15:44:02 +0000 (15:44 +0000)]
stop leaking every ecore system signal event.

People, when you go and change ecore_event_add() to
_ecore_event_add(), please NOTICE THAT THE FREE FUNCTION IS NOT
AUTOMATICALLY SPECIFIED!

So specify these functions to _ecore_event_add() to stop leaking every
signal we receive from system.

SVN revision: 70177

12 years agoremove EAPI from _ecore_event_signal_user_new().
Gustavo Sverzut Barbieri [Fri, 13 Apr 2012 15:36:42 +0000 (15:36 +0000)]
remove EAPI from _ecore_event_signal_user_new().

It should never be exported outside of libecore.so

SVN revision: 70176

12 years agomake sure cinfo is nulled out in jpeg loader!
Carsten Haitzler [Fri, 13 Apr 2012 10:25:00 +0000 (10:25 +0000)]
make sure cinfo is nulled out in jpeg loader!

SVN revision: 70168

12 years agoEcore_Evas (wayland_shm): Allocate the shm_pool according to output
Christopher Michael [Thu, 12 Apr 2012 20:46:48 +0000 (20:46 +0000)]
Ecore_Evas (wayland_shm): Allocate the shm_pool according to output
size. Don't set the engine destination until we have created the pool
& buffer.

SVN revision: 70159

12 years agoCleanup Doxygens Warnings - eina
Jonas M. Gastal [Thu, 12 Apr 2012 17:44:45 +0000 (17:44 +0000)]
Cleanup Doxygens Warnings - eina

Warnings resolved for:
eina_clist.h
eina_file.h
eina_hash.h
eina_inlist.h
eina_lalloc.h
eina_lock.h

SVN revision: 70156

12 years ago * NEWS:
Vincent Torri [Thu, 12 Apr 2012 16:12:58 +0000 (16:12 +0000)]
* NEWS:
* src/lib/evil_time.c:
* src/lib/evil_time.h:
Do not declare and define localtime_r() if it's already defined.

SVN revision: 70155

12 years agoEobj: Added more function override tests.
Tom Hacohen [Thu, 12 Apr 2012 15:27:22 +0000 (15:27 +0000)]
Eobj: Added more function override tests.

SVN revision: 70151

12 years agoEobj: Fixed (and made fast) _eobj_op_id_desc_get.
Tom Hacohen [Thu, 12 Apr 2012 15:27:18 +0000 (15:27 +0000)]
Eobj: Fixed (and made fast) _eobj_op_id_desc_get.

SVN revision: 70150

12 years agoEobj: Improved constructors test.
Tom Hacohen [Thu, 12 Apr 2012 14:59:01 +0000 (14:59 +0000)]
Eobj: Improved constructors test.

SVN revision: 70149

12 years agoEobj: Improved error reporting.
Tom Hacohen [Thu, 12 Apr 2012 14:58:57 +0000 (14:58 +0000)]
Eobj: Improved error reporting.

SVN revision: 70148

12 years agoEobj: Added some more test scenarios.
Tom Hacohen [Thu, 12 Apr 2012 14:37:57 +0000 (14:37 +0000)]
Eobj: Added some more test scenarios.

SVN revision: 70147

12 years agoEobj: Fixed a possible inconsistency in constructor error detection.
Tom Hacohen [Thu, 12 Apr 2012 14:37:52 +0000 (14:37 +0000)]
Eobj: Fixed a possible inconsistency in constructor error detection.

SVN revision: 70146

12 years agoEobj: Pass the private data to functions automatically.
Tom Hacohen [Thu, 12 Apr 2012 13:52:13 +0000 (13:52 +0000)]
Eobj: Pass the private data to functions automatically.

This saves us from having to call the data_get function. This makes the
code nicer and potentially faster.

Thanks to raster for the tip.

SVN revision: 70145

12 years agoEobj: Improve signals test.
Tom Hacohen [Thu, 12 Apr 2012 12:42:33 +0000 (12:42 +0000)]
Eobj: Improve signals test.

SVN revision: 70144

12 years agoEobj: Fixed a bug in event_callback_del.
Tom Hacohen [Thu, 12 Apr 2012 12:42:29 +0000 (12:42 +0000)]
Eobj: Fixed a bug in event_callback_del.

SVN revision: 70143

12 years agotypofix!
Carsten Haitzler [Thu, 12 Apr 2012 12:29:52 +0000 (12:29 +0000)]
typofix!

SVN revision: 70142

12 years agoEobj: Cosmetic change + added a FIXME.
Tom Hacohen [Thu, 12 Apr 2012 12:25:34 +0000 (12:25 +0000)]
Eobj: Cosmetic change + added a FIXME.

SVN revision: 70141

12 years agoEobj: Improved output of signals test.
Tom Hacohen [Thu, 12 Apr 2012 12:25:32 +0000 (12:25 +0000)]
Eobj: Improved output of signals test.

SVN revision: 70140

12 years agoEobj: Restrict class inheritance a bit.
Tom Hacohen [Thu, 12 Apr 2012 12:25:29 +0000 (12:25 +0000)]
Eobj: Restrict class inheritance a bit.

Don't allow mixing regular with non regular types when inheriting.

SVN revision: 70139

12 years agoEobj: Improved some tests a bit more.
Tom Hacohen [Thu, 12 Apr 2012 12:25:26 +0000 (12:25 +0000)]
Eobj: Improved some tests a bit more.

SVN revision: 70138

12 years agoEobj: Improved tests a bit.
Tom Hacohen [Thu, 12 Apr 2012 11:20:26 +0000 (11:20 +0000)]
Eobj: Improved tests a bit.

SVN revision: 70137

12 years agoEobj: Fixed a bug in composite_object_is
Tom Hacohen [Thu, 12 Apr 2012 11:20:22 +0000 (11:20 +0000)]
Eobj: Fixed a bug in composite_object_is

SVN revision: 70136

12 years agoEobj: Improved testing a bit.
Tom Hacohen [Thu, 12 Apr 2012 11:20:19 +0000 (11:20 +0000)]
Eobj: Improved testing a bit.

SVN revision: 70135

12 years agoEobj: Added some composite objects tests.
Tom Hacohen [Thu, 12 Apr 2012 10:48:08 +0000 (10:48 +0000)]
Eobj: Added some composite objects tests.

SVN revision: 70134

12 years agoEobj: Revert "Eobj: Only try composite objects when really supposed to."
Tom Hacohen [Thu, 12 Apr 2012 10:23:46 +0000 (10:23 +0000)]
Eobj: Revert "Eobj: Only try composite objects when really supposed to."

Was stupid and plain wrong.

This reverts commit 70132.

SVN revision: 70133

12 years agoEobj: Only try composite objects when really supposed to.
Tom Hacohen [Thu, 12 Apr 2012 10:19:50 +0000 (10:19 +0000)]
Eobj: Only try composite objects when really supposed to.

SVN revision: 70132

12 years agoEobj: Composite objects should be attempted last.
Tom Hacohen [Thu, 12 Apr 2012 10:14:58 +0000 (10:14 +0000)]
Eobj: Composite objects should be attempted last.

SVN revision: 70131

12 years agoEvas textblock: Updated changelog about previous change.
Tom Hacohen [Thu, 12 Apr 2012 10:09:50 +0000 (10:09 +0000)]
Evas textblock: Updated changelog about previous change.

SVN revision: 70130

12 years agoEvas gif-loader: Fixed shadow warnings.
Tom Hacohen [Thu, 12 Apr 2012 10:08:30 +0000 (10:08 +0000)]
Evas gif-loader: Fixed shadow warnings.

SVN revision: 70129

12 years agoEobj: Added a couple of function_overrides tests.
Tom Hacohen [Thu, 12 Apr 2012 08:27:38 +0000 (08:27 +0000)]
Eobj: Added a couple of function_overrides tests.

SVN revision: 70128

12 years agoEobj: Fixed order of function call.
Tom Hacohen [Thu, 12 Apr 2012 08:27:35 +0000 (08:27 +0000)]
Eobj: Fixed order of function call.

SVN revision: 70127

12 years agoEobj: Fixed a potential bug in eobj_super_do.
Tom Hacohen [Thu, 12 Apr 2012 08:27:31 +0000 (08:27 +0000)]
Eobj: Fixed a potential bug in eobj_super_do.

SVN revision: 70126

12 years ago * Fix gl engine clipping bug when rendering to evas map fbo's
Carsten Haitzler [Thu, 12 Apr 2012 08:01:13 +0000 (08:01 +0000)]
    * Fix gl engine clipping bug when rendering to evas map fbo's
        when gl window buffer is smaller than the fbo. used wrong
        surface size in clipping logic.

SVN revision: 70125

12 years agoformatting fixup.
Carsten Haitzler [Thu, 12 Apr 2012 07:57:50 +0000 (07:57 +0000)]
formatting fixup.

SVN revision: 70124

12 years agoEvas textblock: Fixed building without liblinebreak.
Tom Hacohen [Thu, 12 Apr 2012 07:20:01 +0000 (07:20 +0000)]
Evas textblock: Fixed building without liblinebreak.

Thanks to David Seikel for spotting it and suggesting the solution.

SVN revision: 70123

12 years agoefx, eio: Updated .gitignore.
Daniel Juyung Seo [Thu, 12 Apr 2012 07:13:58 +0000 (07:13 +0000)]
efx, eio: Updated .gitignore.

SVN revision: 70120

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Thu, 12 Apr 2012 06:55:08 +0000 (06:55 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] ecore doxygen doc (3)
Date: Thu, 12 Apr 2012 15:39:16 +0900

Some leftovers, fix:

/tmp/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c:1202: warning: The following parameters of ecore_x_randr_crtc_pos_relative_set(Ecore_X_Window root, Ecore_X_Randr_Crtc crtc_r1, Ecore_X_Randr_Crtc crtc_r2, Ecore_X_Randr_Output_Policy policy, Ecore_X_Randr_Relative_Alignment alignment) are not documented:
  parameter 'root'
/tmp/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c:921: warning: The following parameters of ecore_x_randr_mode_size_get(Ecore_X_Window root, Ecore_X_Randr_Mode mode, int *w, int *h) are not documented:
  parameter 'root'
/tmp/ecore/doc/examples.dox:242: warning: unable to resolve reference to `ecore_event_example.c' for \ref command

SVN revision: 70119

12 years agoadd docs explaining the internal cache on close for onefang.
Carsten Haitzler [Thu, 12 Apr 2012 06:28:55 +0000 (06:28 +0000)]
add docs explaining the internal cache on close for onefang.

SVN revision: 70118

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Thu, 12 Apr 2012 03:51:36 +0000 (03:51 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] ecore doxygen doc (2)
Date: Thu, 12 Apr 2012 12:46:04 +0900

Hi,

This is a big patch. It fixes:
- undef #EINA_{TRUE,FALSE} links
- @c for NULL and EINA_{TRUE,FALSE}
- some formatting/spello
- several missing return types

SVN revision: 70117

12 years agoEobj: Fixed a potential bug in eobj_super_do.
Tom Hacohen [Wed, 11 Apr 2012 09:04:44 +0000 (09:04 +0000)]
Eobj: Fixed a potential bug in eobj_super_do.

SVN revision: 70014

12 years agoEobj: Removed eobj_class_parent_get. It's useless and discouraged.
Tom Hacohen [Wed, 11 Apr 2012 08:57:12 +0000 (08:57 +0000)]
Eobj: Removed eobj_class_parent_get. It's useless and discouraged.

SVN revision: 70013

12 years agoEobj: Only allocate kls_itr when really needed.
Tom Hacohen [Wed, 11 Apr 2012 08:55:20 +0000 (08:55 +0000)]
Eobj: Only allocate kls_itr when really needed.

SVN revision: 70012