Commit Graph

242 Commits

Author SHA1 Message Date
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
doursse bb89d5a5ab disable ecore_desktop by default
SVN revision: 31650
2007-09-08 08:21:08 +00:00
doursse b50328b469 fix ecore_evas_engine_type_supported_get and ecore_time_get on windows
SVN revision: 31552
2007-08-27 10:20:12 +00:00
Carsten Haitzler 278279e269 asparagus!
SVN revision: 31524
2007-08-26 14:33:41 +00:00
doursse 50432552c8 add windows support to ecore. ecore_evas is ported too (directdraw and direct3d. No opengl yet). It needs to be tested a lot, though. Remove some trailing spaces here and there. Replace WIN32 with _WIN32
SVN revision: 31513
2007-08-26 11:17:21 +00:00
tilman 8af29b6691 unfuck configure.in
SVN revision: 31461
2007-08-22 17:24:44 +00:00
Christopher Michael 73cd1d5643 Patch from caro to fix ecore_config dependency checks during configure.in.
Ecore_Config depends on ecore_ipc, but that was never previously checked for.


SVN revision: 31045
2007-07-28 19:54:40 +00:00
Carsten Haitzler 64171b5ca6 cedric's SDL egnine patch - finally.
SVN revision: 30844
2007-07-16 07:23:11 +00:00
rephorm 2960827592 move ecore_dbus to proto and flag it as deprecated
SVN revision: 30742
2007-07-11 05:46:52 +00:00
Carsten Haitzler 78408fe60a 1. fix a lot of things so they pass make distcheck - so many things have
broken. guys - need to be more careful!
2. asparagus
3. some extra docs/comments for evas


SVN revision: 30696
2007-07-10 00:13:26 +00:00
doursse 0199c38044 make ecore module compilable on Windows(tm)
SVN revision: 30605
2007-07-05 09:51:09 +00:00
doursse 25f684183c create the shared lib for ecore on windows
SVN revision: 30604
2007-07-05 09:33:11 +00:00
Andreas Volz f1b651886f removed ecore-config because of pkg-config
SVN revision: 30524
2007-07-01 17:28:11 +00:00
Gustavo Sverzut Barbieri 59d7929e73 Ecore_Evas now supports software_16_x11 engine.
SVN revision: 30424
2007-06-21 22:49:36 +00:00
Carsten Haitzler a6ad878e08 ASPARAGUS!
SVN revision: 30379
2007-06-17 15:25:52 +00:00
tilman 56b2705044 unbreak the ecore-x build. that 2nd test doesn't belong there.
SVN revision: 29913
2007-05-07 19:25:46 +00:00
tilman 8a41f300f6 don't enable BUILD_ECORE_X and BUILD_ECORE_X_XCB at the same time. this unbreaks the ecore-x-xcb build
SVN revision: 29903
2007-05-07 15:39:22 +00:00
Carsten Haitzler 002d09cc7d asparagus - pass distcheck.
SVN revision: 29865
2007-05-05 15:14:17 +00:00
Carsten Haitzler e2742227ad printf--
SVN revision: 29548
2007-04-16 01:35:55 +00:00