platform/upstream/efl.git
14 years ago * move structures from ecore_private.h to the corresponding source files
Vincent Torri [Sun, 3 Jan 2010 21:55:50 +0000 (21:55 +0000)]
 * move structures from ecore_private.h to the corresponding source files
 * add 2 internal ecore_exe functions as ecore_signak.c uses Ecore_Exe members
   no test is done in those 2 functions
 * remove standard headers from ecore_private.h

SVN revision: 44862

14 years agoRemove wasted whitespace & fix some formatting.
Christopher Michael [Sun, 3 Jan 2010 21:50:23 +0000 (21:50 +0000)]
Remove wasted whitespace & fix some formatting.

SVN revision: 44861

14 years agoadd a device handle to events - break their structs now for future use.
Carsten Haitzler [Sun, 3 Jan 2010 00:30:02 +0000 (00:30 +0000)]
add a device handle to events - break their structs now for future use.

SVN revision: 44859

14 years agoadd --enable-xim
Boris Faure [Sat, 2 Jan 2010 22:46:01 +0000 (22:46 +0000)]
add --enable-xim

SVN revision: 44855

14 years agofor now - disable scissors.. seems to b0rk thungs
Carsten Haitzler [Fri, 1 Jan 2010 07:51:18 +0000 (07:51 +0000)]
for now - disable scissors.. seems to b0rk thungs

SVN revision: 44838

14 years ago * eina_benchmark: Little cleanup.
Cedric BAIL [Thu, 31 Dec 2009 10:26:41 +0000 (10:26 +0000)]
* eina_benchmark: Little cleanup.

SVN revision: 44831

14 years agoSimplify the use of eina_benchmark:
Vincent Torri [Thu, 31 Dec 2009 09:17:28 +0000 (09:17 +0000)]
Simplify the use of eina_benchmark:

 * Free the inlined list returned by one (or several) calls of
   eina_benchmark_run() automatically in eina_benchmark_free()
   instead of letting the user doing it.

 * Update tutorial and benchmark binary accordingly

SVN revision: 44830

14 years ago * edje: Fix lua script with fixed point.
Cedric BAIL [Wed, 30 Dec 2009 16:02:17 +0000 (16:02 +0000)]
* edje: Fix lua script with fixed point.

SVN revision: 44795

14 years ago * edje: Fix embryo with fixed point and table align.
Cedric BAIL [Wed, 30 Dec 2009 15:51:41 +0000 (15:51 +0000)]
* edje: Fix embryo with fixed point and table align.

SVN revision: 44794

14 years ago * emotion: Add backend autodetection ability (you can pass NULL, and
Cedric BAIL [Wed, 30 Dec 2009 12:54:06 +0000 (12:54 +0000)]
* emotion: Add backend autodetection ability (you can pass NULL, and
have some good hope for a result now :-) )

SVN revision: 44784

14 years ago1. line support in gl engine - as if anyone uses lines
Carsten Haitzler [Wed, 30 Dec 2009 11:35:40 +0000 (11:35 +0000)]
1. line support in gl engine - as if anyone uses lines
2. fix clipping for gl maps - was setting them when it shouldnt.

SVN revision: 44782

14 years ago * emotion: Switch to Eina module.
Cedric BAIL [Wed, 30 Dec 2009 10:49:06 +0000 (10:49 +0000)]
* emotion: Switch to Eina module.

TODO: Add configure option to build module statically.

SVN revision: 44781

14 years ago * emotion_test: Fix segv due to wrong init/shutdown.
Cedric BAIL [Wed, 30 Dec 2009 10:48:31 +0000 (10:48 +0000)]
* emotion_test: Fix segv due to wrong init/shutdown.

SVN revision: 44780

14 years agoFix printing of size_t value(s). (removes compiler warning).
Christopher Michael [Wed, 30 Dec 2009 02:06:59 +0000 (02:06 +0000)]
Fix printing of size_t value(s). (removes compiler warning).

SVN revision: 44776

14 years agoAdd missing atom for ILLUME_CLOSE.
Christopher Michael [Wed, 30 Dec 2009 01:36:14 +0000 (01:36 +0000)]
Add missing atom for ILLUME_CLOSE.
Add atom & function for ILLUME_HOME (this is so we can create new home
windows easily, since the code for actual window is separate from layout
code).

SVN revision: 44775

14 years agofix declaration
Miculcy Brian [Wed, 30 Dec 2009 01:33:39 +0000 (01:33 +0000)]
fix declaration

SVN revision: 44774

14 years agoAdd functions & atoms to get/set quickpanel priority (major & minor).
Christopher Michael [Wed, 30 Dec 2009 01:17:04 +0000 (01:17 +0000)]
Add functions & atoms to get/set quickpanel priority (major & minor).

SVN revision: 44772

14 years ago * better m4 code
Vincent Torri [Wed, 30 Dec 2009 00:02:48 +0000 (00:02 +0000)]
 * better m4 code
 * use latest efl_pthread.m4 code and update configure.ac accordingly

SVN revision: 44771

14 years agoAdd another illume 'mode'. This allows us to know if we are top/bottom or
Christopher Michael [Tue, 29 Dec 2009 22:14:38 +0000 (22:14 +0000)]
Add another illume 'mode'. This allows us to know if we are top/bottom or
left/right.

SVN revision: 44768

14 years ago * edje: Fix compiler warning.
Cedric BAIL [Tue, 29 Dec 2009 15:01:43 +0000 (15:01 +0000)]
* edje: Fix compiler warning.

SVN revision: 44757

14 years ago * edje_cc: Fix edje_cc running without parameter.
Cedric BAIL [Tue, 29 Dec 2009 15:01:24 +0000 (15:01 +0000)]
* edje_cc: Fix edje_cc running without parameter.

SVN revision: 44756

14 years ago * eet_data: Don't fail on memory starvation.
Cedric BAIL [Tue, 29 Dec 2009 13:42:45 +0000 (13:42 +0000)]
* eet_data: Don't fail on memory starvation.

SVN revision: 44755

14 years ago * eet_node: Make eet_node_dump fully functionnal.
Cedric BAIL [Mon, 28 Dec 2009 16:52:27 +0000 (16:52 +0000)]
* eet_node: Make eet_node_dump fully functionnal.

Next step, generate Eet_Node directly inside eet_data_decode.

SVN revision: 44748

14 years agoAdd quickpanel state functions (get/set/send).
Christopher Michael [Mon, 28 Dec 2009 02:13:20 +0000 (02:13 +0000)]
Add quickpanel state functions (get/set/send).
Add quickpanel atoms.

SVN revision: 44739

14 years ago * finish benchmark tutorial
Vincent Torri [Sun, 27 Dec 2009 08:45:30 +0000 (08:45 +0000)]
 * finish benchmark tutorial
 * move internal _init and _shutdown functions in the Global
   part of the code, as it is where they belong
 * fix minor documentation stuff

SVN revision: 44730

14 years agogl -> polygons now work. slow - but does it matter?
Carsten Haitzler [Sun, 27 Dec 2009 00:40:25 +0000 (00:40 +0000)]
gl -> polygons now work. slow - but does it matter?

SVN revision: 44724

14 years agominor fixes
Vincent Torri [Fri, 25 Dec 2009 16:22:13 +0000 (16:22 +0000)]
minor fixes

SVN revision: 44720

14 years agoadd benchmark tutoriel
Vincent Torri [Fri, 25 Dec 2009 11:59:40 +0000 (11:59 +0000)]
add benchmark tutoriel

SVN revision: 44719

14 years agouse new spinlock detection
Vincent Torri [Fri, 25 Dec 2009 11:30:41 +0000 (11:30 +0000)]
use new spinlock detection

SVN revision: 44718

14 years ago * better m4 coding
Vincent Torri [Fri, 25 Dec 2009 11:29:08 +0000 (11:29 +0000)]
 * better m4 coding
 * improve pthread detection and add spinlock detection

SVN revision: 44717

14 years ago * evas: Loader can now tell if they could be used in another thread or not.
Cedric BAIL [Thu, 24 Dec 2009 13:15:34 +0000 (13:15 +0000)]
* evas: Loader can now tell if they could be used in another thread or not.

xpm and svg loader don't allow preload at this time.

SVN revision: 44714

14 years agoWhen using snprintf or fgets, etc, do not use PATH_MAX directly as the size
Christopher Michael [Wed, 23 Dec 2009 20:55:23 +0000 (20:55 +0000)]
When using snprintf or fgets, etc, do not use PATH_MAX directly as the size
of the variable...use sizeof() compiler directive (lots of these).

Do not free 'realpath' in efreet_menu if we are going to try and print out
it's value.

If we find 'realpath' in the merged_menus hash, and we are going to return,
then free the realpath variable.

SVN revision: 44699

14 years agoMove some printfs to eina_log and remove debug message
Iván Briano [Wed, 23 Dec 2009 15:26:29 +0000 (15:26 +0000)]
Move some printfs to eina_log and remove debug message

SVN revision: 44693

14 years agoAdd atoms/props/functions to set/get if a window is a 'illume quickpanel'.
Christopher Michael [Wed, 23 Dec 2009 15:26:19 +0000 (15:26 +0000)]
Add atoms/props/functions to set/get if a window is a 'illume quickpanel'.
Fix some formatting.

SVN revision: 44692

14 years ago * evas: Update func to prevent segv.
Cedric BAIL [Wed, 23 Dec 2009 13:31:45 +0000 (13:31 +0000)]
* evas: Update func to prevent segv.

SVN revision: 44686

14 years agoRemove winlist atoms/props/functions...I was under the wrong impression wrt
Christopher Michael [Wed, 23 Dec 2009 13:10:34 +0000 (13:10 +0000)]
Remove winlist atoms/props/functions...I was under the wrong impression wrt
this.

SVN revision: 44685

14 years ago * evas: Fix typo.
Cedric BAIL [Wed, 23 Dec 2009 10:50:07 +0000 (10:50 +0000)]
* evas: Fix typo.

SVN revision: 44679

14 years agoAdd missing vkbd atoms/states to functions where needed.
Christopher Michael [Wed, 23 Dec 2009 01:48:25 +0000 (01:48 +0000)]
Add missing vkbd atoms/states to functions where needed.
Add atoms/states for illume winlist.

SVN revision: 44674

14 years agobetter error reporting for edje_cc.
Gustavo Sverzut Barbieri [Tue, 22 Dec 2009 23:56:11 +0000 (23:56 +0000)]
better error reporting for edje_cc.

Instead of saying lots of possibilities that confuse users, check the
correct one and possibly give a hint.

SVN revision: 44669

14 years agofix evas image loading error reporting.
Gustavo Sverzut Barbieri [Tue, 22 Dec 2009 23:11:57 +0000 (23:11 +0000)]
fix evas image loading error reporting.

Evas image load was always reporint "generic" error, since it was
disconnected from actual loader modules.

This commit will break the module loader API (as it's restricted to
inside Evas, this should be no problem). The return was turned into
"Eina_Bool" for clarity, while an extra "int *error" is responsible to
report errors. This approach was choosen to force compiler warnings
and to try avoid mistakes as EINA_FALSE == EVAS_LOAD_ERROR_NONE and
thus we'd get opposite behavior if something slips.

Most loaders play well, except by eet that does not provide means to
know if the file open failed due missing file, incorrect format or
corrupted file :-(

Please report any issues. I added eina_log debugging to loader
functions, just run your Evas application as:

     EINA_LOG_LEVELS=evas_main:4 your_app

SVN revision: 44666

14 years agoRemove duplication from ecore headers
Sebastian Dransfeld [Tue, 22 Dec 2009 21:15:12 +0000 (21:15 +0000)]
Remove duplication from ecore headers

Clean up Ecore.h and ecore_private.h

SVN revision: 44664

14 years agostringify load errors.
Gustavo Sverzut Barbieri [Tue, 22 Dec 2009 18:06:15 +0000 (18:06 +0000)]
stringify load errors.

SVN revision: 44660

14 years agocheck for PATH_MAX and define it if not available (ie: Hurd)
Gustavo Sverzut Barbieri [Tue, 22 Dec 2009 13:55:15 +0000 (13:55 +0000)]
check for PATH_MAX and define it if not available (ie: Hurd)

By: Albin Tonnerre (Lutin)

SVN revision: 44656

14 years ago * edje: Use Eina_Log.
Cedric BAIL [Tue, 22 Dec 2009 13:46:00 +0000 (13:46 +0000)]
* edje: Use Eina_Log.

Patch from Mathieu Taillefumier.

SVN revision: 44655

14 years ago * evas: Fix build when pipe rendering is disabled.
Cedric BAIL [Tue, 22 Dec 2009 12:58:07 +0000 (12:58 +0000)]
* evas: Fix build when pipe rendering is disabled.

SVN revision: 44651

14 years ago * edje: Fix Edje_Box use with fixed point.
Cedric BAIL [Tue, 22 Dec 2009 12:38:38 +0000 (12:38 +0000)]
* edje: Fix Edje_Box use with fixed point.

SVN revision: 44650

14 years ago * evas_object_textblock: Add some cast to reduce warning noise.
Cedric BAIL [Tue, 22 Dec 2009 12:09:36 +0000 (12:09 +0000)]
* evas_object_textblock: Add some cast to reduce warning noise.

SVN revision: 44648

14 years agoThere's more here than just warning fixes, it's causing crashes with some uses of...
Iván Briano [Mon, 21 Dec 2009 19:07:51 +0000 (19:07 +0000)]
There's more here than just warning fixes, it's causing crashes with some uses of elm_entry. Noted in Editje.

SVN revision: 44639

14 years ago * evas: Fix bug introduced in warning removal patch.
Cedric BAIL [Mon, 21 Dec 2009 18:26:36 +0000 (18:26 +0000)]
* evas: Fix bug introduced in warning removal patch.

SVN revision: 44638

14 years ago * ecore: Use eina_log.
Cedric BAIL [Mon, 21 Dec 2009 17:32:19 +0000 (17:32 +0000)]
* ecore: Use eina_log.

Patch from Mathieu Taillefumier.

SVN revision: 44637

14 years ago * eet: Update ChangeLog :-)
Cedric BAIL [Mon, 21 Dec 2009 17:25:12 +0000 (17:25 +0000)]
* eet: Update ChangeLog :-)

SVN revision: 44636

14 years agofix warnings introduced by external parameter stuff.
Gustavo Sverzut Barbieri [Mon, 21 Dec 2009 16:39:24 +0000 (16:39 +0000)]
fix warnings introduced by external parameter stuff.

Thanks to cedric by spotting those.

SVN revision: 44633

14 years ago * edje: Some more warning cleanup.
Cedric BAIL [Mon, 21 Dec 2009 16:24:39 +0000 (16:24 +0000)]
* edje: Some more warning cleanup.

SVN revision: 44632

14 years ago * ecore: Cleanup some warning.
Cedric BAIL [Mon, 21 Dec 2009 16:17:29 +0000 (16:17 +0000)]
* ecore: Cleanup some warning.

SVN revision: 44631

14 years ago * evas: Remove lot's of warning.
Cedric BAIL [Mon, 21 Dec 2009 15:52:12 +0000 (15:52 +0000)]
* evas: Remove lot's of warning.

SVN revision: 44629

14 years ago * eet_node: Progressively move all dump code in eet_node.
Cedric BAIL [Mon, 21 Dec 2009 15:46:56 +0000 (15:46 +0000)]
* eet_node: Progressively move all dump code in eet_node.

SVN revision: 44628

14 years ago * ecore: Don't select on deleted fd handler.
Cedric BAIL [Mon, 21 Dec 2009 13:27:58 +0000 (13:27 +0000)]
* ecore: Don't select on deleted fd handler.

SVN revision: 44627

14 years ago * ethumb: Cleanup dependency.
Cedric BAIL [Mon, 21 Dec 2009 13:27:09 +0000 (13:27 +0000)]
* ethumb: Cleanup dependency.

SVN revision: 44626

14 years ago * evas_preload, ecore_thread: On memory allocation failure do call the cancel functi...
Cedric BAIL [Mon, 21 Dec 2009 12:25:32 +0000 (12:25 +0000)]
* evas_preload, ecore_thread: On memory allocation failure do call the cancel function too.

SVN revision: 44624

14 years agonecessary declarations for vc++
Vincent Torri [Sun, 20 Dec 2009 12:08:54 +0000 (12:08 +0000)]
necessary declarations for vc++

SVN revision: 44598

14 years agosupport of Debian/kFreeBSD (FreeBSD using the glibc on top of a FreeBSD kernel)
Vincent Torri [Sun, 20 Dec 2009 10:02:41 +0000 (10:02 +0000)]
support of Debian/kFreeBSD (FreeBSD using the glibc on top of a FreeBSD kernel)

SVN revision: 44597

14 years agoremove excess tex update on dirty. some formattign and naming too.
Carsten Haitzler [Sun, 20 Dec 2009 06:23:13 +0000 (06:23 +0000)]
remove excess tex update on dirty. some formattign and naming too.

SVN revision: 44592

14 years agoadd a wrapper around remove()
Vincent Torri [Sat, 19 Dec 2009 19:09:37 +0000 (19:09 +0000)]
add a wrapper around remove()

SVN revision: 44578

14 years ago * Makefile.am:
Vincent Torri [Sat, 19 Dec 2009 19:08:28 +0000 (19:08 +0000)]
* Makefile.am:
remove m4 libtool installed files during the
maintainer-clean rule
* src/lib/evil_stdio.c:
* src/lib/evil_stdio.h:
add the remove() function

SVN revision: 44577

14 years agomore portable way to get the sufix of a shared library name
Vincent Torri [Sat, 19 Dec 2009 12:05:20 +0000 (12:05 +0000)]
more portable way to get the sufix of a shared library name

SVN revision: 44573

14 years agoinclude Evil.h so that ssize_t is defined for Windows CE
Vincent Torri [Sat, 19 Dec 2009 12:00:02 +0000 (12:00 +0000)]
include Evil.h so that ssize_t is defined for Windows CE

SVN revision: 44572

14 years agossize_t is needed in edje on Windows CE too
Vincent Torri [Sat, 19 Dec 2009 11:59:23 +0000 (11:59 +0000)]
ssize_t is needed in edje on Windows CE too

SVN revision: 44571

14 years agorevert some changes in Evil.h (Windows CE compilation of ecore was broken)
Vincent Torri [Sat, 19 Dec 2009 11:52:48 +0000 (11:52 +0000)]
revert some changes in Evil.h (Windows CE compilation of ecore was broken)

SVN revision: 44570

14 years agofix warnings and returned value when no pthread
Vincent Torri [Sat, 19 Dec 2009 11:43:44 +0000 (11:43 +0000)]
fix warnings and returned value when no pthread

SVN revision: 44569

14 years agofix autotools stuff wrt c-ares option
Vincent Torri [Sat, 19 Dec 2009 11:36:18 +0000 (11:36 +0000)]
fix autotools stuff wrt c-ares option

SVN revision: 44568

14 years agoinclude Evil.h so that getenv is declared on Windows CE
Vincent Torri [Sat, 19 Dec 2009 10:58:39 +0000 (10:58 +0000)]
include Evil.h so that getenv is declared on Windows CE

SVN revision: 44567

14 years agofix warning
Vincent Torri [Sat, 19 Dec 2009 10:41:20 +0000 (10:41 +0000)]
fix warning

SVN revision: 44566

14 years agofix returned values
Vincent Torri [Sat, 19 Dec 2009 10:36:43 +0000 (10:36 +0000)]
fix returned values

SVN revision: 44565

14 years agodelete_me member is available on when async preload is available
Vincent Torri [Sat, 19 Dec 2009 10:33:39 +0000 (10:33 +0000)]
delete_me member is available on when async preload is available

SVN revision: 44564

14 years agoinclude Evil.h so that getenv is declared on Windows CE
Vincent Torri [Sat, 19 Dec 2009 10:30:49 +0000 (10:30 +0000)]
include Evil.h so that getenv is declared on Windows CE

SVN revision: 44563

14 years agofmting
Carsten Haitzler [Sat, 19 Dec 2009 00:50:44 +0000 (00:50 +0000)]
fmting

SVN revision: 44561

14 years ago * eet: Correctly detect GNUTLS hability.
Cedric BAIL [Fri, 18 Dec 2009 17:41:43 +0000 (17:41 +0000)]
* eet: Correctly detect GNUTLS hability.

SVN revision: 44548

14 years ago * embryo: Prevent use of unitialized data.
Cedric BAIL [Fri, 18 Dec 2009 17:40:13 +0000 (17:40 +0000)]
* embryo: Prevent use of unitialized data.

SVN revision: 44547

14 years agoadd docs for image 'USER', that I didn't know about.
Gustavo Sverzut Barbieri [Fri, 18 Dec 2009 12:34:07 +0000 (12:34 +0000)]
add docs for image 'USER', that I didn't know about.

SVN revision: 44540

14 years agoAs ecore uses gettext, an m4 macro for checking iconv is installed by it.
Vincent Torri [Fri, 18 Dec 2009 11:32:35 +0000 (11:32 +0000)]
As ecore uses gettext, an m4 macro for checking iconv is installed by it.
So use it instead of our own automatic iconv detection.

Improve configure output too

SVN revision: 44538

14 years ago * evas: Complete rewrite of evas image preload code.
Cedric BAIL [Fri, 18 Dec 2009 11:03:31 +0000 (11:03 +0000)]
* evas: Complete rewrite of evas image preload code.

This code should be cleaner and easier to understand. It also provides
the ability to spread image decompression on all CPU core. I currently
set it to the exact number of CPU core you have in your machine, if you
find case where it slow down your EFL apps too much, we can reduce this
to give at least one core to evas.
   All previous bugs related with async preload are gone, hopefully no
new one are in. Please report any problem with backtrace to me.

SVN revision: 44537

14 years agoset the size of the test images explicitely
Vincent Torri [Fri, 18 Dec 2009 09:32:51 +0000 (09:32 +0000)]
set the size of the test images explicitely

SVN revision: 44536

14 years agofix return checks. broke compile!
Carsten Haitzler [Thu, 17 Dec 2009 11:58:15 +0000 (11:58 +0000)]
fix return checks. broke compile!

SVN revision: 44523

14 years agoadd Sun Studio support when parsing edc files. Technically,
Vincent Torri [Thu, 17 Dec 2009 00:50:43 +0000 (00:50 +0000)]
add Sun Studio support when parsing edc files. Technically,
it means that e17 can run on OpenSolaris using Sun Studio
or gcc. It actually runs if temperature and battery modules
are disabled as they don't compile yet.

Also, the problem on Mac OS X problem with C++ comments
can be fixed (I think). See FIXME in that patch

SVN revision: 44519

14 years agoAdd atoms & functions to set/get if illume dragging is enabled on a given
Christopher Michael [Wed, 16 Dec 2009 19:43:53 +0000 (19:43 +0000)]
Add atoms & functions to set/get if illume dragging is enabled on a given
window.

SVN revision: 44511

14 years agoAdd atoms for illume drag start & end so that policies can handle dragging
Christopher Michael [Wed, 16 Dec 2009 02:20:38 +0000 (02:20 +0000)]
Add atoms for illume drag start & end so that policies can handle dragging
in their own way.

SVN revision: 44492

14 years agoadded greek translation
Massimo Maiurana [Tue, 15 Dec 2009 11:42:56 +0000 (11:42 +0000)]
added greek translation

SVN revision: 44476

14 years agomore vkbd states
Carsten Haitzler [Tue, 15 Dec 2009 06:38:16 +0000 (06:38 +0000)]
more vkbd states

SVN revision: 44470

14 years agoquick - set accepts_input 1 on ee windows. that code neads cleaning up!
Carsten Haitzler [Mon, 14 Dec 2009 23:56:56 +0000 (23:56 +0000)]
quick - set accepts_input 1 on ee windows. that code neads cleaning up!

SVN revision: 44455

14 years agotoo much _
Vincent Torri [Mon, 14 Dec 2009 21:45:33 +0000 (21:45 +0000)]
too much _

SVN revision: 44453

14 years agorename evas_glew_main.c to evas_glew__win32_main.c
Vincent Torri [Mon, 14 Dec 2009 21:34:04 +0000 (21:34 +0000)]
rename evas_glew_main.c to evas_glew__win32_main.c

SVN revision: 44452

14 years ago * evas_font_dir: Add all guards.
Cedric BAIL [Mon, 14 Dec 2009 17:55:26 +0000 (17:55 +0000)]
* evas_font_dir: Add all guards.

SVN revision: 44446

14 years agoShow and hide clipper as needed
Iván Briano [Mon, 14 Dec 2009 17:38:45 +0000 (17:38 +0000)]
Show and hide clipper as needed

SVN revision: 44445

14 years ago * evas_font_dir: reduce use of FcFontSort by using cache as much as possible.
Cedric BAIL [Mon, 14 Dec 2009 17:27:51 +0000 (17:27 +0000)]
* evas_font_dir: reduce use of FcFontSort by using cache as much as possible.

This reduce in EWeather the time spend in FcFontSort from 25% of the startup time
to 1% with a small memory footprint increase.

SVN revision: 44444

14 years ago * edje: Force recalc before doing preloading.
Cedric BAIL [Mon, 14 Dec 2009 17:20:44 +0000 (17:20 +0000)]
* edje: Force recalc before doing preloading.

SVN revision: 44443

14 years agoShow newly created part. Fixes some problems adding external parts in editje
Iván Briano [Mon, 14 Dec 2009 17:17:40 +0000 (17:17 +0000)]
Show newly created part. Fixes some problems adding external parts in editje

SVN revision: 44442

14 years agoclip maps in gl enigne.
Carsten Haitzler [Sun, 13 Dec 2009 14:28:07 +0000 (14:28 +0000)]
clip maps in gl enigne.

SVN revision: 44424

14 years agoAdd method to send illume_back and illume_close messages.
Christopher Michael [Sat, 12 Dec 2009 00:46:54 +0000 (00:46 +0000)]
Add method to send illume_back and illume_close messages.

SVN revision: 44399

14 years agoFix typo.
Christopher Michael [Fri, 11 Dec 2009 20:51:45 +0000 (20:51 +0000)]
Fix typo.

SVN revision: 44381

14 years agoAnd set the other illume atoms in ecore_x_atoms.c
Christopher Michael [Fri, 11 Dec 2009 20:07:34 +0000 (20:07 +0000)]
And set the other illume atoms in ecore_x_atoms.c

SVN revision: 44379