profile/ivi/ecore.git
15 years agofix test
caro [Sun, 22 Mar 2009 09:56:43 +0000 (09:56 +0000)]
fix test

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39618 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * add guards around config.h
caro [Sun, 22 Mar 2009 07:22:06 +0000 (07:22 +0000)]
 * add guards around config.h
 * formatting

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39617 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix EAPI value on Windows
caro [Sun, 22 Mar 2009 07:19:07 +0000 (07:19 +0000)]
fix EAPI value on Windows

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39616 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoas the XCB and Xlib software engines have merged, the
caro [Sat, 21 Mar 2009 20:32:02 +0000 (20:32 +0000)]
as the XCB and Xlib software engines have merged, the
"software_xcb" render method does not exist anymore.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39612 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix some key values for the keyboard events
caro [Sat, 21 Mar 2009 20:08:51 +0000 (20:08 +0000)]
fix some key values for the keyboard events

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39611 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix build problem.. how did this get in - 2 funcs of the same name, one
raster [Sat, 21 Mar 2009 00:39:02 +0000 (00:39 +0000)]
fix build problem.. how did this get in - 2 funcs of the same name, one
static.. one not?

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39604 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agotypo
caro [Thu, 19 Mar 2009 18:40:21 +0000 (18:40 +0000)]
typo

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39589 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix requirement
caro [Thu, 19 Mar 2009 17:41:38 +0000 (17:41 +0000)]
fix requirement

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39586 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * fix check of the ecore_input module
caro [Thu, 19 Mar 2009 17:40:51 +0000 (17:40 +0000)]
 * fix check of the ecore_input module
 * add necessary variable for DLL build of ecore_input DLL
 * fix requirements involving ecore_input
 * add ecore_input availability in configure output

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39585 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * Ecore_Input: Fix build order.
cedric [Thu, 19 Mar 2009 16:41:35 +0000 (16:41 +0000)]
* Ecore_Input: Fix build order.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39584 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * Ecore_Input: Remove all stuff linked with ecore_evas.
cedric [Thu, 19 Mar 2009 13:58:15 +0000 (13:58 +0000)]
* Ecore_Input: Remove all stuff linked with ecore_evas.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39581 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * Ecore_Input: Make it generic.
cedric [Thu, 19 Mar 2009 13:06:16 +0000 (13:06 +0000)]
    * Ecore_Input: Make it generic.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39577 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agomake this build again
urandom [Thu, 19 Mar 2009 12:36:19 +0000 (12:36 +0000)]
make this build again

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39576 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoremove trailing spaces
caro [Thu, 19 Mar 2009 07:59:59 +0000 (07:59 +0000)]
remove trailing spaces

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39574 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * add ecore_wince include directory (though i don't think that it
caro [Thu, 19 Mar 2009 07:49:12 +0000 (07:49 +0000)]
 * add ecore_wince include directory (though i don't think that it
   will be necessary once ecore_input will be abstracted)
 * allow the built of ecore_input DLL on Windows OS (XP and CE)
 * remove useless dependency, as libecore_.la is in the _LIBADD
   variable)
 * files in EXTRA_DIST are already installed, no need for them
   to be in EXTRA_DIST

patch by Lars Munch

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39573 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * move ecore-input.pc.in from MAINTAINERCLEANFILES to EXTRA_DIST
caro [Thu, 19 Mar 2009 07:39:49 +0000 (07:39 +0000)]
 * move ecore-input.pc.in from MAINTAINERCLEANFILES to EXTRA_DIST
 * ecore-input.pc is installed only if ecore_input is built
   (detection in configure), not if ecore_x or ecore_sdl are
   built

patch by Lars Munch

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39572 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agotoo many ecore_input in SUBDIRS
caro [Thu, 19 Mar 2009 07:29:28 +0000 (07:29 +0000)]
too many ecore_input in SUBDIRS

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39571 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoconstness++ and warnings--
barbieri [Wed, 18 Mar 2009 23:51:35 +0000 (23:51 +0000)]
constness++ and warnings--

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39563 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agotypo--
caro [Wed, 18 Mar 2009 17:23:11 +0000 (17:23 +0000)]
typo--

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39556 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore_evas: Fix typo preventing live preview to work and add
cedric [Wed, 18 Mar 2009 17:12:52 +0000 (17:12 +0000)]
* ecore_evas: Fix typo preventing live preview to work and add
sub_ecore_evas to SDL backend.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39555 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoremove useless libs flags (the link is done with the corresponding .la files)
caro [Wed, 18 Mar 2009 17:01:23 +0000 (17:01 +0000)]
remove useless libs flags (the link is done with the corresponding .la files)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39553 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoinclude Ecore.h for ecore_main_fd_handler_active_set
englebass [Wed, 18 Mar 2009 08:38:43 +0000 (08:38 +0000)]
include Ecore.h for ecore_main_fd_handler_active_set

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39544 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoECORE_X_MODIFIER_* are now internal to ecore_x.
englebass [Wed, 18 Mar 2009 08:29:59 +0000 (08:29 +0000)]
ECORE_X_MODIFIER_* are now internal to ecore_x.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39543 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoignore
englebass [Tue, 17 Mar 2009 13:45:21 +0000 (13:45 +0000)]
ignore

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39526 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore_xcb: Fix key grab too.
cedric [Tue, 17 Mar 2009 13:34:40 +0000 (13:34 +0000)]
* ecore_xcb: Fix key grab too.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39518 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore_x: Unbreak E17 use of ALT modifier. Bindings should work again.
cedric [Tue, 17 Mar 2009 13:23:04 +0000 (13:23 +0000)]
* ecore_x: Unbreak E17 use of ALT modifier. Bindings should work again.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39517 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore_x_atoms: Refix spotted by Peter.
cedric [Mon, 16 Mar 2009 17:33:30 +0000 (17:33 +0000)]
* ecore_x_atoms: Refix spotted by Peter.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39507 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore_evas_x: Remove now useless function.
cedric [Mon, 16 Mar 2009 16:40:00 +0000 (16:40 +0000)]
* ecore_evas_x: Remove now useless function.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39506 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago Let me introduce you to Ecore_Input. The idea is to share as much as possible event
cedric [Mon, 16 Mar 2009 16:24:43 +0000 (16:24 +0000)]
Let me introduce you to Ecore_Input. The idea is to share as much as possible event
between all ecore graphic engine to ease porting of application and reduce the amount of
specific code per engine. This patch does just that.
All your application should continu to work has previously, if it's not the case
please report any new behaviour regarding mouse and keyboard.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39505 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore_con_url: Add some constness.
cedric [Mon, 16 Mar 2009 13:46:16 +0000 (13:46 +0000)]
* ecore_con_url: Add some constness.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39504 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago1. oops - types on tslib fixes
raster [Sun, 15 Mar 2009 03:13:17 +0000 (03:13 +0000)]
1. oops - types on tslib fixes
2. sdl1.2 - optional...

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39486 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoand match new tslib flags
raster [Sun, 15 Mar 2009 02:48:32 +0000 (02:48 +0000)]
and match new tslib flags

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39484 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoslightly better tslib checking - use pkgconfig first.
raster [Sun, 15 Mar 2009 02:46:24 +0000 (02:46 +0000)]
slightly better tslib checking - use pkgconfig first.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39483 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agotypo
caro [Sat, 14 Mar 2009 20:42:48 +0000 (20:42 +0000)]
typo

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39482 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * update configure.ac so that default options are chosen according to the host
caro [Fri, 13 Mar 2009 16:35:16 +0000 (16:35 +0000)]
 * update configure.ac so that default options are chosen according to the host
 * fix requirements
 * fix configuration on mac os x (problem with automake 1.9) and
   add missing values/macro for quartz support
 * small typo in ecore_evas_win32 api
 * use m4 api in m4 files

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39471 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agohandle mapping notify properly - patch from Olof Sjobergh
raster [Fri, 13 Mar 2009 15:55:34 +0000 (15:55 +0000)]
handle mapping notify properly - patch from Olof Sjobergh

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39468 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agopatch from Lars Munch for abs input device support in ecore_fb
raster [Fri, 13 Mar 2009 09:47:43 +0000 (09:47 +0000)]
patch from Lars Munch for abs input device support in ecore_fb

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39461 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agopatch from julian - fix typos in docs.
raster [Fri, 13 Mar 2009 09:38:46 +0000 (09:38 +0000)]
patch from julian - fix typos in docs.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39460 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix compilation on Windows XP (EAPI is not correctly set)
caro [Tue, 10 Mar 2009 22:44:36 +0000 (22:44 +0000)]
fix compilation on Windows XP (EAPI is not correctly set)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39444 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * fix possible se fault (spotted by Lars Munch)
caro [Fri, 6 Mar 2009 16:13:18 +0000 (16:13 +0000)]
 * fix possible se fault (spotted by Lars Munch)
 * add some info when keys are pressed

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39393 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoremove superfluid list
pfritz [Thu, 5 Mar 2009 20:07:45 +0000 (20:07 +0000)]
remove superfluid list

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39380 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore: Remove debug code.
cedric [Wed, 4 Mar 2009 12:40:50 +0000 (12:40 +0000)]
* ecore: Remove debug code.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39364 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * Move Ecore_Fd_Handler to Eina_Inlist.
cedric [Wed, 4 Mar 2009 10:50:14 +0000 (10:50 +0000)]
* Move Ecore_Fd_Handler to Eina_Inlist.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39360 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore_con_url: Fix little typo and unbreak Ecore_Con_Url.
cedric [Wed, 4 Mar 2009 10:49:23 +0000 (10:49 +0000)]
* ecore_con_url: Fix little typo and unbreak Ecore_Con_Url.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39359 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoECORE_EVAS_FPS_DEBUG now printfs useful data.
raster [Sat, 28 Feb 2009 07:54:47 +0000 (07:54 +0000)]
ECORE_EVAS_FPS_DEBUG now printfs useful data.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39273 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore_con_info: Fix typo preventing dns resolution,
cedric [Fri, 27 Feb 2009 14:53:57 +0000 (14:53 +0000)]
* ecore_con_info: Fix typo preventing dns resolution,
fix error handling and use eina in one more place.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39265 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFix problem reported by clang.
barbieri [Thu, 26 Feb 2009 22:02:00 +0000 (22:02 +0000)]
Fix problem reported by clang.

By: Luis Felipe Strano Moraes

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39256 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix some llvm reports
caro [Thu, 26 Feb 2009 07:46:57 +0000 (07:46 +0000)]
fix some llvm reports

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39241 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoother typo
raster [Thu, 26 Feb 2009 07:33:55 +0000 (07:33 +0000)]
other typo

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39240 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix typo
raster [Thu, 26 Feb 2009 07:27:08 +0000 (07:27 +0000)]
fix typo

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39239 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd more keyboard support on Windows CE
caro [Thu, 26 Feb 2009 07:24:50 +0000 (07:24 +0000)]
add more keyboard support on Windows CE

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39238 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix warning with mingw32ce (getenv not declared)
caro [Thu, 26 Feb 2009 07:08:12 +0000 (07:08 +0000)]
fix warning with mingw32ce (getenv not declared)
fix compilation with mingw32ce (EAPI not correctly defined)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39237 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore/src/lib/ecore_ipc/ecore_ipc_private.h,
cedric [Wed, 25 Feb 2009 15:14:48 +0000 (15:14 +0000)]
* ecore/src/lib/ecore_ipc/ecore_ipc_private.h,
* ecore/src/lib/ecore_ipc/ecore_ipc.c: Remove Ecore_List2 from ecore_ipc.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39207 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore/src/lib/ecore_con/ecore_con.c: Fix some typo and include.
cedric [Wed, 25 Feb 2009 15:03:59 +0000 (15:03 +0000)]
* ecore/src/lib/ecore_con/ecore_con.c: Fix some typo and include.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39206 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore/src/lib/ecore_ipc/ecore_ipc_private.h: Oops, removed too much.
cedric [Wed, 25 Feb 2009 14:58:16 +0000 (14:58 +0000)]
* ecore/src/lib/ecore_ipc/ecore_ipc_private.h: Oops, removed too much.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39205 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * estickies,
cedric [Wed, 25 Feb 2009 11:03:47 +0000 (11:03 +0000)]
* estickies,
* etk,
* PROTO/exalt,
* E-MODULES-EXTRA/diskio,
* E-MODULES-EXTRA/drawer,
* E-MODULES-EXTRA/penguins,
* E-MODULES-EXTRA/slideshow,
* E-MODULES-EXTRA/mail,
* E-MODULES-EXTRA/forecasts,
* E-MODULES-EXTRA/iiirk,
* E-MODULES-EXTRA/places,
* e,
* ewl,
* ecore,
* elitaire,
* entrance,
* e_dbus,
* efreet: Here we go, move from Ecore_List to Eina_List.

NOTE: This patch is huge, I did test it a lot, and I hope nothing is
broken. But if you think something change after this commit, please
contact me ASAP.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39200 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFix ecore-evas-directfb feed of keyboard events.
barbieri [Tue, 24 Feb 2009 22:43:57 +0000 (22:43 +0000)]
Fix ecore-evas-directfb feed of keyboard events.

This makes eve/webkit-efl work with directfb.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39184 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoinitialize next_time to -1.0 by default.
caro [Tue, 24 Feb 2009 17:26:26 +0000 (17:26 +0000)]
initialize next_time to -1.0 by default.

this fix a problem on Windows: the ecore main loop
hanged because of GetMessage() if next_time had a
random value.

patch by Lars Munch

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39178 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agodo not return in fullscreen_set() and use info log instead of error
caro [Mon, 23 Feb 2009 08:03:01 +0000 (08:03 +0000)]
do not return in fullscreen_set() and use info log instead of error

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39155 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agouse evil_time_get() instead of gettimeofday() when using Evil.
caro [Sun, 22 Feb 2009 19:21:36 +0000 (19:21 +0000)]
use evil_time_get() instead of gettimeofday() when using Evil.
It's more precise and involves fewer computations

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39149 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofrom vtorri:
watchwolf [Sun, 22 Feb 2009 14:54:45 +0000 (14:54 +0000)]
from vtorri:
too much return in ecore_win32_window.c
fix seg fault in ecore_evas_win32.c

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39144 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd log
caro [Sat, 21 Feb 2009 22:51:06 +0000 (22:51 +0000)]
add log

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39130 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd log
caro [Sat, 21 Feb 2009 22:50:45 +0000 (22:50 +0000)]
add log
formatting

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39129 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd log
caro [Sat, 21 Feb 2009 16:01:24 +0000 (16:01 +0000)]
add log

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39124 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd log
caro [Sat, 21 Feb 2009 15:59:51 +0000 (15:59 +0000)]
add log

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39123 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd string.h
raster [Thu, 19 Feb 2009 22:25:07 +0000 (22:25 +0000)]
add string.h

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39107 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoeek. loop time is wrong when using idlers heavily... leads to jerkybobos. fix!
raster [Thu, 19 Feb 2009 06:02:35 +0000 (06:02 +0000)]
eek. loop time is wrong when using idlers heavily... leads to jerkybobos. fix!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39087 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agouse Evil's gettimeofday() function instead of the fake one
caro [Fri, 13 Feb 2009 23:09:15 +0000 (23:09 +0000)]
use Evil's gettimeofday() function instead of the fake one
in mingw. Fix animations on Windows XP and CE.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39013 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoinclude windows.h. fix compilation when cross-compiling on linux
caro [Tue, 10 Feb 2009 07:53:16 +0000 (07:53 +0000)]
include windows.h. fix compilation when cross-compiling on linux
patch from Lars Munch

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38990 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofilter excess motion events
raster [Mon, 9 Feb 2009 11:16:56 +0000 (11:16 +0000)]
filter excess motion events

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38978 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoIgnore++.
kwo [Sat, 7 Feb 2009 12:17:02 +0000 (12:17 +0000)]
Ignore++.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38963 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAdd _NET_WM_ACTION_ABOVE/BELOW.
kwo [Sat, 7 Feb 2009 12:16:13 +0000 (12:16 +0000)]
Add _NET_WM_ACTION_ABOVE/BELOW.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38962 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore/src/lib/ecore_evas/ecore_evas_quartz.c,
cedric [Thu, 5 Feb 2009 10:45:52 +0000 (10:45 +0000)]
* ecore/src/lib/ecore_evas/ecore_evas_quartz.c,
* ecore/src/lib/ecore_evas/ecore_evas_fb.c,
* ecore/src/lib/ecore_evas/ecore_evas_x.c,
* ecore/src/lib/ecore_evas/ecore_evas_directfb.c,
* ecore/src/lib/ecore_evas/ecore_evas_sdl.c: Prevent use of deleted object.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38949 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoas ecore_x makes direct calls to xlib or xcb and xrender - link to them
raster [Wed, 4 Feb 2009 00:27:48 +0000 (00:27 +0000)]
as ecore_x makes direct calls to xlib or xcb and xrender - link to them
directly.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38933 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoallow ecore_x to use auto-repeat detection - if its in xlib.
raster [Wed, 4 Feb 2009 00:05:42 +0000 (00:05 +0000)]
allow ecore_x to use auto-repeat detection - if its in xlib.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38932 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoMissing modification of the variable DOXYGEN to
caro [Sun, 1 Feb 2009 20:26:56 +0000 (20:26 +0000)]
Missing modification of the variable DOXYGEN to
efl_doxygen. Spotted by Albin Tonnerre (Lutin).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38895 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFreeBSD requires these includes.
ravenlock [Sun, 1 Feb 2009 15:02:36 +0000 (15:02 +0000)]
FreeBSD requires these includes.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38889 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix logic in efl_doxygen.m4
caro [Sun, 1 Feb 2009 06:52:37 +0000 (06:52 +0000)]
fix logic in efl_doxygen.m4

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38877 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agouniformize the inclusion of config.h
caro [Sat, 31 Jan 2009 18:56:17 +0000 (18:56 +0000)]
uniformize the inclusion of config.h

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38865 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoremove a bit the mess n ecore. It's just the first patch...
caro [Sat, 31 Jan 2009 18:33:39 +0000 (18:33 +0000)]
remove a bit the mess n ecore. It's just the first patch...

 * add vim header
 * include config.h when necessary
 * fix the order of some include
 * move the standard header in ecore_private.h to the source files

I have recompiled all the efl and e17, and e17 seems to work fine with these changes.
If you encounter problems with that commit, let me know.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38864 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix the render method of the opengl glew engine
caro [Tue, 27 Jan 2009 21:58:15 +0000 (21:58 +0000)]
fix the render method of the opengl glew engine
Thanks to Roberto Huelga

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38817 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix null dereference reported by clang, patch by Luis Felipe.
barbieri [Wed, 21 Jan 2009 19:05:11 +0000 (19:05 +0000)]
fix null dereference reported by clang, patch by Luis Felipe.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38685 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago No need to set as non-blocking as this is already done when initializing tslib.
illogict [Wed, 21 Jan 2009 16:00:30 +0000 (16:00 +0000)]
 No need to set as non-blocking as this is already done when initializing tslib.
 Strange things happen when it is set.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38682 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore/configure.ac: Missing lib to link against when using a libc that doesn't...
cedric [Tue, 20 Jan 2009 15:33:24 +0000 (15:33 +0000)]
* ecore/configure.ac: Missing lib to link against when using a libc that doesn't provide iconv and GNU iconv. Fix from illogict.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38659 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agothe versioning of shared lib is different on windows than on linux
caro [Mon, 19 Jan 2009 21:08:39 +0000 (21:08 +0000)]
the versioning of shared lib is different on windows than on linux
(name-version.dll wrt name.so.version)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38654 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoset the window to fullscreen if requested when creating the ecore_evas (win ce)
caro [Mon, 19 Jan 2009 20:30:56 +0000 (20:30 +0000)]
set the window to fullscreen if requested when creating the ecore_evas (win ce)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38653 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore_wince: force taskbar to be shown when ecore_wince shuts
caro [Mon, 19 Jan 2009 18:54:24 +0000 (18:54 +0000)]
 * ecore_wince: force taskbar to be shown when ecore_wince shuts
   down (in case the application is fullscreen when exiting)
   Reported by Lars Munch

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38649 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * add Evil cflags and libs in ecore_job and ecore_imf Makefile.am's
caro [Mon, 19 Jan 2009 18:14:10 +0000 (18:14 +0000)]
 * add Evil cflags and libs in ecore_job and ecore_imf Makefile.am's
   in case Evil is not installed in /usr/local
 * define fullscreen default values for the win ce engines in ecore_evas:
   - gdi engine is windowed
   - the other engines are fullscreen

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38647 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * add _move, _resize and _move_resize to ecore_wince and ecore_evas_wince
caro [Fri, 16 Jan 2009 19:03:57 +0000 (19:03 +0000)]
 * add _move, _resize and _move_resize to ecore_wince and ecore_evas_wince
 * small fix for ecore_win32

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38609 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoupdate ac_attribute.m4
caro [Wed, 14 Jan 2009 08:36:37 +0000 (08:36 +0000)]
update ac_attribute.m4

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38581 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoMissing Makefile.am for docs
sachiel [Sun, 11 Jan 2009 17:37:22 +0000 (17:37 +0000)]
Missing Makefile.am for docs

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38550 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUpdated debian/rules for ecore and evas because of new 'make doc' support.
quaker [Sun, 11 Jan 2009 10:37:01 +0000 (10:37 +0000)]
Updated debian/rules for ecore and evas because of new 'make doc' support.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38548 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoDeleted some useless files because of make doc support
quaker [Sun, 11 Jan 2009 10:31:26 +0000 (10:31 +0000)]
Deleted some useless files because of make doc support

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38547 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAdded some missing files for make doc support
quaker [Sun, 11 Jan 2009 10:27:01 +0000 (10:27 +0000)]
Added some missing files for make doc support

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38546 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAdded support for "make doc" in evas and ecore.
quaker [Sun, 11 Jan 2009 10:20:22 +0000 (10:20 +0000)]
Added support for "make doc" in evas and ecore.
Thanks to Lutin :)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38545 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * ecore/ecore_pipe.c:
caro [Sat, 10 Jan 2009 17:57:25 +0000 (17:57 +0000)]
 * ecore/ecore_pipe.c:
     fix doc

 * ecore_file/Makefile.am:
     add Windows cflags

 * ecore_file/ecore_file_private.h:
     move Evil.h so that EAPI is correctly defined

 * ecore_wince:
     make window_new windowed by default. other backend that gdi might have problems.
     add title_set and fullscreen_set functions.
     do not use aygshell features anymore for fullscreen (it's not free and not always available)
     include missing config.h

 * ecore_evas:
     move Evas.h and Ecore_Getopt.h so that EAPI is correctly defined
     add title_set and fullscreen_set functions.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38540 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFixed (hopefully) ecore_directfb engine.
barbieri [Sat, 10 Jan 2009 14:48:29 +0000 (14:48 +0000)]
Fixed (hopefully) ecore_directfb engine.

I don't have the libs here to test them now, not even compile. Please
let me know of any problems.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38536 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAdded debian/rules files with a new permissions set(755).
quaker [Fri, 9 Jan 2009 16:33:51 +0000 (16:33 +0000)]
Added debian/rules files with a new permissions set(755).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38519 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoprepare debian rules files for new chmod permissions.
quaker [Fri, 9 Jan 2009 16:31:51 +0000 (16:31 +0000)]
prepare debian rules files for new chmod permissions.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38518 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix errors reported by gcc.
barbieri [Tue, 6 Jan 2009 16:30:33 +0000 (16:30 +0000)]
fix errors reported by gcc.

we must always use the return of eina_list_{append,prepend...}

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38481 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33