Commit Graph

260 Commits

Author SHA1 Message Date
doursse d787b6dec9 add Ecore Windows CE module
SVN revision: 34709
2008-05-31 05:05:01 +00:00
doursse 2c4d0d72ad remove trailing spaces
SVN revision: 34704
2008-05-30 19:35:14 +00:00
doursse cc0ca9325e integration of evil in ecore. It's compiling on windows and my ubuntu. The commit is big, please report any problem
SVN revision: 34671
2008-05-26 05:16:34 +00:00
Carsten Haitzler 6982d7fb37 pass make distcheck and a snapshot asparagus release - been a while
SVN revision: 34600
2008-05-19 00:07:12 +00:00
Cedric BAIL ff71d8b0a8 PKG_CHECK_MODULES already display a message, so no need to add one more.
SVN revision: 34437
2008-05-02 13:21:27 +00:00
Cedric BAIL 8cd76f1a35 Correctly handle dependency for Ecore_SDL.
SVN revision: 34367
2008-04-25 14:50:07 +00:00
Carsten Haitzler 57ecfa2b1f This patch add the possibility to delay a timer and to know the
pending time before the next wake up.

They should not affect any current code using the timer.

--
Cedric BAIL


SVN revision: 34250
2008-04-11 23:39:55 +00:00
Carsten Haitzler 0a0f8904f2 add xtest faking key support.
SVN revision: 34128
2008-03-28 14:38:35 +00:00
Carsten Haitzler cbda36803a fix configure.in - pkgconf
SVN revision: 34098
2008-03-23 16:44:54 +00:00
Michael Jennings 342492d566 Mon Mar 10 22:11:43 2008 Michael Jennings (mej)
Do not force use of pkgconfig to detect SDL -- supported versions of
SDL (1.2.0) did not ship with pkgconfig support.

Do not use PKG_CHECK_EXISTS as it is not available in older pkgconfig
releases.
----------------------------------------------------------------------


SVN revision: 33981
2008-03-11 05:12:47 +00:00
Michael Jennings cbe71c7569 Mon Mar 10 19:25:39 2008 Michael Jennings (mej)
Do not require bleeding-edge autoFUCK tools.
----------------------------------------------------------------------


SVN revision: 33979
2008-03-11 02:25:29 +00:00
Carsten Haitzler 2f4173e229 cedrics ecore_cn_url stuff for file downloads
SVN revision: 33970
2008-03-09 16:43:32 +00:00
Mike Frysinger 184812f289 replace a lot of win32 ifdef hacks with autoconf checks
SVN revision: 33616
2008-01-26 05:40:53 +00:00
Carsten Haitzler 92e084f9ca asparagus! also pass distcheck and have common autofoo init that is
consistent for package, version etc.


SVN revision: 33602
2008-01-25 03:35:49 +00:00
Carsten Haitzler 04f9c1326c add simple x11 linking option and handle tslib differences
SVN revision: 33183
2007-12-19 05:54:29 +00:00
Carsten Haitzler 0112fdc383 patches, caching fixes, zone dynamic creation/deletion handling, stuff.
SVN revision: 33127
2007-12-14 05:57:16 +00:00
doursse 01896494a2 check the correct evas sdl engine .pc file
SVN revision: 33100
2007-12-11 18:59:50 +00:00
andrunko 2204cc1927 Added Ecore_IMF_Evas.
Removed Evas dependency from Ecore_IMF, that was requested by Ewl developers
in order to be able to integrate Ecore_IMF on it.

Added Ecore_IMF_Evas, a library with helper functions to use Ecore_IMF together
with Evas.

Now everybody should be happy.


SVN revision: 32812
2007-11-21 22:20:16 +00:00
doursse f5cc49bd44 forgot to add glew support in configure.in
SVN revision: 32809
2007-11-21 12:16:16 +00:00
andrunko 502b766d66 Added Ecore_IMF module.
Added Ecore_IMF module. This module enables different input methods to be
used with Ecore. Input methods modules can be created using the Ecore_IMF
interface.
Added ecore_evas_window_get method to allow input methods to request
the window related to a given Ecore_Evas when available.


SVN revision: 32775
2007-11-19 18:27:11 +00:00
Michael Lauer 3bb9a7e0f6 ecore: fix linking against tslib, it's -lts, not -ltslib
SVN revision: 32743
2007-11-17 13:49:47 +00:00
doursse 3bb8250718 Fix awk portability by removing the space between the -F flag and its arg.
SVN revision: 32655
2007-11-13 07:05:12 +00:00
Carsten Haitzler c6df44802c As requested -
debian--, gendoc++


SVN revision: 32476
2007-11-07 22:56:05 +00:00
Sebastian Dransfeld c4c53e3c2a Don't check for evas when deciding to build engines, check for ecore_evas.
Add some missing ',', prevented building of some ecore_evas engines.


SVN revision: 32398
2007-11-06 06:35:46 +00:00
Sebastian Dransfeld b511693c5e No need to check for ecore_evas engines without evas.
SVN revision: 32387
2007-11-05 20:47:45 +00:00
Sebastian Dransfeld 13eaa9daf3 Check for evas-software-x11 engine.
SVN revision: 32385
2007-11-05 20:42:08 +00:00
Sebastian Dransfeld 1d02ffac0f Rename GL to X11_GL, as there might come other GL engines.
Use PKG_CHECK_EXISTS to check for evas engines.
Only check for ecore_evas_x engines if we build ecore_x.


SVN revision: 32383
2007-11-05 20:23:39 +00:00
Sebastian Dransfeld 59e5248600 Check for pkgconfig file when deciding to build directfb engine.
SVN revision: 32382
2007-11-05 20:08:12 +00:00
Sebastian Dransfeld 0c716d210d If we want to build ecore_fb, built ecore_evas_fb by default.
Fix ecore-evas requires
AC_HELP_STRING


SVN revision: 32381
2007-11-05 20:03:28 +00:00
Sebastian Dransfeld 82fff80730 Add requirements to ecore-evas
SVN revision: 32380
2007-11-05 19:58:07 +00:00
Sebastian Dransfeld 6e172fbf6e Mainly move things around, and don't attempt to build evas engines
without the control engine.


SVN revision: 32379
2007-11-05 19:54:24 +00:00
Sebastian Dransfeld f642f1e45b Remove unnecessary whitespace
SVN revision: 32378
2007-11-05 19:22:28 +00:00
Sebastian Dransfeld 203098164f Better grouping of ecore_libs, have all the nasty evas stuff at the end.
Remove bogus iconv tests.


SVN revision: 32377
2007-11-05 19:21:16 +00:00
Sebastian Dransfeld acb549a3e7 Group common things to check at the top
Formatting.
Comments.


SVN revision: 32376
2007-11-05 19:12:59 +00:00
Sebastian Dransfeld db9f80387c remove fam support, will never be fixed and inotify is the shit.
SVN revision: 32375
2007-11-05 18:57:11 +00:00
Sebastian Dransfeld d47932e058 Add some comments.
Fix indentation.


SVN revision: 32372
2007-11-05 16:51:04 +00:00
Sebastian Dransfeld dc76175474 Don't need to check for perl.
Don't add compiler flags, the user should do this.


SVN revision: 32371
2007-11-05 16:23:26 +00:00
Carsten Haitzler 6897ae8f9e ecore_dfb optional again.
SVN revision: 32368
2007-11-05 01:21:46 +00:00
Sebastian Dransfeld 4361d43691 Don't add requirements for ecore_evas until we also check the Evas header.
Check whether the base module can be built before we want to build the
ecore_evas enging.


SVN revision: 32361
2007-11-04 19:58:41 +00:00
Sebastian Dransfeld 57e43db8b8 Use pkgconfig, not -config file
SVN revision: 32359
2007-11-04 19:15:29 +00:00
doursse be1229247a autostuff improvements:
* use non deprecated version of AC_INIT and AM_INIT_AUTOMAKE
   and check the required minimal versions.
 * add bzipped distribution archive
 * add AC_LIBTOOL_WIN32_DLL
 * forbid libtool to check fortran
 * compute libtool versioning from the version of the package
 * pass the directories based on ${prefix} to the preoprocessor
   with the -D option
 * replace INCLUDES, wich is deprecated since 2001 by AM_CPPFLAGS
 * remove useless -L flags in *_la_LDFLAGS


SVN revision: 32338
2007-11-04 09:29:20 +00:00
doursse 2e41be8733 * Add 16bpp DirectDraw engine check
* use PKG_CHECK_EXISTS to check the evas engine.
   It's lighter than PKG_CHECK_MODULES


SVN revision: 32203
2007-10-29 09:07:55 +00:00
Gustavo Sverzut Barbieri 075afa424d Fix help string.
By: Aloisio Almeida <aloisio.almeida/openbossa.org>


SVN revision: 32031
2007-10-09 18:36:41 +00:00
Sebastian Dransfeld 1bb9022482 Don't reset 'use_curl' flag.
SVN revision: 32007
2007-10-07 16:46:58 +00:00
tilman 75bd5e8902 Ecore now checks whether the composite extension is available before trying to open an ARGB window.
SVN revision: 31986
2007-10-06 08:37:34 +00:00
andrunko befadf24e3 Fixed configure on maemo.
SVN revision: 31891
2007-09-30 15:31:13 +00:00
Sebastian Dransfeld 394664a09a curl is used both by ecore_file and ecore_con
SVN revision: 31824
2007-09-26 17:14:27 +00:00
Gustavo Sverzut Barbieri 7468078e12 SDL improvements.
Patch by Cedric BAIL (with minor changes).


SVN revision: 31815
2007-09-26 14:00:14 +00:00
doursse cc2b1dd65c fix linking when curl is used on Windows
SVN revision: 31664
2007-09-09 11:43:31 +00:00
doursse a22ebcafac port ecore_file to Windows
SVN revision: 31662
2007-09-09 10:26:37 +00:00