profile/ivi/ecore.git
12 years ago[ecore] Fix alphabetical index of doc. components.
glima [Wed, 24 Aug 2011 15:01:56 +0000 (15:01 +0000)]
[ecore] Fix alphabetical index of doc. components.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62747 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[ecore] Don't mess with page names anymore (doxygen's
glima [Wed, 24 Aug 2011 14:23:05 +0000 (14:23 +0000)]
[ecore] Don't mess with page names anymore (doxygen's
 lameness).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62743 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): More work toward the effort of getting drag-n-drop to
devilhorns [Tue, 23 Aug 2011 18:03:11 +0000 (18:03 +0000)]
Ecore_X(cb): More work toward the effort of getting drag-n-drop to
work for gtk apps (tho no success yet).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62731 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Readd missing doxy.
devilhorns [Tue, 23 Aug 2011 16:43:18 +0000 (16:43 +0000)]
Ecore_X(cb): Readd missing doxy.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62728 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Rework cursor code to be more like the Xlib version.
devilhorns [Tue, 23 Aug 2011 16:39:52 +0000 (16:39 +0000)]
Ecore_X(cb): Rework cursor code to be more like the Xlib version.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62727 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Fix compiler warnings when building without xprint support.
devilhorns [Tue, 23 Aug 2011 16:39:07 +0000 (16:39 +0000)]
Ecore_X(cb): Fix compiler warnings when building without xprint support.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62726 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Make selection code more like the Xlib version. Fix
devilhorns [Tue, 23 Aug 2011 16:38:24 +0000 (16:38 +0000)]
Ecore_X(cb): Make selection code more like the Xlib version. Fix
return from parser_files function.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62725 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: silence warnings the right way
lucas [Tue, 23 Aug 2011 12:04:52 +0000 (12:04 +0000)]
ecore: silence warnings the right way

Setting a variable but not using it will trigger another warning on gcc >= 4.6.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62717 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Enable code for using xprint to get window root list
devilhorns [Mon, 22 Aug 2011 20:10:53 +0000 (20:10 +0000)]
Ecore_X(cb): Enable code for using xprint to get window root list
(like xlib has). Remove some fixme's (implement error checking for a
few functions).

NB: While this code makes ecore_x_window_root_list work like the xlib
version does (ability to use xprint to get list), I highly recommend
building ecore without xprint support (--disable-ecore-x-xprint)
because this seems like a lot of work to go through to get the window
root list. Building without xprint support provides a faster code path.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62696 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: make ecore_thread_main_loop_begin/end() recursive.
cedric [Mon, 22 Aug 2011 09:47:17 +0000 (09:47 +0000)]
ecore: make ecore_thread_main_loop_begin/end() recursive.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62687 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agowe dont need 1 if level in ecore mainloop. it really isn't needed.
raster [Mon, 22 Aug 2011 09:32:39 +0000 (09:32 +0000)]
we dont need 1 if level in ecore mainloop. it really isn't needed.
been harmless though.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62682 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore - fixed typo
hermet [Sun, 21 Aug 2011 09:30:29 +0000 (09:30 +0000)]
ecore - fixed typo

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62653 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Filter out some motion_notify events to reduce cpu
devilhorns [Sat, 20 Aug 2011 21:14:34 +0000 (21:14 +0000)]
Ecore_X(cb): Filter out some motion_notify events to reduce cpu
intensive operations (helps wrt fps when scrolling).

NB: I've seen no adverse effects from this, but please report if you do.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62637 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): 'Driver' not used here, remove.
devilhorns [Sat, 20 Aug 2011 12:52:59 +0000 (12:52 +0000)]
Ecore_X(cb): 'Driver' not used here, remove.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62629 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Use unchecked version for get_input_focus. Cache pixmap
devilhorns [Sat, 20 Aug 2011 11:04:10 +0000 (11:04 +0000)]
Ecore_X(cb): Use unchecked version for get_input_focus. Cache pixmap
format for reuse so we don't have to keep iterating pixmap formats
from the server setup (can be expensive).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62627 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoummm mike -> need to unlock and lock - calling ecore_timer_add inside
raster [Sat, 20 Aug 2011 05:03:13 +0000 (05:03 +0000)]
ummm mike -> need to unlock and lock - calling ecore_timer_add inside
a lock already. unless u want to make both external and internal call
versions.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62619 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Add some extra 'flush' calls to improve framerate.
devilhorns [Sat, 20 Aug 2011 02:33:57 +0000 (02:33 +0000)]
Ecore_X(cb): Add some extra 'flush' calls to improve framerate.

NB: For the purests, I know some/most of these are erroneous (extra &
not needed), but please leave them for now until I get time to go
through each one separately to verify & remove (or leave).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62610 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Use xcb_shm functions directly. This allows us to avoid
devilhorns [Sat, 20 Aug 2011 02:32:38 +0000 (02:32 +0000)]
Ecore_X(cb): Use xcb_shm functions directly. This allows us to avoid
some extra overhead in the xcb image functions when doing shm_put/get.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62609 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Add extra flush.
devilhorns [Sat, 20 Aug 2011 02:28:08 +0000 (02:28 +0000)]
Ecore_X(cb): Add extra flush.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62608 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Revert caching of visual (breaks borders on terminals for
devilhorns [Fri, 19 Aug 2011 21:52:25 +0000 (21:52 +0000)]
Ecore_X(cb): Revert caching of visual (breaks borders on terminals for
some odd reason).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62598 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Cache the visual and avoid extra lookups.
devilhorns [Fri, 19 Aug 2011 20:36:26 +0000 (20:36 +0000)]
Ecore_X(cb): Cache the visual and avoid extra lookups.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62597 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Fix shadow warnings
englebass [Thu, 18 Aug 2011 10:59:24 +0000 (10:59 +0000)]
ecore: Fix shadow warnings

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62562 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Fix unused warnings
englebass [Thu, 18 Aug 2011 10:59:12 +0000 (10:59 +0000)]
ecore: Fix unused warnings

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62561 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62555 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62554 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore Ecore.h: Fixed typo.
seoz [Thu, 18 Aug 2011 04:24:21 +0000 (04:24 +0000)]
ecore Ecore.h: Fixed typo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62546 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62532 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62531 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/glib: Make ecore_main_loop_iterate non-blocking
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62523 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: add ecore_main_loop_thread_safe_call_sync and rename ecore_main_loop_thread_sa...
cedric [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62513 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62490 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: take static as a yes.
cedric [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62412 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Create a lockless ecore_event_handler_del
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62375 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Create a lockless ecore_main_fd_handler_del
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62374 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Create a lockless ecore_animator_add()
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62373 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Use eina locks for _ecore_lock()
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62372 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[ecore] New main loop diagram.
glima [Thu, 11 Aug 2011 19:29:26 +0000 (19:29 +0000)]
[ecore] New main loop diagram.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62357 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Lock in ecore_shutdown
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62348 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Avoid returning when holding locks
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62347 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Avoid using return in locked section
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62346 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Create callback wrappers
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62342 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[ecore] Put order in header file, splitting function groups in contiguous chunks.
glima [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62307 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62301 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

Patch from Vincent Torri.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62244 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62241 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62223 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Make ecore_xcb_e match up more w/ xlib version. Don't use
devilhorns [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).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62219 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Make ecore_x_init (wrt xcb) match the xlib version more (add
devilhorns [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62218 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Make ecore_xcb_window match up more w/ xlib version.
devilhorns [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62217 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Add comment wrt Fixes extension version (for Tom).
devilhorns [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62216 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Fix fat finger copy-paste error wrt casting on shape
devilhorns [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 ;)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62215 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: We don't check fixes extension version in xlib, so don't
devilhorns [Mon, 8 Aug 2011 19:31:17 +0000 (19:31 +0000)]
Ecore_X: We don't check fixes extension version in xlib, so don't
check it here.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62214 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Remove check for shape extension version.
devilhorns [Mon, 8 Aug 2011 19:15:41 +0000 (19:15 +0000)]
Ecore_X: Remove check for shape extension version.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62213 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Remove check for damage extension version. (we don't check
devilhorns [Mon, 8 Aug 2011 19:15:04 +0000 (19:15 +0000)]
Ecore_X: Remove check for damage extension version. (we don't check
version in xlib, so don't check it here).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62212 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Use unchecked version for getting overlay window.
devilhorns [Mon, 8 Aug 2011 18:59:25 +0000 (18:59 +0000)]
Ecore_X: Use unchecked version for getting overlay window.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62211 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Fix newly added xfixes selection code for Tom ;)
devilhorns [Mon, 8 Aug 2011 18:05:46 +0000 (18:05 +0000)]
Ecore_X: Fix newly added xfixes selection code for Tom ;)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62210 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Fix formatting of new xfixes code (someone's editor is not
devilhorns [Mon, 8 Aug 2011 18:05:07 +0000 (18:05 +0000)]
Ecore_X: Fix formatting of new xfixes code (someone's editor is not
indenting correctly) ;)

Fix formatting of some existing code to declare variables at the top
of functions.

Remove some unused variables.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62209 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore X: Added Xfixes selection notification support.
tasn [Mon, 8 Aug 2011 14:36:02 +0000 (14:36 +0000)]
Ecore X: Added Xfixes selection notification support.

Now we can get notifications for changes in X selection. This is very useful
for text editors that want to disable their "paste" button when there's
nothing to paste.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62205 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agodoc - we dont really need the logo there.
raster [Mon, 8 Aug 2011 11:31:07 +0000 (11:31 +0000)]
doc - we dont really need the logo there.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62201 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoremove some docs on compiling goop we don't need really.
raster [Mon, 8 Aug 2011 11:29:05 +0000 (11:29 +0000)]
remove some docs on compiling goop we don't need really.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62200 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Sanjeev Ba <as2902.b@samsung.com>
raster [Mon, 8 Aug 2011 09:40:36 +0000 (09:40 +0000)]
From: Sanjeev Ba <as2902.b@samsung.com>
Subject: Using Eina_BinBuf in Ecore_Con_Url

From Sanjeev - an improvement and addition to the Ecore_Con
documentation giving a handy tip on using Eina_Bin/StrBuf.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62195 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore ecore_imf_context.c: Added since 1.1.0. Patch by Jihoon Kim <jihoon48.kim@samsu...
seoz [Sun, 7 Aug 2011 14:49:08 +0000 (14:49 +0000)]
ecore ecore_imf_context.c: Added since 1.1.0. Patch by Jihoon Kim <jihoon48.kim@samsung.com>

On Sun, Aug 7, 2011 at 9:55 AM, Jihoon Kim <jihoon48.kim@samsung.com> wrote:
> In previous patch, version information (@since 1.1.0) is missed.
>
> Would you please apply this patch in svn?

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62184 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[ecore] Examples for the last batch of documentation
glima [Fri, 5 Aug 2011 20:16:19 +0000 (20:16 +0000)]
[ecore] Examples for the last batch of documentation
 bumps.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62152 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[ecore] Documentation for the following:
glima [Fri, 5 Aug 2011 20:16:13 +0000 (20:16 +0000)]
[ecore] Documentation for the following:
 - ecore_evas_buffer_allocfunc_new
 - ecore_evas_buffer_new
 - ecore_evas_buffer_pixels_get
 - ecore_evas_manual_render
 - ecore_evas_object_image_new
 - ecore_evas_object_ecore_evas_get
 - ecore_evas_object_evas_get

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62151 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Fix dnd for shaped windows.
devilhorns [Thu, 4 Aug 2011 20:46:44 +0000 (20:46 +0000)]
Ecore_X: Fix dnd for shaped windows.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62105 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: removing author list from main page.
gastal [Wed, 3 Aug 2011 21:00:09 +0000 (21:00 +0000)]
Ecore: removing author list from main page.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62070 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Adding diagram to ecore_animator.
gastal [Wed, 3 Aug 2011 14:40:06 +0000 (14:40 +0000)]
Ecore: Adding diagram to ecore_animator.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62058 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Adding mention of Samsung's contribution to
gastal [Wed, 3 Aug 2011 14:39:52 +0000 (14:39 +0000)]
Ecore: Adding mention of Samsung's contribution to
 documentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62057 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: ecore_evas window properties documentation.
gastal [Wed, 3 Aug 2011 14:39:01 +0000 (14:39 +0000)]
Ecore: ecore_evas window properties documentation.
These functions are not contemplated by examples because there is no
meaningfull example(just setting the flags doesn't won't help developers
in understading how to use them) and because their behavior is dependant
on the windowing system.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62056 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: ecore_evas basics documentation.
gastal [Wed, 3 Aug 2011 14:38:32 +0000 (14:38 +0000)]
Ecore: ecore_evas basics documentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62055 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoMore annoying DSO
sachiel [Tue, 2 Aug 2011 21:19:06 +0000 (21:19 +0000)]
More annoying DSO

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62021 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: ecore_evas_object documentation.
gastal [Tue, 2 Aug 2011 17:02:07 +0000 (17:02 +0000)]
Ecore: ecore_evas_object documentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62016 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[ecore] Documenting the following:
glima [Tue, 2 Aug 2011 16:44:08 +0000 (16:44 +0000)]
[ecore] Documenting the following:
 - ecore_evas_size_base_get
 - ecore_evas_size_base_set
 - ecore_evas_size_max_get
 - ecore_evas_size_max_set
 - ecore_evas_size_min_get
 - ecore_evas_size_min_set
 - ecore_evas_size_step_get
 - ecore_evas_size_step_set

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62012 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoJust link to ecore-evas for all examples
sachiel [Tue, 2 Aug 2011 15:52:07 +0000 (15:52 +0000)]
Just link to ecore-evas for all examples

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@62008 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: ecore evas callbacks documentation.
gastal [Tue, 2 Aug 2011 13:52:26 +0000 (13:52 +0000)]
Ecore: ecore evas callbacks documentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61998 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Xcb: Make ecore_xcb_window_shape reflect the xlib version more
devilhorns [Tue, 2 Aug 2011 09:07:52 +0000 (09:07 +0000)]
Ecore_Xcb: Make ecore_xcb_window_shape reflect the xlib version more
(in the hunt to fix engage issue(s))...tho this still does not fix the
issue(s) with engage :/

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61986 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agothat's it - remove autom4te.cache dirs again... - keep having to many
raster [Tue, 2 Aug 2011 04:13:33 +0000 (04:13 +0000)]
that's it - remove autom4te.cache dirs again... - keep having to many
problems about it storing invalid config when the same build trees are
shared between multiple architectures and machines. :( better we
build right than build fast.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61974 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Xcb: Allow ecore_xcb to support unstable/development version(s) of xcb.
devilhorns [Tue, 2 Aug 2011 01:32:10 +0000 (01:32 +0000)]
Ecore_Xcb: Allow ecore_xcb to support unstable/development version(s) of xcb.
(based on patch from Boris Faure)

NB: This is untested/unsupported code. Ymmv, but using/compiling
ecore_x with versions of xcb > 0.3.6 is not supported yet (until such
time that standard distros support 0.3.8 out of the box).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61971 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: merge call to main loop together to reduce number of main loop wakeup.
cedric [Mon, 1 Aug 2011 12:16:39 +0000 (12:16 +0000)]
ecore: merge call to main loop together to reduce number of main loop wakeup.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61947 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: update .gitignore
billiob [Sat, 30 Jul 2011 19:41:43 +0000 (19:41 +0000)]
ecore: update .gitignore

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61921 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: now you don't need to care if you are in the main loop or not when you call...
cedric [Fri, 29 Jul 2011 14:59:43 +0000 (14:59 +0000)]
ecore: now you don't need to care if you are in the main loop or not when you call ecore_main_loop_thread_safe_call.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61897 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomake jihoons start on on-the-spot editing work. :)
raster [Fri, 29 Jul 2011 10:50:59 +0000 (10:50 +0000)]
make jihoons start on on-the-spot editing work. :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61887 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agochlog++
raster [Fri, 29 Jul 2011 06:22:31 +0000 (06:22 +0000)]
chlog++

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61880 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomore error handling improvements
raster [Fri, 29 Jul 2011 06:21:43 +0000 (06:21 +0000)]
more error handling improvements

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61879 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomake sure we complain enough on stderr about enignes not being found
raster [Fri, 29 Jul 2011 06:20:55 +0000 (06:20 +0000)]
make sure we complain enough on stderr about enignes not being found
by ecore-evas. improved error handling, though not really a bug.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61878 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore : From. Jihoon Kim. In XIM immodule, it doesn't generate preedit
woohyun [Fri, 29 Jul 2011 05:37:31 +0000 (05:37 +0000)]
ecore : From. Jihoon Kim. In XIM immodule, it doesn't generate preedit
changed event in preedit_draw_callback func at this moment.
This patch will solve this problem.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61876 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: add ecore_main_loop_thread_safe_call.
cedric [Thu, 28 Jul 2011 13:33:14 +0000 (13:33 +0000)]
ecore: add ecore_main_loop_thread_safe_call.

NOTE: that's for you mike.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61857 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Add main loop thread safety
mike_m [Thu, 28 Jul 2011 12:01:16 +0000 (12:01 +0000)]
ecore: Add main loop thread safety

Thread safety is disabled by default.
Enable it with --enable-thread-safety

Should cover timers, events, animators, idlers and fd handlers.

Tested with Enlightenment and elementary_test.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61851 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore-imf: Don't crash if no XIM is present
mike_m [Thu, 28 Jul 2011 12:01:04 +0000 (12:01 +0000)]
ecore-imf: Don't crash if no XIM is present

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61850 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Add back in x11-xcb pkgconfig check. Needs for 11.04 apparently.
devilhorns [Wed, 27 Jul 2011 11:13:58 +0000 (11:13 +0000)]
Ecore: Add back in x11-xcb pkgconfig check. Needs for 11.04 apparently.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61804 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Fix configure.ac for dumb systems that cannot find pixman
devilhorns [Wed, 27 Jul 2011 07:40:55 +0000 (07:40 +0000)]
Ecore: Fix configure.ac for dumb systems that cannot find pixman
without being explicitly told where it is.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61797 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: For some very odd reason, certain *buntu systems will not
devilhorns [Wed, 27 Jul 2011 07:40:19 +0000 (07:40 +0000)]
Ecore_X: For some very odd reason, certain *buntu systems will not
build our ecore_xcb without having pixman_clags & libs as separate
variables here...works on every other system I've tried, but eh it's
*buntu .. their stupid :P

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61796 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Remove recent xcb resource code (we're going to go a
devilhorns [Wed, 27 Jul 2011 05:10:28 +0000 (05:10 +0000)]
Ecore_X: Remove recent xcb resource code (we're going to go a
different path with this) ;) Reorder init/shutdown procedures to match
order (first in, last out).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61788 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Reduce rendering latency in g_main_loop
mike_m [Wed, 27 Jul 2011 03:13:47 +0000 (03:13 +0000)]
ecore: Reduce rendering latency in g_main_loop

After a lot of hair pulling, and other debugging, it appears
that to make animation smooth on an embedded device, the
following things should happen in (quick) sequence:

1. update the loop time
2. call timers (which animates and updates the scene graph)
3. call idle enterers (which renders to the display)
4. call fd buf handlers (which flushes xlib stuff)

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61784 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Check timers when not idling also
mike_m [Wed, 27 Jul 2011 02:34:53 +0000 (02:34 +0000)]
ecore: Check timers when not idling also

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61782 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Xlib uses screen number, not screen object. Fix !! Bad DH,
devilhorns [Tue, 26 Jul 2011 13:17:52 +0000 (13:17 +0000)]
Ecore_X: Xlib uses screen number, not screen object. Fix !! Bad DH,
spank spank ;)

Thanks antognolli for the report :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61760 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Naruto TAKAHASHI <tnaruto@gmail.com>
raster [Tue, 26 Jul 2011 11:57:51 +0000 (11:57 +0000)]
From: Naruto TAKAHASHI <tnaruto@gmail.com>
Subject: Re: [E-devel] [Patch] Add XIM module for ecore_imf

I attach a patch for fixing some XIM module bugs.

  - fix showing previous preedit string bug.
  - delete compile warning(thanks JihoonKim)
  -  fix some sequence issue to send preedit changed event and commit
  event.(thanks JihoonKim)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61754 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agosegv if preedit str null!
raster [Tue, 26 Jul 2011 11:47:40 +0000 (11:47 +0000)]
segv if preedit str null!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61747 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas: Remove xlib (and xcb) specific calls for the software_x11
devilhorns [Tue, 26 Jul 2011 11:24:10 +0000 (11:24 +0000)]
Ecore_Evas: Remove xlib (and xcb) specific calls for the software_x11
and opengl_x11 engines and replace with ecore_x calls.

NB: I did not touch software_16 or software_8 so we cannot yet remove
the XLib linking wrt ecore_evas. I leave that exercise to 'the old
man' as per our convo this morning...but this does put us one step
closer ;)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61743 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Add some new api functions for getting default
devilhorns [Tue, 26 Jul 2011 11:19:55 +0000 (11:19 +0000)]
Ecore_X: Add some new api functions for getting default
Depth/Visual/Colormap of a given screen.

NB: Added these so that we can remove xlib specific calls in
ecore_evas and just generic ecore_x calls (so we are engine
independant).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61742 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33