profile/ivi/ecore.git
12 years agoecore: prevent one last spurious wakeup.
cedric [Tue, 27 Sep 2011 06:16:11 +0000 (06:16 +0000)]
ecore: prevent one last spurious wakeup.

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

12 years agobump gettext version to 0.17. Patch by xlopez@igalia.com. Fix ticket #813
caro [Mon, 26 Sep 2011 21:50:50 +0000 (21:50 +0000)]
bump gettext version to 0.17. Patch by xlopez@igalia.com. Fix ticket #813

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

12 years agoEcore_X(cb): Disable filtering of MotionNotify events. Could cause
devilhorns [Sat, 24 Sep 2011 09:21:17 +0000 (09:21 +0000)]
Ecore_X(cb): Disable filtering of MotionNotify events. Could cause
problems with prediction. Thanks mate ;)

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

12 years agoEcore: Fix configure.ac for recent xcb_cflags change.
devilhorns [Sat, 24 Sep 2011 07:23:41 +0000 (07:23 +0000)]
Ecore: Fix configure.ac for recent xcb_cflags change.

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

12 years agoEcore_Xim: No need to link against xcb flags here.
devilhorns [Sat, 24 Sep 2011 07:23:17 +0000 (07:23 +0000)]
Ecore_Xim: No need to link against xcb flags here.

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

12 years agoEcore: Fix configure.ac to use different variable names for pkg-config
devilhorns [Sat, 24 Sep 2011 06:21:15 +0000 (06:21 +0000)]
Ecore: Fix configure.ac to use different variable names for pkg-config
libs.

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

12 years agoEcore_Evas: Rename xcb cflags & libs variable to avoid pkg-config
devilhorns [Sat, 24 Sep 2011 06:20:47 +0000 (06:20 +0000)]
Ecore_Evas: Rename xcb cflags & libs variable to avoid pkg-config
confusion.

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

12 years agoEcore_X(cb): Rename xcb cflags & link libs to avoid any pkg-config
devilhorns [Sat, 24 Sep 2011 06:20:15 +0000 (06:20 +0000)]
Ecore_X(cb): Rename xcb cflags & link libs to avoid any pkg-config
confusion.

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

12 years agoEcore_X(cb): Fix ecore_x when using unstable (from git) xcb...they
devilhorns [Sat, 24 Sep 2011 05:33:29 +0000 (05:33 +0000)]
Ecore_X(cb): Fix ecore_x when using unstable (from git) xcb...they
removed the event error enums.

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

12 years agoecore: lock all broadcast.
cedric [Fri, 23 Sep 2011 13:26:54 +0000 (13:26 +0000)]
ecore: lock all broadcast.

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

12 years agoecore: prevent spurious wakeup and lock the right mutex.
cedric [Fri, 23 Sep 2011 10:47:33 +0000 (10:47 +0000)]
ecore: prevent spurious wakeup and lock the right mutex.

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

12 years agoEcore_Evas: Don't need the WindowAttributes variable unless we are an
devilhorns [Thu, 22 Sep 2011 09:26:02 +0000 (09:26 +0000)]
Ecore_Evas: Don't need the WindowAttributes variable unless we are an
argb window.

(Sorry vtorri).

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

12 years agowhitespaces--
caro [Thu, 22 Sep 2011 06:02:26 +0000 (06:02 +0000)]
whitespaces--

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

12 years agoEcore_Evas: Rework ecore_evas_x_render function so it does not
devilhorns [Thu, 22 Sep 2011 02:39:23 +0000 (02:39 +0000)]
Ecore_Evas: Rework ecore_evas_x_render function so it does not
allocate memory for list variables & rectangles unless we need to (ie:
If there are no evas_render_updates to do, then there is no need to
allocate extra list variables & rectangles).

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

12 years agoEcore_Evas: When doing rotation_set_internal, no need to fetch the
devilhorns [Wed, 21 Sep 2011 21:01:15 +0000 (21:01 +0000)]
Ecore_Evas: When doing rotation_set_internal, no need to fetch the
ecore_x_window_size here as the returned values are not used anyway,
so avoid the extra function call.

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

12 years agoEcore_Evas: No need to call ecore_x_window_move/resize is the canvas
devilhorns [Wed, 21 Sep 2011 20:55:12 +0000 (20:55 +0000)]
Ecore_Evas: No need to call ecore_x_window_move/resize is the canvas
is already at the required size or position.

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

12 years agoEcore: Remove checks for xcb_dri extension in configure.ac as we are
devilhorns [Wed, 21 Sep 2011 11:42:24 +0000 (11:42 +0000)]
Ecore: Remove checks for xcb_dri extension in configure.ac as we are
not going to use it, but rather dlsym to the libdri/libGL libs (ala
xlib code).

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

12 years agoEcore_X(cb): Make vsync code behave like xlib version and link against
devilhorns [Wed, 21 Sep 2011 11:41:25 +0000 (11:41 +0000)]
Ecore_X(cb): Make vsync code behave like xlib version and link against
libdri/libGL/etc. Remove use of xcb_dri2 extension (for now).

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

12 years agoEcore_X(cb): Make sync_magic_send more like the xlib version and use
devilhorns [Wed, 21 Sep 2011 11:39:08 +0000 (11:39 +0000)]
Ecore_X(cb): Make sync_magic_send more like the xlib version and use
xcb_send_event directly.

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

12 years agoxcb impl for generic events
raster [Wed, 21 Sep 2011 06:17:22 +0000 (06:17 +0000)]
xcb impl for generic events

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

12 years agoEcore_X(cb): Remove debug printout. Add missing logfn.
devilhorns [Wed, 21 Sep 2011 05:13:03 +0000 (05:13 +0000)]
Ecore_X(cb): Remove debug printout. Add missing logfn.

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

12 years agoEcore: Oups, typo, check for PS3 with __lv2ppu__ and not __ppulv2__
kakaroto [Tue, 20 Sep 2011 22:06:33 +0000 (22:06 +0000)]
Ecore: Oups, typo, check for PS3 with __lv2ppu__ and not __ppulv2__

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

12 years agoEcore_X(cb): Add macro to check for validity of the xcb_connection
devilhorns [Tue, 20 Sep 2011 09:12:02 +0000 (09:12 +0000)]
Ecore_X(cb): Add macro to check for validity of the xcb_connection
before trying to use it.

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

12 years agoEcore_X(cb): Add checks to make sure that extensions are loaded and
devilhorns [Tue, 20 Sep 2011 07:34:50 +0000 (07:34 +0000)]
Ecore_X(cb): Add checks to make sure that extensions are loaded and
available before making calls to them.

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

12 years agoEcore_X(cb): Trim down memory usage. Add checks for damage extension
devilhorns [Tue, 20 Sep 2011 07:17:55 +0000 (07:17 +0000)]
Ecore_X(cb): Trim down memory usage. Add checks for damage extension
before trying to use it. Enable getting xcursor core & anim from
xdefaults.

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

12 years agoEcore_X(cb): Check composite is available before trying to use it.
devilhorns [Tue, 20 Sep 2011 07:15:52 +0000 (07:15 +0000)]
Ecore_X(cb): Check composite is available before trying to use it.

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

12 years agoEcore_X(cb): Fix 'dpy' thingies ;)
devilhorns [Tue, 20 Sep 2011 07:14:11 +0000 (07:14 +0000)]
Ecore_X(cb): Fix 'dpy' thingies ;)

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

12 years agoEcore_X(cb): Make sure screensaver extension is available before
devilhorns [Tue, 20 Sep 2011 07:11:36 +0000 (07:11 +0000)]
Ecore_X(cb): Make sure screensaver extension is available before
trying to call functions involving it.

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

12 years agofix bug in generic event handling on xlib side of ecore_x
raster [Mon, 19 Sep 2011 10:11:53 +0000 (10:11 +0000)]
fix bug in generic event handling on xlib side of ecore_x

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

12 years agoEcore: Do not call execvp if it's unavailable on the system
kakaroto [Sun, 18 Sep 2011 21:57:47 +0000 (21:57 +0000)]
Ecore: Do not call execvp if it's unavailable on the system

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

12 years agoEcore: Do not declare the siginfo_t and signal functions for the PS3
kakaroto [Sun, 18 Sep 2011 21:57:38 +0000 (21:57 +0000)]
Ecore: Do not declare the siginfo_t and signal functions for the PS3

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

12 years agoEcore_X(cb): Work around (possible) xcb bug where
devilhorns [Fri, 16 Sep 2011 14:16:09 +0000 (14:16 +0000)]
Ecore_X(cb): Work around (possible) xcb bug where
ecore_x_screen_index_get was not returning the proper 0-based index.

NB: Fixes OpenGL with xcb.

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

12 years agoecore: reduce race condition.
cedric [Fri, 16 Sep 2011 09:31:47 +0000 (09:31 +0000)]
ecore: reduce race condition.

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

12 years agoEcore-Sdl: Must set the mouse event's multi struct to 0
kakaroto [Fri, 16 Sep 2011 07:08:53 +0000 (07:08 +0000)]
Ecore-Sdl: Must set the mouse event's multi struct to 0
Otherwise ecore-evas will think that the event is for multi touch
and will ignore the actual values of the structure and will only use
the uninitialized data from the multi struct

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

12 years agoEcore: Include sys/select.h before using 'select' to conform to POSIX.1-2001
kakaroto [Fri, 16 Sep 2011 07:08:45 +0000 (07:08 +0000)]
Ecore: Include sys/select.h before using 'select' to conform to POSIX.1-2001

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

12 years agoecore: prevent race condition when using sync call after begin/end.
cedric [Thu, 15 Sep 2011 11:15:46 +0000 (11:15 +0000)]
ecore: prevent race condition when using sync call after begin/end.

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

12 years agoorder of includes
caro [Wed, 14 Sep 2011 19:11:12 +0000 (19:11 +0000)]
order of includes

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

12 years agoclean generated files
caro [Wed, 14 Sep 2011 19:09:24 +0000 (19:09 +0000)]
clean generated files

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

12 years agofix and clarify more fd handler docs
discomfitor [Wed, 14 Sep 2011 14:31:54 +0000 (14:31 +0000)]
fix and clarify more fd handler docs

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

12 years agofix docs for ecore_main_fd_handler_del
discomfitor [Wed, 14 Sep 2011 14:26:28 +0000 (14:26 +0000)]
fix docs for ecore_main_fd_handler_del

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

12 years agoadd main loop group to main docs page
discomfitor [Wed, 14 Sep 2011 14:20:13 +0000 (14:20 +0000)]
add main loop group to main docs page

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

12 years agoguys. when you commit new stuff, update svn:ignore.
discomfitor [Tue, 13 Sep 2011 23:09:10 +0000 (23:09 +0000)]
guys. when you commit new stuff, update svn:ignore.

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

12 years agomore @since 1.1
discomfitor [Tue, 13 Sep 2011 23:04:18 +0000 (23:04 +0000)]
more @since 1.1

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

12 years agoadd ECORE_CON_EVENT_SERVER_WRITE ECORE_CON_EVENT_CLIENT_WRITE
discomfitor [Tue, 13 Sep 2011 23:03:26 +0000 (23:03 +0000)]
add ECORE_CON_EVENT_SERVER_WRITE ECORE_CON_EVENT_CLIENT_WRITE

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

12 years agoadd @since 1.1 for some events
discomfitor [Tue, 13 Sep 2011 22:46:46 +0000 (22:46 +0000)]
add @since 1.1 for some events

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

12 years agoEcore_X(cb): Remove extra calls to ecore_x_flush. Move main loop
devilhorns [Tue, 13 Sep 2011 16:32:34 +0000 (16:32 +0000)]
Ecore_X(cb): Remove extra calls to ecore_x_flush. Move main loop
flushing call to an idler like ecore_evas does...Thanks k-s ;)

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

12 years agoEcore_X(cb): Add missing flush after xcb_send_event.
devilhorns [Tue, 13 Sep 2011 15:47:56 +0000 (15:47 +0000)]
Ecore_X(cb): Add missing flush after xcb_send_event.

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

12 years agoEcore_X(cb): Add missing flush after xcb_send_event.
devilhorns [Tue, 13 Sep 2011 15:45:56 +0000 (15:45 +0000)]
Ecore_X(cb): Add missing flush after xcb_send_event.

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

12 years agomore useless ecore-con functions: ecore_con_server_fd_get and ecore_con_client_fd_get
discomfitor [Mon, 12 Sep 2011 08:30:22 +0000 (08:30 +0000)]
more useless ecore-con functions: ecore_con_server_fd_get and ecore_con_client_fd_get

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

12 years agoAUTHORS - updated.
hermet [Mon, 12 Sep 2011 05:03:03 +0000 (05:03 +0000)]
AUTHORS - updated.

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

12 years agoEcore-sdl: remove unused events and fix semicolon typo and docs
kakaroto [Mon, 12 Sep 2011 03:43:46 +0000 (03:43 +0000)]
Ecore-sdl: remove unused events and fix semicolon typo and docs

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

12 years agoEcore: If pkg-config doesn't find SDL, then try to use sdl-config
kakaroto [Fri, 9 Sep 2011 02:56:03 +0000 (02:56 +0000)]
Ecore: If pkg-config doesn't find SDL, then try to use sdl-config

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

12 years agoEcore_X(cb): Add missing window types to return in netwm code.
devilhorns [Thu, 8 Sep 2011 23:28:12 +0000 (23:28 +0000)]
Ecore_X(cb): Add missing window types to return in netwm code.

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

12 years agoEcore_X(cb): Dnd now works with efm. Add some debugging prints (to
devilhorns [Thu, 8 Sep 2011 23:11:33 +0000 (23:11 +0000)]
Ecore_X(cb): Dnd now works with efm. Add some debugging prints (to
debug gtk dnd events).

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

12 years agoEcore_X(cb): Add simple .Xdefaults file parser for getting dpi, cursor
devilhorns [Thu, 8 Sep 2011 21:51:08 +0000 (21:51 +0000)]
Ecore_X(cb): Add simple .Xdefaults file parser for getting dpi, cursor
size, etc.

NB: Xcb has no support for xrdb (yet), so parse dpi, etc from
.Xdefaults (if exists).

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

12 years agoallow gnutls and openssl to be detected on Windows
caro [Thu, 8 Sep 2011 19:18:16 +0000 (19:18 +0000)]
allow gnutls and openssl to be detected on Windows

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

12 years agoecore Ecore.h: Fixed documentation.
seoz [Thu, 8 Sep 2011 04:44:25 +0000 (04:44 +0000)]
ecore Ecore.h: Fixed documentation.

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

12 years agoEcore: SDL 1.3 doesn't define SDLK_FIRST and SDLK_WORLD_* keys
kakaroto [Wed, 7 Sep 2011 06:58:35 +0000 (06:58 +0000)]
Ecore: SDL 1.3 doesn't define SDLK_FIRST and SDLK_WORLD_* keys

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

12 years agoEcore: Allow ecore-evas-sdl to work with software-sdl-16 engine. Also removed dead...
kakaroto [Wed, 7 Sep 2011 06:58:28 +0000 (06:58 +0000)]
Ecore: Allow ecore-evas-sdl to work with software-sdl-16 engine. Also removed dead code

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

12 years agoEcore: Add the noframe extra option to the ecore-evas-sdl
kakaroto [Wed, 7 Sep 2011 06:58:21 +0000 (06:58 +0000)]
Ecore: Add the noframe extra option to the ecore-evas-sdl

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

12 years agoEcore: _ecore_thread_handler must not be defined if threads aren't supported
kakaroto [Wed, 7 Sep 2011 06:58:10 +0000 (06:58 +0000)]
Ecore: _ecore_thread_handler must not be defined if threads aren't supported

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

12 years agoEcore: If ecore_con is disabled, we must still check for curl dependency since it...
kakaroto [Wed, 7 Sep 2011 06:53:48 +0000 (06:53 +0000)]
Ecore: If ecore_con is disabled, we must still check for curl dependency since it's used by ecore-file

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

12 years agoEcore: Use pkg-config to check for SDL, not sdl-config (which fails for cross-compila...
kakaroto [Wed, 7 Sep 2011 06:53:42 +0000 (06:53 +0000)]
Ecore: Use pkg-config to check for SDL, not sdl-config (which fails for cross-compilations)

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

12 years agoblacklist c-ares 1.7.5
discomfitor [Mon, 5 Sep 2011 23:41:23 +0000 (23:41 +0000)]
blacklist c-ares 1.7.5

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

12 years agofix COPYING to say 2011.
raster [Mon, 5 Sep 2011 07:15:41 +0000 (07:15 +0000)]
fix COPYING to say 2011.

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

12 years agoecore (glib): Fix build break
mike_m [Mon, 5 Sep 2011 01:27:07 +0000 (01:27 +0000)]
ecore (glib): Fix build break

Fix missing symbol (ecore_idler_call) introduced by @63082.

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

12 years agoupdating dutch translations
maxerba [Sat, 3 Sep 2011 17:22:55 +0000 (17:22 +0000)]
updating dutch translations

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

12 years agoat least handle null im_info & dont crash.
raster [Sat, 3 Sep 2011 04:47:50 +0000 (04:47 +0000)]
at least handle null im_info & dont crash.

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

12 years agomainloop cleanups on top of previous ones and fixes for previous refactors
raster [Fri, 2 Sep 2011 03:29:11 +0000 (03:29 +0000)]
mainloop cleanups on top of previous ones and fixes for previous refactors

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

12 years agoEcore_X(cb): When sending client messages, message_type needs to be
devilhorns [Thu, 1 Sep 2011 20:21:36 +0000 (20:21 +0000)]
Ecore_X(cb): When sending client messages, message_type needs to be
ev->type.

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

12 years agoEcore_X(cb): Port Hermits xlib code to support double/triple click for
devilhorns [Tue, 30 Aug 2011 19:22:51 +0000 (19:22 +0000)]
Ecore_X(cb): Port Hermits xlib code to support double/triple click for
multi-touch devices to xcb.
Remove dead code.
Add missing flush calls after change_window_attributes.
Quiet down the event code by commenting out some LOGFN's.
Make selection event code more like Xlib.
Add missing flush calls after send_event.

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

12 years agoEcore_X: Function expects a Eina_Bool return, so let's use those ;)
devilhorns [Tue, 30 Aug 2011 18:38:27 +0000 (18:38 +0000)]
Ecore_X: Function expects a Eina_Bool return, so let's use those ;)

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

12 years agoEcore_X(cb): Add missing flush after send_event(s). Remove unused code.
devilhorns [Tue, 30 Aug 2011 18:37:47 +0000 (18:37 +0000)]
Ecore_X(cb): Add missing flush after send_event(s). Remove unused code.

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

12 years agoEcore_X(cb): Add missing flush after change_property.
devilhorns [Tue, 30 Aug 2011 18:37:12 +0000 (18:37 +0000)]
Ecore_X(cb): Add missing flush after change_property.

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

12 years agoEcore_X(cb): Add missing free of reply.
devilhorns [Tue, 30 Aug 2011 18:36:43 +0000 (18:36 +0000)]
Ecore_X(cb): Add missing free of reply.

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

12 years agoEcore_X(cb): Add missing flush after send_event(s).
devilhorns [Tue, 30 Aug 2011 18:34:40 +0000 (18:34 +0000)]
Ecore_X(cb): Add missing flush after send_event(s).

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

12 years agoEcore_X(cb): Process & clear error if we have one. Add missing free of
devilhorns [Tue, 30 Aug 2011 18:33:44 +0000 (18:33 +0000)]
Ecore_X(cb): Process & clear error if we have one. Add missing free of
reply.

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

12 years agoEcore_X(cb): Add missing flush calls after send_event for dnd.
devilhorns [Tue, 30 Aug 2011 18:32:40 +0000 (18:32 +0000)]
Ecore_X(cb): Add missing flush calls after send_event for dnd.

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

12 years agoEcore_X(cb): ecore_x_dpms functions return Eina_Bool, so let's use that.
devilhorns [Tue, 30 Aug 2011 18:30:17 +0000 (18:30 +0000)]
Ecore_X(cb): ecore_x_dpms functions return Eina_Bool, so let's use that.

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

12 years agoEcore_X(cb): Make mwm code match xlib closer.
devilhorns [Tue, 30 Aug 2011 18:29:36 +0000 (18:29 +0000)]
Ecore_X(cb): Make mwm code match xlib closer.

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

12 years agoEcore_X(cb): Make netwm code match xlib closer. Add missing flush
devilhorns [Tue, 30 Aug 2011 18:29:15 +0000 (18:29 +0000)]
Ecore_X(cb): Make netwm code match xlib closer. Add missing flush
after send_event(s).

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

12 years agoecore/ecore_exe - Fix wrong documentation.
antognolli [Tue, 30 Aug 2011 14:43:29 +0000 (14:43 +0000)]
ecore/ecore_exe - Fix wrong documentation.

Many lines can be delivered on one event, but they are split on several
Ecore_Exe_Event_Data_Line on the event.

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

12 years agoecore/ecore_x - modified to support double/triple clicked for multi touch device.
hermet [Tue, 30 Aug 2011 05:15:53 +0000 (05:15 +0000)]
ecore/ecore_x - modified to support double/triple clicked for multi touch device.

Actually, basic logic is same,
but added the touch down info structure to store down timestamp (and window, event window...) for each device.

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

12 years agouse EINA_FALSE / EINA_TRUE
caro [Mon, 29 Aug 2011 21:47:07 +0000 (21:47 +0000)]
use EINA_FALSE / EINA_TRUE

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

12 years agoecore/ecore_exe - Don't free the event data while we use it.
antognolli [Mon, 29 Aug 2011 21:20:26 +0000 (21:20 +0000)]
ecore/ecore_exe - Don't free the event data while we use it.

Since we are memcpying it to a new allocated memory, we can only free it after
finishing doing that.

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

12 years agochangelog dates wrong/out of order fix.
raster [Sun, 28 Aug 2011 03:41:18 +0000 (03:41 +0000)]
changelog dates wrong/out of order fix.

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

12 years agoFrom: Leif Middelschulte <leif.middelschulte@gmail.com>
raster [Sat, 27 Aug 2011 01:41:52 +0000 (01:41 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>
Subject: [E-devel] [PATCH] Ecore_X.h typo

... patch fixing earlier typo in prior patch :)

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

12 years agoecore_evas - patched by Gwanglim Lee <gl77.lee@samsung.com>
hermet [Thu, 25 Aug 2011 08:14:21 +0000 (08:14 +0000)]
ecore_evas - patched by Gwanglim Lee <gl77.lee@samsung.com>

Hi all,

I've fixed a minor bug in the ecore_evas_gl_x11_pre_post_swap_callback_set API.
It wasn't setting a post_swap callback properly.

Please review it.

BR,

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

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