platform/upstream/efl.git
13 years agoefreet: TODO--
Sebastian Dransfeld [Thu, 18 Aug 2011 07:35:34 +0000 (07:35 +0000)]
efreet: TODO--

SVN revision: 62556

13 years agoecore: Use PATH_MAX
Sebastian Dransfeld [Thu, 18 Aug 2011 07:35:23 +0000 (07:35 +0000)]
ecore: Use PATH_MAX

SVN revision: 62555

13 years agoecore: Fix shadow warning
Sebastian Dransfeld [Thu, 18 Aug 2011 07:35:12 +0000 (07:35 +0000)]
ecore: Fix shadow warning

SVN revision: 62554

13 years agoevas: Add missing return declaration
Sebastian Dransfeld [Thu, 18 Aug 2011 07:35:02 +0000 (07:35 +0000)]
evas: Add missing return declaration

SVN revision: 62553

13 years agoefreet: Delay closing of old caches
Sebastian Dransfeld [Thu, 18 Aug 2011 07:34:40 +0000 (07:34 +0000)]
efreet: Delay closing of old caches

Programs might close their references after the event has completed.

SVN revision: 62551

13 years agoefreet: ignore++
Sebastian Dransfeld [Thu, 18 Aug 2011 07:34:29 +0000 (07:34 +0000)]
efreet: ignore++

SVN revision: 62550

13 years agoefreet: Add cache build event
Sebastian Dransfeld [Thu, 18 Aug 2011 07:34:19 +0000 (07:34 +0000)]
efreet: Add cache build event

And listen for this event in e_startup to check for cache build
completion.

SVN revision: 62549

13 years agoefreet: Revert changed flag
Sebastian Dransfeld [Thu, 18 Aug 2011 07:34:02 +0000 (07:34 +0000)]
efreet: Revert changed flag

Only send event when cache is actually updated.

SVN revision: 62548

13 years agoEvas font: Disabled word/metric caching due to bugs.
Tom Hacohen [Thu, 18 Aug 2011 07:21:44 +0000 (07:21 +0000)]
Evas font: Disabled word/metric caching due to bugs.

SVN revision: 62547

13 years agoecore Ecore.h: Fixed typo.
Daniel Juyung Seo [Thu, 18 Aug 2011 04:24:21 +0000 (04:24 +0000)]
ecore Ecore.h: Fixed typo.

SVN revision: 62546

13 years agoemotion/smart - Use ARGB32 when it's the format returned by the module.
Rafael Antognolli [Wed, 17 Aug 2011 19:37:31 +0000 (19:37 +0000)]
emotion/smart - Use ARGB32 when it's the format returned by the module.

SVN revision: 62542

13 years agoEvas font: Fixed a compiler warning.
Tom Hacohen [Wed, 17 Aug 2011 15:42:07 +0000 (15:42 +0000)]
Evas font: Fixed a compiler warning.

SVN revision: 62537

13 years agoEvas font: Workaround an issue with metric cache.
Tom Hacohen [Wed, 17 Aug 2011 15:42:01 +0000 (15:42 +0000)]
Evas font: Workaround an issue with metric cache.

SVN revision: 62536

13 years agoEvas callbacks: Added priority to evas callbacks.
Tom Hacohen [Wed, 17 Aug 2011 11:55:29 +0000 (11:55 +0000)]
Evas callbacks: Added priority to evas callbacks.

This includes evas_event, evas_object_event and evas_object_smart
callbacks.
See the added docs for more info.

SVN revision: 62533

13 years agoecore: forgotten ChangeLog.
Cedric BAIL [Wed, 17 Aug 2011 09:46:17 +0000 (09:46 +0000)]
ecore: forgotten ChangeLog.

SVN revision: 62532

13 years agoecore: add clean thread safety mecanism.
Cedric BAIL [Wed, 17 Aug 2011 09:43:49 +0000 (09:43 +0000)]
ecore: add clean thread safety mecanism.

SVN revision: 62531

13 years agoeina: add eina_main_loop_define.
Cedric BAIL [Wed, 17 Aug 2011 09:42:43 +0000 (09:42 +0000)]
eina: add eina_main_loop_define.

Do not use it.

SVN revision: 62530

13 years agoecore/glib: Make ecore_main_loop_iterate non-blocking
Mike McCormack [Wed, 17 Aug 2011 01:12:43 +0000 (01:12 +0000)]
ecore/glib: Make ecore_main_loop_iterate non-blocking

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62523

13 years agoeio: obvious typo !
Cedric BAIL [Tue, 16 Aug 2011 21:13:20 +0000 (21:13 +0000)]
eio: obvious typo !

SVN revision: 62516

13 years agoemotion: remove g stuff and make it safer.
Cedric BAIL [Tue, 16 Aug 2011 16:11:50 +0000 (16:11 +0000)]
emotion: remove g stuff and make it safer.

SVN revision: 62514

13 years agoecore: add ecore_main_loop_thread_safe_call_sync and rename ecore_main_loop_thread_sa...
Cedric BAIL [Tue, 16 Aug 2011 14:35:00 +0000 (14:35 +0000)]
ecore: add ecore_main_loop_thread_safe_call_sync and rename ecore_main_loop_thread_safe_call.

SVN revision: 62513

13 years agoefreet: No more caches in this file.
Sebastian Dransfeld [Tue, 16 Aug 2011 13:19:00 +0000 (13:19 +0000)]
efreet: No more caches in this file.

SVN revision: 62510

13 years agoefreet: Add @since
Sebastian Dransfeld [Tue, 16 Aug 2011 12:49:56 +0000 (12:49 +0000)]
efreet: Add @since

SVN revision: 62508

13 years agoefret: Save whether cache changed in update file.
Sebastian Dransfeld [Tue, 16 Aug 2011 12:46:35 +0000 (12:46 +0000)]
efret: Save whether cache changed in update file.

SVN revision: 62506

13 years agoefreet: redo cache rebuild
Sebastian Dransfeld [Tue, 16 Aug 2011 12:46:24 +0000 (12:46 +0000)]
efreet: redo cache rebuild

Always rebuild cache from scratch when needed, but rely on correct spec
behaviour to check for theme changes. This will considerably speed up
the cache process when there is no change, and improve the correctness
of the cache when changes occur. For example didn't the previous
behaviour handle file removal gracefully.

SVN revision: 62505

13 years agoefreet: No need to sync eet file before close
Sebastian Dransfeld [Tue, 16 Aug 2011 12:46:14 +0000 (12:46 +0000)]
efreet: No need to sync eet file before close

SVN revision: 62504

13 years agoefreet: Formatting
Sebastian Dransfeld [Tue, 16 Aug 2011 12:46:03 +0000 (12:46 +0000)]
efreet: Formatting

SVN revision: 62503

13 years agoefreet: Print error on write error
Sebastian Dransfeld [Tue, 16 Aug 2011 12:45:52 +0000 (12:45 +0000)]
efreet: Print error on write error

Better solution to stop ignoring return value.

SVN revision: 62502

13 years agoefreet: Remove disabled if
Sebastian Dransfeld [Tue, 16 Aug 2011 12:45:30 +0000 (12:45 +0000)]
efreet: Remove disabled if

SVN revision: 62501

13 years agoeina - just removed white spaces.
ChunEon Park [Tue, 16 Aug 2011 09:08:02 +0000 (09:08 +0000)]
eina - just removed white spaces.

SVN revision: 62495

13 years agoEvas text: Set the object's size according to the advance, not width.
Tom Hacohen [Tue, 16 Aug 2011 07:16:06 +0000 (07:16 +0000)]
Evas text: Set the object's size according to the advance, not width.

SVN revision: 62494

13 years agoFrom: 우승수 <om101.woo@samsung.com>
우승수 [Tue, 16 Aug 2011 07:06:36 +0000 (07:06 +0000)]
From: 우승수 <om101.woo@samsung.com>
Subject: [E-devel] [Patch] Map/Unmap image for zero-copy texture

this modifies the zero copy texture feature to map and unmap on get and put
data to allow the put to "flush gpu caches".

SVN revision: 62493

13 years agoevil: improve install.
Cedric BAIL [Mon, 15 Aug 2011 20:57:40 +0000 (20:57 +0000)]
evil: improve install.

Patch from Vincent Torri.

SVN revision: 62492

13 years agoEcore: Fix formatting.
Christopher Michael [Mon, 15 Aug 2011 20:18:16 +0000 (20:18 +0000)]
Ecore: Fix formatting.

SVN revision: 62490

13 years agoEvas: Fix formatting.
Christopher Michael [Mon, 15 Aug 2011 20:17:18 +0000 (20:17 +0000)]
Evas: Fix formatting.

SVN revision: 62489

13 years agoEdje entry: Fixed a markup_prepend that should have been a text_prepend.
Tom Hacohen [Mon, 15 Aug 2011 14:05:18 +0000 (14:05 +0000)]
Edje entry: Fixed a markup_prepend that should have been a text_prepend.

SVN revision: 62484

13 years agoedje: fix cache and proxy.
Cedric BAIL [Sun, 14 Aug 2011 21:55:31 +0000 (21:55 +0000)]
edje: fix cache and proxy.

SVN revision: 62464

13 years agoedje: at least advertise the fact that we do have PROXY part.
Cedric BAIL [Sun, 14 Aug 2011 16:12:13 +0000 (16:12 +0000)]
edje: at least advertise the fact that we do have PROXY part.

SVN revision: 62447

13 years agoEvas tests: Fixed the cursor_content_get to comply to the bugfix.
Tom Hacohen [Sun, 14 Aug 2011 11:26:50 +0000 (11:26 +0000)]
Evas tests: Fixed the cursor_content_get to comply to the bugfix.

Previous test checked the existing but broken behaviour, now it checks the
correct behaviour.

SVN revision: 62440

13 years agoEvas textblock: Fixed cursor_content_get's handling of formats.
Tom Hacohen [Sun, 14 Aug 2011 11:26:45 +0000 (11:26 +0000)]
Evas textblock: Fixed cursor_content_get's handling of formats.

Formats are now correctly enclosed with <> when returned, instead of just
the text being returned.

SVN revision: 62439

13 years agoForward messages to Edje defined children of box and table
Iván Briano [Sat, 13 Aug 2011 00:30:12 +0000 (00:30 +0000)]
Forward messages to Edje defined children of box and table

SVN revision: 62418

13 years agoecore: take static as a yes.
Cedric BAIL [Fri, 12 Aug 2011 20:31:15 +0000 (20:31 +0000)]
ecore: take static as a yes.

Note: maybe it would be better to put yes in the .pc file
instead of static. I don't see any advantage having that
information in the pc file.

SVN revision: 62412

13 years agoevas: Fixed 'unsed variables' warnings.
Daniel Juyung Seo [Fri, 12 Aug 2011 15:01:12 +0000 (15:01 +0000)]
evas: Fixed 'unsed variables' warnings.

SVN revision: 62388

13 years agoembryo: handle filename given to #line command
Boris Faure [Fri, 12 Aug 2011 12:39:29 +0000 (12:39 +0000)]
embryo: handle filename given to #line command

SVN revision: 62382

13 years agoedje/epp: cpp line control command is #line
Boris Faure [Fri, 12 Aug 2011 12:39:17 +0000 (12:39 +0000)]
edje/epp: cpp line control command is #line

SVN revision: 62381

13 years agoembryo: fix getstring
Boris Faure [Fri, 12 Aug 2011 12:38:52 +0000 (12:38 +0000)]
embryo: fix getstring

SVN revision: 62380

13 years agoecore: Create a lockless ecore_event_handler_del
Mike McCormack [Fri, 12 Aug 2011 05:22:16 +0000 (05:22 +0000)]
ecore: Create a lockless ecore_event_handler_del

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62375

13 years agoecore: Create a lockless ecore_main_fd_handler_del
Mike McCormack [Fri, 12 Aug 2011 05:22:07 +0000 (05:22 +0000)]
ecore: Create a lockless ecore_main_fd_handler_del

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62374

13 years agoecore: Create a lockless ecore_animator_add()
Mike McCormack [Fri, 12 Aug 2011 05:21:58 +0000 (05:21 +0000)]
ecore: Create a lockless ecore_animator_add()

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62373

13 years agoecore: Use eina locks for _ecore_lock()
Mike McCormack [Fri, 12 Aug 2011 05:21:49 +0000 (05:21 +0000)]
ecore: Use eina locks for _ecore_lock()

Always count lock calls too.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62372

13 years agoevas: Fixed indentations with arbitrary files.
Daniel Juyung Seo [Fri, 12 Aug 2011 03:50:57 +0000 (03:50 +0000)]
evas: Fixed indentations with arbitrary files.

SVN revision: 62370

13 years agohow about you actuallyl fix the code correctly rather than break it?
Carsten Haitzler [Fri, 12 Aug 2011 02:34:34 +0000 (02:34 +0000)]
how about you actuallyl fix the code correctly rather than break it?

SVN revision: 62369

13 years agoevas evas_common.h: Fixed spacing and removed trailing whitespaces.
Daniel Juyung Seo [Fri, 12 Aug 2011 01:52:29 +0000 (01:52 +0000)]
evas evas_common.h: Fixed spacing and removed trailing whitespaces.

SVN revision: 62367

13 years agoCOMMITS: DO THEM PROPERLY!!!!1111
Mike Blumenkrantz [Thu, 11 Aug 2011 23:18:34 +0000 (23:18 +0000)]
COMMITS: DO THEM PROPERLY!!!!1111

SVN revision: 62366

13 years agoCOMPILE WARNINGS: FIX THEM!!!!!!11111
Mike Blumenkrantz [Thu, 11 Aug 2011 21:35:17 +0000 (21:35 +0000)]
COMPILE WARNINGS: FIX THEM!!!!!!11111

SVN revision: 62361

13 years agoguys...null checks are not the end of the world.
Mike Blumenkrantz [Thu, 11 Aug 2011 21:26:46 +0000 (21:26 +0000)]
guys...null checks are not the end of the world.

SVN revision: 62360

13 years ago[ecore] New main loop diagram.
Gustavo Lima Chaves [Thu, 11 Aug 2011 19:29:26 +0000 (19:29 +0000)]
[ecore] New main loop diagram.

SVN revision: 62357

13 years agoemotion: fix some race condition.
Cedric BAIL [Thu, 11 Aug 2011 16:16:10 +0000 (16:16 +0000)]
emotion: fix some race condition.

SVN revision: 62355

13 years agoevas - just removed white spaces.
ChunEon Park [Thu, 11 Aug 2011 14:14:48 +0000 (14:14 +0000)]
evas - just removed white spaces.

SVN revision: 62354

13 years agoemotion: fix memory leak.
Cedric BAIL [Thu, 11 Aug 2011 12:13:51 +0000 (12:13 +0000)]
emotion: fix memory leak.

SVN revision: 62350

13 years agoecore: Lock in ecore_shutdown
Mike McCormack [Thu, 11 Aug 2011 12:01:19 +0000 (12:01 +0000)]
ecore: Lock in ecore_shutdown

Avoid unbalanced locks when calling event-free callbacks.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62348

13 years agoecore: Avoid returning when holding locks
Mike McCormack [Thu, 11 Aug 2011 12:01:09 +0000 (12:01 +0000)]
ecore: Avoid returning when holding locks

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62347

13 years agoecore: Avoid using return in locked section
Mike McCormack [Thu, 11 Aug 2011 11:38:54 +0000 (11:38 +0000)]
ecore: Avoid using return in locked section

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62346

13 years agoecore: Create callback wrappers
Mike McCormack [Thu, 11 Aug 2011 10:59:48 +0000 (10:59 +0000)]
ecore: Create callback wrappers

This gets rid of a lot of temporary variables and cleans the code up again...

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62342

13 years agoframe count nto frame num - match c file.
Carsten Haitzler [Thu, 11 Aug 2011 10:30:35 +0000 (10:30 +0000)]
frame count nto frame num - match c file.

SVN revision: 62339

13 years agoimprove jy's docs. :)
Carsten Haitzler [Thu, 11 Aug 2011 08:56:59 +0000 (08:56 +0000)]
improve jy's docs. :)

SVN revision: 62335

13 years agoEvas textblock: Fixed bug in range_formats get.
Tom Hacohen [Thu, 11 Aug 2011 06:58:53 +0000 (06:58 +0000)]
Evas textblock: Fixed bug in range_formats get.

Thanks to Sanjeev for the rebort.

SVN revision: 62333

13 years agoFrom: Jiyoun Park <jy0703.park@samsung.com>
Jiyoun Park [Thu, 11 Aug 2011 06:04:08 +0000 (06:04 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: RE: [E-devel] [Patch] Animation gif feature patch

Animated gif suport in evas and api's to handle animated images and
frame flipping. from jy.

SVN revision: 62331

13 years agofix segv from missing null check
Mike Blumenkrantz [Wed, 10 Aug 2011 22:42:27 +0000 (22:42 +0000)]
fix segv from missing null check

SVN revision: 62320

13 years ago[ecore] Put order in header file, splitting function groups in contiguous chunks.
Gustavo Lima Chaves [Wed, 10 Aug 2011 19:14:48 +0000 (19:14 +0000)]
[ecore] Put order in header file, splitting function groups in contiguous chunks.

    Sorry for having to pratically rewrite the header, but the other way
    to get docs right would be to put lots of @addtogroup around several
    chunks of the file, which is ugly too and doesn't organize anything.

    I have tested ecore with that and it seems to be okay.

SVN revision: 62307

13 years agoecore: Fix linking of xim module
Mike McCormack [Wed, 10 Aug 2011 15:20:29 +0000 (15:20 +0000)]
ecore: Fix linking of xim module

SVN revision: 62301

13 years agoupdate some docs for Evas_Event_Mouse_Down even though none of this stuff is worthwhi...
Mike Blumenkrantz [Wed, 10 Aug 2011 04:54:35 +0000 (04:54 +0000)]
update some docs for Evas_Event_Mouse_Down even though none of this stuff is worthwhile anyway since dependency structs aren't documented

SVN revision: 62283

13 years agoif we are going to have %d's - use them in the next scanf too.
Carsten Haitzler [Wed, 10 Aug 2011 04:39:04 +0000 (04:39 +0000)]
if we are going to have %d's - use them in the next scanf too.

SVN revision: 62282

13 years agoeina: Use %d to get build time
Mike McCormack [Tue, 9 Aug 2011 23:48:47 +0000 (23:48 +0000)]
eina: Use %d to get build time

eina_hamster_count() was returning -1 on my machine (Ubuntu 11.04/AMD64),
causing make check to fail.

eina_test_main.c:51:F:Main:eina_hamster:0: Failure 'eina_hamster_count() <= 0' occured

Using %d instead of %i for integers fixes it.

Signed-off-by: Mike McCormack <mj.mccormack@ring3k.org>
SVN revision: 62268

13 years ago[evas] Filling some gaps on documentation.
Gustavo Lima Chaves [Tue, 9 Aug 2011 20:56:22 +0000 (20:56 +0000)]
[evas] Filling some gaps on documentation.

SVN revision: 62266

13 years agoethumb: fix race condition and memory leak.
Cedric BAIL [Tue, 9 Aug 2011 20:36:28 +0000 (20:36 +0000)]
ethumb: fix race condition and memory leak.

NOTE: that's a first obvious patch thanks to Gustavo reviews.
More work needed, but some decision should be discussed first.

SVN revision: 62265

13 years ago[eet] New examples.
Gustavo Lima Chaves [Tue, 9 Aug 2011 20:33:50 +0000 (20:33 +0000)]
[eet] New examples.

SVN revision: 62264

13 years agoEdje entry: Start using the new tb_range_formats_get.
Tom Hacohen [Tue, 9 Aug 2011 13:58:00 +0000 (13:58 +0000)]
Edje entry: Start using the new tb_range_formats_get.

This should make everything faster cause we now only get/work on the
visible anchors/items.

SVN revision: 62260

13 years agoEvas textblock: Added cursor_visible_range_get and cursor_range_formats_get.
Tom Hacohen [Tue, 9 Aug 2011 13:55:42 +0000 (13:55 +0000)]
Evas textblock: Added cursor_visible_range_get and cursor_range_formats_get.

SVN revision: 62259

13 years agoEvas textblock: Fixed a bug in evas_textblock_cursor_char_coord_set.
Tom Hacohen [Tue, 9 Aug 2011 13:55:38 +0000 (13:55 +0000)]
Evas textblock: Fixed a bug in evas_textblock_cursor_char_coord_set.

SVN revision: 62258

13 years agoEvas textblock: Fixed a bug in evas_textblock_cursor_line_coord_set.
Tom Hacohen [Tue, 9 Aug 2011 13:55:31 +0000 (13:55 +0000)]
Evas textblock: Fixed a bug in evas_textblock_cursor_line_coord_set.

SVN revision: 62257

13 years agowarning--. hmmm
Carsten Haitzler [Tue, 9 Aug 2011 13:26:03 +0000 (13:26 +0000)]
warning--. hmmm

SVN revision: 62255

13 years agohere's an awesome idea... let's not break the build shall we? lets
Carsten Haitzler [Tue, 9 Aug 2011 13:23:39 +0000 (13:23 +0000)]
here's an awesome idea... let's not break the build shall we? lets
actually test something .. like compile it before we commit eh?

SVN revision: 62254

13 years agoeet: switch in favor of Eina_File.
Cedric BAIL [Tue, 9 Aug 2011 11:31:58 +0000 (11:31 +0000)]
eet: switch in favor of Eina_File.

SVN revision: 62250

13 years agoeina: windows cleanup.
Cedric BAIL [Tue, 9 Aug 2011 09:21:07 +0000 (09:21 +0000)]
eina: windows cleanup.

Patch by Vincent Torri.

SVN revision: 62246

13 years agoefl: remove mman as we Eina_File now.
Cedric BAIL [Tue, 9 Aug 2011 09:19:25 +0000 (09:19 +0000)]
efl: remove mman as we Eina_File now.

Patch from Vincent Torri.

SVN revision: 62244

13 years agoemotion: make v4l2 optionnal.
Cedric BAIL [Tue, 9 Aug 2011 09:15:56 +0000 (09:15 +0000)]
emotion: make v4l2 optionnal.

SVN revision: 62243

13 years agoecore: remove bad macro from ecore.
Cedric BAIL [Tue, 9 Aug 2011 08:50:47 +0000 (08:50 +0000)]
ecore: remove bad macro from ecore.

SVN revision: 62241

13 years agoeina: add generic macro to generate error when outside of the main loop.
Cedric BAIL [Tue, 9 Aug 2011 08:48:57 +0000 (08:48 +0000)]
eina: add generic macro to generate error when outside of the main loop.

SVN revision: 62240

13 years agoeina: detect main loop for windows to.
Cedric BAIL [Tue, 9 Aug 2011 08:47:57 +0000 (08:47 +0000)]
eina: detect main loop for windows to.

SVN revision: 62239

13 years agoeina: correct guard of thread code.
Cedric BAIL [Tue, 9 Aug 2011 08:46:29 +0000 (08:46 +0000)]
eina: correct guard of thread code.

SVN revision: 62238

13 years agoeina: make dlopen optional.
Cedric BAIL [Tue, 9 Aug 2011 08:39:39 +0000 (08:39 +0000)]
eina: make dlopen optional.

SVN revision: 62236

13 years agofix typos in docs
Carsten Haitzler [Tue, 9 Aug 2011 06:30:09 +0000 (06:30 +0000)]
fix typos in docs

SVN revision: 62225

13 years agoremove logo.
Carsten Haitzler [Tue, 9 Aug 2011 06:09:50 +0000 (06:09 +0000)]
remove logo.

SVN revision: 62224

13 years agoaaagh those were not meant to be in the docs!
Carsten Haitzler [Tue, 9 Aug 2011 06:05:44 +0000 (06:05 +0000)]
aaagh those were not meant to be in the docs!

SVN revision: 62223

13 years agoEcore_X: Make ecore_xcb_e match up more w/ xlib version. Don't use
Christopher Michael [Mon, 8 Aug 2011 20:40:04 +0000 (20:40 +0000)]
Ecore_X: Make ecore_xcb_e match up more w/ xlib version. Don't use
ecore_x_client_message32_send, but rather send the events directly via
xcb (like xlib does).

SVN revision: 62219

13 years agoEcore_X: Make ecore_x_init (wrt xcb) match the xlib version more (add
Christopher Michael [Mon, 8 Aug 2011 20:39:10 +0000 (20:39 +0000)]
Ecore_X: Make ecore_x_init (wrt xcb) match the xlib version more (add
eina_init, etc).
dlopen XCloseDisplay for opengl and use that also.
Use the unchecked version for query pointer.
Add some FIXME notes.

SVN revision: 62218

13 years agoEcore_X: Make ecore_xcb_window match up more w/ xlib version.
Christopher Michael [Mon, 8 Aug 2011 20:37:40 +0000 (20:37 +0000)]
Ecore_X: Make ecore_xcb_window match up more w/ xlib version.
Fix some formatting.
Don't allocate any Ecore_X_Windows if the children count is zero.

SVN revision: 62217

13 years agoEcore_X: Add comment wrt Fixes extension version (for Tom).
Christopher Michael [Mon, 8 Aug 2011 20:35:48 +0000 (20:35 +0000)]
Ecore_X: Add comment wrt Fixes extension version (for Tom).
Remove unused code wrt invert regions.

SVN revision: 62216

13 years agoEcore_X: Fix fat finger copy-paste error wrt casting on shape
Christopher Michael [Mon, 8 Aug 2011 20:10:44 +0000 (20:10 +0000)]
Ecore_X: Fix fat finger copy-paste error wrt casting on shape
rectangles. Thanks jeffdameth for pointing that out ;)

SVN revision: 62215