platform/upstream/efl.git
16 years ago Useless check as it has already been dome some lines above.
Chidambar Zinnoury [Sat, 7 Feb 2009 15:45:50 +0000 (15:45 +0000)]
 Useless check as it has already been dome some lines above.

SVN revision: 38967

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

SVN revision: 38962

16 years agoUpdated efreet debian stuff - for make doc.
Daniel Kolesa [Fri, 6 Feb 2009 18:25:16 +0000 (18:25 +0000)]
Updated efreet debian stuff - for make doc.

SVN revision: 38960

16 years agoInterpolate text font size.
Gustavo Sverzut Barbieri [Thu, 5 Feb 2009 18:15:34 +0000 (18:15 +0000)]
Interpolate text font size.

Often requested for animations that want to grow or shrink text
quickly. This is a faster alternative to using geometry with rel1/rel2
and "text.fit: 1 1;" since it does not need to figure out which size
fits better into that object.

I tested and it does not seem to introduce any regression. Also
checked with scale and text_class variations.

SVN revision: 38958

16 years agoDo not inform callbacks that did not changed the state of object.
Gustavo Sverzut Barbieri [Thu, 5 Feb 2009 14:37:58 +0000 (14:37 +0000)]
Do not inform callbacks that did not changed the state of object.

For some unknown reason evas was informing EVAS_CALLBACK_* even if the
original call did not changed the internal object state, that is, new
value is already equal to current value.

This is specially costly since Edje, Box, Table and possible other
layout engines will call evas_object_resize(), move(), show(), hide()
even if the state has not changed, assuming evas will ignore the call
(as it does). The real overhead might come if there are listeners
attached to these events, that in turn might do lots of other stuff,
leading to a torrent of useless calls.

I marked it for removal, please test it and uncomment '#define
CALLBACK_NOOPS' to get the old behavior back. It does seems to work
with e17 and edje_editor. If problems appear, let's try to fix the
real problem instead of getting this code back, it's a performance
penalty.

SVN revision: 38955

16 years agoDo not recalculate table/box if size does not really changed.
Gustavo Sverzut Barbieri [Thu, 5 Feb 2009 12:38:04 +0000 (12:38 +0000)]
Do not recalculate table/box if size does not really changed.

SVN revision: 38950

16 years ago * ecore/src/lib/ecore_evas/ecore_evas_quartz.c,
Cedric BAIL [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.

SVN revision: 38949

16 years agofix dist rule
Vincent Torri [Wed, 4 Feb 2009 19:55:04 +0000 (19:55 +0000)]
fix dist rule

SVN revision: 38944

16 years agoas ecore_x makes direct calls to xlib or xcb and xrender - link to them
Carsten Haitzler [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.

SVN revision: 38933

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

SVN revision: 38932

16 years agofix dist rule
Vincent Torri [Tue, 3 Feb 2009 17:54:04 +0000 (17:54 +0000)]
fix dist rule

SVN revision: 38924

16 years ago * eina/src/lib/eina_array.c: Fix small typo.
Cedric BAIL [Tue, 3 Feb 2009 13:20:30 +0000 (13:20 +0000)]
* eina/src/lib/eina_array.c: Fix small typo.

SVN revision: 38921

16 years agoadd missing files
Vincent Torri [Tue, 3 Feb 2009 09:10:22 +0000 (09:10 +0000)]
add missing files
remove useless ones

SVN revision: 38913

16 years agouse 'make doc' for efreet
Vincent Torri [Tue, 3 Feb 2009 09:03:53 +0000 (09:03 +0000)]
use 'make doc' for efreet

SVN revision: 38912

16 years agoallow individual objects to have differing scaling factors (object scale
Carsten Haitzler [Tue, 3 Feb 2009 05:07:58 +0000 (05:07 +0000)]
allow individual objects to have differing scaling factors (object scale
overrides edje global scale)

SVN revision: 38908

16 years agoMissing modification of the variable DOXYGEN to
Vincent Torri [Sun, 1 Feb 2009 20:28:11 +0000 (20:28 +0000)]
Missing modification of the variable DOXYGEN to
efl_doxygen. Spotted by Albin Tonnerre (Lutin).

SVN revision: 38897

16 years agoMissing modification of the variable DOXYGEN to
Vincent Torri [Sun, 1 Feb 2009 20:27:16 +0000 (20:27 +0000)]
Missing modification of the variable DOXYGEN to
efl_doxygen. Spotted by Albin Tonnerre (Lutin).

SVN revision: 38896

16 years agoMissing modification of the variable DOXYGEN to
Vincent Torri [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).

SVN revision: 38895

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

SVN revision: 38894

16 years agoMissing modification of the variable DOXYGEN to
Vincent Torri [Sun, 1 Feb 2009 20:25:19 +0000 (20:25 +0000)]
Missing modification of the variable DOXYGEN to
efl_doxygen. Spotted by Albin Tonnerre (Lutin).

SVN revision: 38893

16 years ago * fix logic in efl_doxygen.m4
Vincent Torri [Sun, 1 Feb 2009 20:21:56 +0000 (20:21 +0000)]
 * fix logic in efl_doxygen.m4
 * allow aclocal to check for modifications of the m4 macros in m4/

SVN revision: 38892

16 years ago * doc/Makefile.am:
Vincent Torri [Sun, 1 Feb 2009 20:20:29 +0000 (20:20 +0000)]
* doc/Makefile.am:
* m4/efl_doxygen.m4:
Missing modification of the variable DOXYGEN to
efl_doxygen. Spotted by Albin Tonnerre (Lutin).

SVN revision: 38891

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

SVN revision: 38889

16 years ago * m4/efl_doxygen.m4:
Vincent Torri [Sun, 1 Feb 2009 06:55:53 +0000 (06:55 +0000)]
* m4/efl_doxygen.m4:
fix logic in efl_doxygen.m4

SVN revision: 38880

16 years agofix logic in efl_doxygen.m4
Vincent Torri [Sun, 1 Feb 2009 06:53:30 +0000 (06:53 +0000)]
fix logic in efl_doxygen.m4

SVN revision: 38879

16 years agofix logic in efl_doxygen.m4
Vincent Torri [Sun, 1 Feb 2009 06:53:09 +0000 (06:53 +0000)]
fix logic in efl_doxygen.m4

SVN revision: 38878

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

SVN revision: 38877

16 years agofix logic in efl_doxygen.m4
Vincent Torri [Sun, 1 Feb 2009 06:52:11 +0000 (06:52 +0000)]
fix logic in efl_doxygen.m4

SVN revision: 38876

16 years agocheck doxygen availability only if we enable documentation build
Vincent Torri [Sat, 31 Jan 2009 20:18:51 +0000 (20:18 +0000)]
check doxygen availability only if we enable documentation build

SVN revision: 38866

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

SVN revision: 38865

16 years agoremove a bit the mess n ecore. It's just the first patch...
Vincent Torri [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.

SVN revision: 38864

16 years ago * eet/src/lib/eet_cipher.c: Fix a corrupted pointer use.
Cedric BAIL [Fri, 30 Jan 2009 13:50:01 +0000 (13:50 +0000)]
* eet/src/lib/eet_cipher.c: Fix a corrupted pointer use.

SVN revision: 38856

16 years ago * more doc in the tutorial of the array data type
Vincent Torri [Thu, 29 Jan 2009 23:16:23 +0000 (23:16 +0000)]
 * more doc in the tutorial of the array data type
 * minor formatting

SVN revision: 38853

16 years agocheck for null inputs in imaging and dont segv if u get them
Carsten Haitzler [Thu, 29 Jan 2009 23:01:24 +0000 (23:01 +0000)]
check for null inputs in imaging and dont segv if u get them

SVN revision: 38851

16 years agomake the direct3d engine working with d3dx9 header files
Vincent Torri [Thu, 29 Jan 2009 21:32:26 +0000 (21:32 +0000)]
make the direct3d engine working with d3dx9 header files
from Microsoft SDK (november 2008)

Patch by Roberto Huelga (modified + minor improvements)

SVN revision: 38850

16 years agoload_size option now accept -1xH or Wx-1
Gustavo Sverzut Barbieri [Thu, 29 Jan 2009 16:45:14 +0000 (16:45 +0000)]
load_size option now accept -1xH or Wx-1

If one want to load image at a given height or width and the other
dimension should be large enough to make it possible, give -1 as the
other coordinate and this will happen.

SVN revision: 38845

16 years ago+ Remove unlikely macro debug
Jorge Luis Zapata Muga [Thu, 29 Jan 2009 13:06:46 +0000 (13:06 +0000)]
+ Remove unlikely macro debug

SVN revision: 38840

16 years agoa really simple hash cache for icon finds - this massively makes stuff faster
Carsten Haitzler [Thu, 29 Jan 2009 07:36:58 +0000 (07:36 +0000)]
a really simple hash cache for icon finds - this massively makes stuff faster
for app dialogs etc. yes - it uses ram. thats next - make it leaner on ram
usage. its simple enough now where that shouldnt be a problem.

SVN revision: 38839

16 years ago+ Make the tiler functions static
Jorge Luis Zapata Muga [Wed, 28 Jan 2009 20:01:42 +0000 (20:01 +0000)]
+ Make the tiler functions static
+ Make the iterator actually work: keep track of current node

SVN revision: 38833

16 years agoforce the files that are in the _DATA primary to be
Vincent Torri [Wed, 28 Jan 2009 18:00:20 +0000 (18:00 +0000)]
force the files that are in the _DATA primary to be
distributed in the tarball

SVN revision: 38832

16 years agoextra fragment shader prog to 0 call. remove. useless.
Carsten Haitzler [Tue, 27 Jan 2009 23:57:21 +0000 (23:57 +0000)]
extra fragment shader prog to 0 call. remove. useless.

SVN revision: 38820

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

SVN revision: 38817

16 years agoformatting
Vincent Torri [Tue, 27 Jan 2009 16:59:06 +0000 (16:59 +0000)]
formatting

SVN revision: 38815

16 years ago * formatting: new lines are good for reading code
Vincent Torri [Tue, 27 Jan 2009 16:44:45 +0000 (16:44 +0000)]
 * formatting: new lines are good for reading code
 * remove comma after EINA_MAGIC (compilation with Visual Studio)

SVN revision: 38814

16 years agoadd source and header files to Visual Studio project files
Vincent Torri [Tue, 27 Jan 2009 16:38:06 +0000 (16:38 +0000)]
add source and header files to Visual Studio project files

SVN revision: 38813

16 years agoPrint signature and certificate lenght (give you an idea of the over head).
Cedric BAIL [Tue, 27 Jan 2009 13:12:59 +0000 (13:12 +0000)]
Print signature and certificate lenght (give you an idea of the over head).

SVN revision: 38810

16 years agochanged signal on backspace
Carsten Haitzler [Tue, 27 Jan 2009 06:17:35 +0000 (06:17 +0000)]
changed signal on backspace

SVN revision: 38807

16 years agodon't leak
rephorm [Tue, 27 Jan 2009 05:11:16 +0000 (05:11 +0000)]
don't leak

SVN revision: 38806

16 years ago+ Fix for 64 bit asm
Jorge Luis Zapata Muga [Mon, 26 Jan 2009 19:35:12 +0000 (19:35 +0000)]
+ Fix for 64 bit asm
+ Fix for MinGW

SVN revision: 38799

16 years ago+ Add eina_cpu subsystem: just query cpu simd operations for now.
Jorge Luis Zapata Muga [Mon, 26 Jan 2009 16:27:00 +0000 (16:27 +0000)]
+ Add eina_cpu subsystem: just query cpu simd operations for now.
+ Add eina_tiler subsystem: initially abstraction and import of gustavo's splitter code.

SVN revision: 38793

16 years ago+ Fix some english typos
Jorge Luis Zapata Muga [Mon, 26 Jan 2009 16:23:07 +0000 (16:23 +0000)]
+ Fix some english typos
+ Fix some macros that need an expression and there are no attributes support, just pass the expression as is

SVN revision: 38792

16 years agoAdd new set of usefull fonctions for eina list.
Cedric BAIL [Mon, 26 Jan 2009 14:46:02 +0000 (14:46 +0000)]
Add new set of usefull fonctions for eina list.

SVN revision: 38791

16 years ago * src/lib/evil_fcntl.c:
Vincent Torri [Sat, 24 Jan 2009 22:29:19 +0000 (22:29 +0000)]
* src/lib/evil_fcntl.c:
fix fcntl()

SVN revision: 38766

16 years agoPoint the API Reference to the right file
Iván Briano [Sat, 24 Jan 2009 18:45:54 +0000 (18:45 +0000)]
Point the API Reference to the right file

SVN revision: 38760

16 years agosorry, let's keep name coherent with others.
Gustavo Sverzut Barbieri [Fri, 23 Jan 2009 22:23:03 +0000 (22:23 +0000)]
sorry, let's keep name coherent with others.

SVN revision: 38750

16 years agoevas preload: do not lock mutex aready locked.
Gustavo Sverzut Barbieri [Fri, 23 Jan 2009 22:21:04 +0000 (22:21 +0000)]
evas preload: do not lock mutex aready locked.

SVN revision: 38749

16 years agoFix image cache shutdown.
Gustavo Sverzut Barbieri [Fri, 23 Jan 2009 21:08:35 +0000 (21:08 +0000)]
Fix image cache shutdown.

we should just remove entries pending preload from the cache being
shutdown, not all of them.

this is untested as it is hard to force this situation, but should be
more correct than the previous.

SVN revision: 38747

16 years agoevas preload: keep the preload thread alive.
Gustavo Sverzut Barbieri [Fri, 23 Jan 2009 20:36:04 +0000 (20:36 +0000)]
evas preload: keep the preload thread alive.

before, when no more images were to be preloaded asynchronously, the
thread exited, but were not collected. This leads to a huge leak if
the process is doing aggressive use of image preloading (ie: photo
wall).

collecting dead threads in a proper way (read: without race
conditions) is a bit harder than keeping just one thread alive,
forever. As we do that for evas_pipe (the renderer), let's do the same
with preload and save code.

SVN revision: 38746

16 years agofix warnings with vc++
Vincent Torri [Fri, 23 Jan 2009 18:24:35 +0000 (18:24 +0000)]
fix warnings with vc++

SVN revision: 38744

16 years agoadd eina_main.h in vc project
Vincent Torri [Fri, 23 Jan 2009 16:44:25 +0000 (16:44 +0000)]
add eina_main.h in vc project

SVN revision: 38742

16 years agoput macro after declarations, otherwise vc++ is not happy
Vincent Torri [Fri, 23 Jan 2009 16:43:14 +0000 (16:43 +0000)]
put macro after declarations, otherwise vc++ is not happy

SVN revision: 38741

16 years ago * minor formatting
Vincent Torri [Fri, 23 Jan 2009 16:11:45 +0000 (16:11 +0000)]
 * minor formatting
 * add some doc in eina_array
 * in eina_main.c, include only the necessary headers
 * fix some warnings (size_t <-> int)

SVN revision: 38740

16 years agobuffer: reorder destroy-recreate sequence to avoid cache to be destroyed.
Gustavo Sverzut Barbieri [Fri, 23 Jan 2009 15:28:43 +0000 (15:28 +0000)]
buffer: reorder destroy-recreate sequence to avoid cache to be destroyed.

users of buffer engine (ie: e_thumb_main.c) were broken since when
they resize the canvas they would implicitly call engine->setup()
again, which would destroy output and create it again. However the
cache could be destroyed and images using it would be bogus.

This does not happen if the process have other cache users, but
e_thumb is just one canvas live at time.

By reordering, we have the cache reference to go to 2 and then back to
1, not destroying it.

SVN revision: 38739

16 years agoput eina_init() and eina_shutdown() in their own header file
Vincent Torri [Fri, 23 Jan 2009 14:46:56 +0000 (14:46 +0000)]
put eina_init() and eina_shutdown() in their own header file

SVN revision: 38738

16 years ago__stdcall must also be used in the definition of the callbacks
Vincent Torri [Fri, 23 Jan 2009 06:24:12 +0000 (06:24 +0000)]
__stdcall must also be used in the definition of the callbacks

SVN revision: 38705

16 years agoRemove all images pending preload before cache shuts down.
Gustavo Sverzut Barbieri [Fri, 23 Jan 2009 00:09:10 +0000 (00:09 +0000)]
Remove all images pending preload before cache shuts down.

SVN revision: 38703

16 years agoLet's try to shutdown cache and fix delete problem.
Gustavo Sverzut Barbieri [Fri, 23 Jan 2009 00:08:11 +0000 (00:08 +0000)]
Let's try to shutdown cache and fix delete problem.

SVN revision: 38702

16 years agofix logic in efl_doxygen.m4
Vincent Torri [Thu, 22 Jan 2009 21:14:12 +0000 (21:14 +0000)]
fix logic in efl_doxygen.m4

SVN revision: 38700

16 years agoallow asm to turn off via env vars
Carsten Haitzler [Thu, 22 Jan 2009 03:21:04 +0000 (03:21 +0000)]
allow asm to turn off via env vars

SVN revision: 38693

16 years agoReverting. Comment in code says it all
Iván Briano [Wed, 21 Jan 2009 23:30:50 +0000 (23:30 +0000)]
Reverting. Comment in code says it all

SVN revision: 38692

16 years agoLet's see if this edje forced recalc is really required.
Gustavo Sverzut Barbieri [Wed, 21 Jan 2009 22:38:52 +0000 (22:38 +0000)]
Let's see if this edje forced recalc is really required.

SVN revision: 38689

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

SVN revision: 38685

16 years ago No need to set as non-blocking as this is already done when initializing tslib.
Chidambar Zinnoury [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.

SVN revision: 38682

16 years agoMissing #else for non win32
Jorge Luis Zapata Muga [Wed, 21 Jan 2009 09:46:02 +0000 (09:46 +0000)]
Missing #else for non win32

SVN revision: 38681

16 years agoAvoid the stack to be screwed up in the callbacks on Windows.
Vincent Torri [Wed, 21 Jan 2009 07:44:20 +0000 (07:44 +0000)]
Avoid the stack to be screwed up in the callbacks on Windows.
Fix the seg fault in the polygon test in expedite on Windows.

SVN revision: 38679

16 years ago * eina/src/include/eina_private.h: better use do {} while(0);
Cedric BAIL [Tue, 20 Jan 2009 16:47:19 +0000 (16:47 +0000)]
* eina/src/include/eina_private.h: better use do {} while(0);
* eina/src/lib/eina_array.c: Use gcc attribute to shutdown llvm warning.

SVN revision: 38666

16 years agotoo much alloca declarations :-)
Vincent Torri [Tue, 20 Jan 2009 16:14:36 +0000 (16:14 +0000)]
too much alloca declarations :-)

SVN revision: 38665

16 years ago * eina/src/include/eina_array.h,
Cedric BAIL [Tue, 20 Jan 2009 15:56:48 +0000 (15:56 +0000)]
* eina/src/include/eina_array.h,
* eina/src/include/eina_f16p16.h,
* eina/src/include/eina_accessor.h,
* eina/src/include/eina_list.h,
* eina/src/include/eina_iterator.h,
* eina/src/lib/eina_rectangle.c,
* eina/src/lib/eina_list.c,
* eina/src/lib/eina_array.c,
* eina/src/lib/eina_hash.c,
* eina/src/lib/eina_module.c,
* eina/src/lib/eina_stringshare.c,
* eina/src/lib/eina_benchmark.c: Fix for windows compilation.

SVN revision: 38663

16 years ago * eina/src/include/eina_private.h,
Cedric BAIL [Tue, 20 Jan 2009 15:44:52 +0000 (15:44 +0000)]
* eina/src/include/eina_private.h,
* eina/src/lib/eina_array.c: Remove potential error detected by llvm in eina_array.

SVN revision: 38662

16 years agoRemove warning.
Cedric BAIL [Tue, 20 Jan 2009 15:42:34 +0000 (15:42 +0000)]
Remove warning.

SVN revision: 38661

16 years ago Fix wrong order and useless double include.
Cedric BAIL [Tue, 20 Jan 2009 15:40:36 +0000 (15:40 +0000)]
Fix wrong order and useless double include.

SVN revision: 38660

16 years ago * ecore/configure.ac: Missing lib to link against when using a libc that doesn't...
Cedric BAIL [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.

SVN revision: 38659

16 years agoCorrectly cancel each image object and not all at once.
Cedric BAIL [Tue, 20 Jan 2009 14:56:37 +0000 (14:56 +0000)]
Correctly cancel each image object and not all at once.

SVN revision: 38658

16 years ago * fix warning (missing alloca declaration)
Vincent Torri [Tue, 20 Jan 2009 08:29:41 +0000 (08:29 +0000)]
 * fix warning (missing alloca declaration)
 * formatting

SVN revision: 38657

16 years agothe versioning of shared lib is different on windows than on linux
Vincent Torri [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)

SVN revision: 38654

16 years agoset the window to fullscreen if requested when creating the ecore_evas (win ce)
Vincent Torri [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)

SVN revision: 38653

16 years ago * ecore_wince: force taskbar to be shown when ecore_wince shuts
Vincent Torri [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

SVN revision: 38649

16 years ago * add Evil cflags and libs in ecore_job and ecore_imf Makefile.am's
Vincent Torri [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

SVN revision: 38647

16 years agoadd error message in the win ce gdi engine
Vincent Torri [Mon, 19 Jan 2009 17:53:30 +0000 (17:53 +0000)]
add error message in the win ce gdi engine

SVN revision: 38646

16 years ago * src/bin/Makefile.am:
Vincent Torri [Mon, 19 Jan 2009 17:51:17 +0000 (17:51 +0000)]
* src/bin/Makefile.am:
* src/bin/evil_suite.c:
* src/bin/evil_test_dlfcn.c:
* src/bin/evil_test_dlfcn.h:
* src/bin/evil_test_environment.c:
* src/bin/evil_test_environment.h:
* src/bin/evil_test_gettimeofday.c:
* src/bin/evil_test_gettimeofday.h:
* src/bin/evil_test_link.c:
* src/bin/evil_test_link.h:
* src/bin/evil_test_mkstemp.c:
* src/bin/evil_test_mkstemp.h:
* src/bin/evil_test_realpath.c:
* src/bin/evil_test_realpath.h:
various fixes in the test suite.
add mkstemp() and realpath tests.
* src/lib/evil_dirent.c:
fix opendir() when indexation search is not active.
formatting.
* src/lib/evil_stdlib.c:
fir mkstemp() on both platform
* src/lib/evil_unistd.c:
remove useless error message.

SVN revision: 38645

16 years ago * evas/src/lib/cache/evas_cache_image.c,
Cedric BAIL [Mon, 19 Jan 2009 14:06:09 +0000 (14:06 +0000)]
* evas/src/lib/cache/evas_cache_image.c,
* evas/src/lib/include/evas_common.h: Now you should receive a async call for each image object that does async preload.

SVN revision: 38643

16 years agoFixed two trivial const correctness issues.
tilman [Sat, 17 Jan 2009 17:13:03 +0000 (17:13 +0000)]
Fixed two trivial const correctness issues.

SVN revision: 38621

16 years ago * add _move, _resize and _move_resize to ecore_wince and ecore_evas_wince
Vincent Torri [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

SVN revision: 38609

16 years agoupdate ac_attribute.m4
Vincent Torri [Wed, 14 Jan 2009 08:39:46 +0000 (08:39 +0000)]
update ac_attribute.m4

SVN revision: 38586

16 years agoupdate ac_attribute.m4
Vincent Torri [Wed, 14 Jan 2009 08:37:29 +0000 (08:37 +0000)]
update ac_attribute.m4

SVN revision: 38584

16 years agoupdate ac_attribute.m4
Vincent Torri [Wed, 14 Jan 2009 08:37:20 +0000 (08:37 +0000)]
update ac_attribute.m4

SVN revision: 38583

16 years agoupdate ac_attribute.m4
Vincent Torri [Wed, 14 Jan 2009 08:37:03 +0000 (08:37 +0000)]
update ac_attribute.m4

SVN revision: 38582

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

SVN revision: 38581

16 years agoupdate ac_attribute.m4
Vincent Torri [Wed, 14 Jan 2009 08:36:29 +0000 (08:36 +0000)]
update ac_attribute.m4

SVN revision: 38580

16 years agoupdate ac_attribute.m4
Vincent Torri [Wed, 14 Jan 2009 08:36:16 +0000 (08:36 +0000)]
update ac_attribute.m4

SVN revision: 38579