Commit Graph

5198 Commits

Author SHA1 Message Date
kaethorn 2e3bda35c9 add ecore_imf and clean up rules.
SVN revision: 32811
2007-11-21 15:28:33 +00:00
doursse 4a6cc12b9c remove printf's. Sorry for the big commit, it was not intended to be done now, but it would have been in cvs anyway
SVN revision: 32810
2007-11-21 12:28:00 +00:00
doursse f5cc49bd44 forgot to add glew support in configure.in
SVN revision: 32809
2007-11-21 12:16:16 +00:00
andrunko 4c27e0cd6b Changed ecore_imf_context_client_window_set to receive an Evas pointer.
This would allow applications to create input method plugins with more
fancy stuff (like transparency, ...).
See http://staff.get-e.org/?p=users/andrunko/ilike-imf-ecore.git;a=summary.


SVN revision: 32804
2007-11-21 01:33:50 +00:00
Sebastian Dransfeld 2a77a4ec07 Correct ecore list looping
SVN revision: 32787
2007-11-20 05:44:24 +00:00
Carsten Haitzler e935c1a0d7 more input devices checks.
SVN revision: 32782
2007-11-19 23:16:29 +00:00
Gustavo Sverzut Barbieri 3a64b46646 Fix possible memory leak with software_16.
If image data is not loaded at all, engine must free associated 32 bit
structure.


SVN revision: 32781
2007-11-19 22:27:02 +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
Sebastian Dransfeld 23d39ab154 fix copy/paste error
SVN revision: 32771
2007-11-19 08:42:33 +00:00
Sebastian Dransfeld 9766a725eb Check whether we have input devices (Thanks Lars Munch).
SVN revision: 32770
2007-11-19 08:41:00 +00:00
Dan Sinclair 2a9de292d8 - Make sure we set the current pointer. If we don't and call _index_goto()
we'll get a segv


SVN revision: 32769
2007-11-19 04:15:26 +00:00
Carsten Haitzler 2493d489c4 remove from doxyfile - exclude
SVN revision: 32768
2007-11-19 01:08:02 +00:00
doursse 5aeba351c0 fix detection of the glew engine. Add some messages during configure
SVN revision: 32765
2007-11-18 22:10:50 +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 d90ac09bd5 opengl code
SVN revision: 32737
2007-11-16 19:32:25 +00:00
doursse d0a2686432 add glew opengl and directdraw 16 bits backends, fix cursors, remove duplicated mouse button up event, add states and types, like X, fix window_del and add an window_override_new-like function
SVN revision: 32736
2007-11-16 19:31:32 +00:00
Carsten Haitzler d9a541eade build it if spec is sloppy - which is it by default
SVN revision: 32731
2007-11-16 04:55:40 +00:00
Carsten Haitzler ff7e1f0a92 makes efreet more forgiving of bad .desktops. we spew out a warning though.
SVN revision: 32729
2007-11-16 02:35:01 +00:00
Gustavo Sverzut Barbieri f58535fcf4 Add void.
SVN revision: 32708
2007-11-15 15:44:30 +00:00
Carsten Haitzler c9c3ca7f1d improve xdnd performance by thousdands of times. it was HORRID. note the
comments in the code.


SVN revision: 32694
2007-11-15 04:48:36 +00:00
kaethorn 0c97103851 enable fb, disable directx.
SVN revision: 32677
2007-11-14 17:03:12 +00:00
doursse 96ac328a81 Fix awk portability by removing the space between the -F flag and its arg.
SVN revision: 32656
2007-11-13 07:13:51 +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 c10ccad763 static func - cedric patch
SVN revision: 32649
2007-11-13 05:58:50 +00:00
ningerso cd2d56ea98 Use portable awk syntax.
SVN revision: 32631
2007-11-12 15:55:04 +00:00
Carsten Haitzler 22dbedf987 refuse to handle a 0 sized file without an error
SVN revision: 32609
2007-11-12 06:15:08 +00:00
Gustavo Sverzut Barbieri 78840e0091 Cleanup ecore_path_group_new() and update ecore_path_group_available() API.
SVN revision: 32577
2007-11-11 17:08:20 +00:00
doursse 6c22f4068d Fix the play of 2 files. Patch by Nicolas Aguirre
SVN revision: 32576
2007-11-11 16:02:02 +00:00
doursse eb6534508d 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 and c++ compilers
 * 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
 * remove Makefile.in on maintainer-clean rule


SVN revision: 32564
2007-11-11 09:12:08 +00:00
Gustavo Sverzut Barbieri 6983cf7503 Cleanup ecore_x_window_background_color_set().
SVN revision: 32553
2007-11-10 23:15:03 +00:00
Gustavo Sverzut Barbieri ee259f860f Edje mode improvements
* Now can be compiled with "compile" function.
 * Fixed insertion of part description internals alone.
 * Add program and its internals, with key bindings.


SVN revision: 32540
2007-11-10 15:52:20 +00:00
Gustavo Sverzut Barbieri f55774883c Add edje-mode.el to EXTRA_DIST
SVN revision: 32539
2007-11-10 13:49:31 +00:00
Gustavo Sverzut Barbieri c2ced8ed31 Edje Emacs mode.
It defines the syntax highlight and some functions to help editing,
like creating parts and more.


SVN revision: 32538
2007-11-10 13:48:28 +00:00
Sebastian Dransfeld 77604c36f3 add new keyword
SVN revision: 32537
2007-11-10 13:17:23 +00:00
Carsten Haitzler c6df44802c As requested -
debian--, gendoc++


SVN revision: 32476
2007-11-07 22:56:05 +00:00
ningerso 6e83c37fe7 awk portability fix in configure.in.
SVN revision: 32473
2007-11-07 22:03:45 +00:00
Sebastian Dransfeld 0c55f79188 fix memleak (Thanks vinicius).
SVN revision: 32464
2007-11-07 21:15:11 +00:00
Michael Jennings d7997fe020 Tue Nov 6 21:42:00 2007 Michael Jennings (mej)
Spec and build fixes.
----------------------------------------------------------------------


SVN revision: 32416
2007-11-07 05:42:08 +00:00
ningerso 79acfe35f8 Fix awk portability by removing the space between the -F flag and its arg.
SVN revision: 32415
2007-11-07 05:31:17 +00:00
Peter Wehrfritz 4efe3eb21c following the api changes of ecore
SVN revision: 32411
2007-11-06 17:03:43 +00:00
Peter Wehrfritz a64803dea8 *API CHANGE*
- Use Ecore_Path_Group instead of the group id
- remove the name


SVN revision: 32410
2007-11-06 16:58:12 +00:00
Sebastian Dransfeld b8c6905eb0 ECORE_X doesn't have anything to do with ecore_evas_x.
TODO: Split the idea of ECORE_EVAS_X11 and the basic software engine.


SVN revision: 32403
2007-11-06 07:21:08 +00:00
Sebastian Dransfeld b8ee0529f9 Add type identifier.
SVN revision: 32400
2007-11-06 06:56:53 +00:00
Sebastian Dransfeld 5294951917 Use $enableval directly.
AC_HELP_STRING


SVN revision: 32399
2007-11-06 06:44:54 +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 c9a0f84f4c No need to cast int to double when we return an int.
SVN revision: 32397
2007-11-06 06:12:43 +00:00
Peter Wehrfritz 6784e69633 remove @fam_libs@, thanks to Jochen Schroeder
SVN revision: 32395
2007-11-05 22:50:42 +00:00
Gustavo Sverzut Barbieri d2781df7a0 Missing double->int
SVN revision: 32391
2007-11-05 21:18:35 +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
Gustavo Sverzut Barbieri 8faf97e494 Fix ecore_x_screensaver insanity
SVN revision: 32386
2007-11-05 20:47:29 +00:00