platform/upstream/efl.git
13 years agoeio: add forgotten file.
Cedric BAIL [Tue, 3 May 2011 13:07:26 +0000 (13:07 +0000)]
eio: add forgotten file.

SVN revision: 59149

13 years agoeio: add beginning of xattr support.
Cedric BAIL [Tue, 3 May 2011 10:36:51 +0000 (10:36 +0000)]
eio: add beginning of xattr support.

SVN revision: 59146

13 years agochlog++
Carsten Haitzler [Tue, 3 May 2011 10:00:54 +0000 (10:00 +0000)]
chlog++

SVN revision: 59145

13 years agofix segv! wow. data was null.
Carsten Haitzler [Tue, 3 May 2011 09:46:55 +0000 (09:46 +0000)]
fix segv! wow. data was null.

SVN revision: 59144

13 years agoaaaaah fix my fix for preloading multi-target entry stuff to call per
Carsten Haitzler [Tue, 3 May 2011 09:10:10 +0000 (09:10 +0000)]
aaaaah fix my fix for preloading multi-target entry stuff to call per
preload target again (fix shortcut)

SVN revision: 59143

13 years agoalso conflict with gl2.h (gles2 headers)
Carsten Haitzler [Tue, 3 May 2011 05:53:20 +0000 (05:53 +0000)]
also conflict with gl2.h (gles2 headers)

SVN revision: 59142

13 years agoformatting fix.
Carsten Haitzler [Tue, 3 May 2011 03:24:36 +0000 (03:24 +0000)]
formatting fix.

SVN revision: 59141

13 years agoif you preload the same image more than once.. it may/will cause
Carsten Haitzler [Tue, 3 May 2011 03:20:02 +0000 (03:20 +0000)]
if you preload the same image more than once.. it may/will cause
problems as target is inserter in cache image target list multiple
times. fix by only alloding preload request to go in once.

SVN revision: 59140

13 years agowrn--
Carsten Haitzler [Tue, 3 May 2011 03:11:08 +0000 (03:11 +0000)]
wrn--

SVN revision: 59139

13 years agoEina lock: unused warning suppression is done with (void).
Tom Hacohen [Mon, 2 May 2011 18:19:41 +0000 (18:19 +0000)]
Eina lock: unused warning suppression is done with (void).

Not only that it's uglier doing mutex=0, but also new gcc started
complainig about it.

SVN revision: 59137

13 years agoEvas font-engine: Remove passing of strings to font_draw.
Tom Hacohen [Mon, 2 May 2011 15:33:46 +0000 (15:33 +0000)]
Evas font-engine: Remove passing of strings to font_draw.

This is not needed anymore because we have working string objects.

SVN revision: 59133

13 years agoEvas font-draw: Fix word-cache to not need text.
Tom Hacohen [Mon, 2 May 2011 15:33:38 +0000 (15:33 +0000)]
Evas font-draw: Fix word-cache to not need text.

SVN revision: 59132

13 years agoEvas textblock: Now that we cache fi, we don't need shaped_text anymore.
Tom Hacohen [Mon, 2 May 2011 15:33:35 +0000 (15:33 +0000)]
Evas textblock: Now that we cache fi, we don't need shaped_text anymore.

SVN revision: 59131

13 years agoEvas textblock: Remove obsolete comment.
Tom Hacohen [Mon, 2 May 2011 15:33:31 +0000 (15:33 +0000)]
Evas textblock: Remove obsolete comment.

SVN revision: 59130

13 years agoEvas textblock: We finally cache fi - remove related hacks.
Tom Hacohen [Mon, 2 May 2011 15:33:27 +0000 (15:33 +0000)]
Evas textblock: We finally cache fi - remove related hacks.

SVN revision: 59129

13 years agoeina: forgotten commit.
Cedric BAIL [Mon, 2 May 2011 13:52:34 +0000 (13:52 +0000)]
eina: forgotten commit.

SVN revision: 59125

13 years agoeina: use the right naming.
Cedric BAIL [Mon, 2 May 2011 13:51:20 +0000 (13:51 +0000)]
eina: use the right naming.

SVN revision: 59124

13 years agoeina: add back threads on/off support.
Cedric BAIL [Mon, 2 May 2011 13:40:28 +0000 (13:40 +0000)]
eina: add back threads on/off support.

NOTE: only use it if you know what you are doing !

SVN revision: 59123

13 years agoEvas bidi: Made fribidichar<->eina_unicode conversion a compile time test.
Tom Hacohen [Mon, 2 May 2011 13:24:26 +0000 (13:24 +0000)]
Evas bidi: Made fribidichar<->eina_unicode conversion a compile time test.

SVN revision: 59122

13 years agoeina: forgotten initialization.
Cedric BAIL [Mon, 2 May 2011 13:09:38 +0000 (13:09 +0000)]
eina: forgotten initialization.

SVN revision: 59121

13 years agoevas: don't use EINA_LOCK_INITIALIZER and improve eina_threads call.
Cedric BAIL [Mon, 2 May 2011 11:28:47 +0000 (11:28 +0000)]
evas: don't use EINA_LOCK_INITIALIZER and improve eina_threads call.

Only call eina_threads_shutdown when thread are dead and not before.

Release and destroy thread lock before calling evas_async_events_process
as you should never have a lock taken in the main loop when calling it.

SVN revision: 59119

13 years agoeina: improve thread debugging and portability.
Cedric BAIL [Mon, 2 May 2011 11:25:35 +0000 (11:25 +0000)]
eina: improve thread debugging and portability.

All thread debugging facility, including lock debug, on by turning --enable-debug-threads
at configure time of eina.

When threads check are disable, make sure that all lock/release are called
from the main loop only. And in all case, eina_lock_new/eina_lock_delete should be
called from the main loop.

Remove static initialization as it is not portable under Windows.

SVN revision: 59118

13 years agoeina: make sure eina_threads_init/eina_threads_shutdown are correctly called.
Cedric BAIL [Mon, 2 May 2011 11:20:00 +0000 (11:20 +0000)]
eina: make sure eina_threads_init/eina_threads_shutdown are correctly called.

SVN revision: 59117

13 years agoEdje min_calc: Don't print the 4000x4000 err when there's a textblock.
Tom Hacohen [Mon, 2 May 2011 10:20:20 +0000 (10:20 +0000)]
Edje min_calc: Don't print the 4000x4000 err when there's a textblock.

SVN revision: 59112

13 years agoEvas font-engine: Cache fi for all cases (even without harfbuzz).
Tom Hacohen [Mon, 2 May 2011 09:28:00 +0000 (09:28 +0000)]
Evas font-engine: Cache fi for all cases (even without harfbuzz).

This is now possible, because we have a script querying function.

SVN revision: 59109

13 years agoEvas language: Split to script even if there's no Harfbuzz.
Tom Hacohen [Mon, 2 May 2011 09:27:56 +0000 (09:27 +0000)]
Evas language: Split to script even if there's no Harfbuzz.

SVN revision: 59108

13 years agoEvas font-engine: Made *_unicode_funcs_get internal to font_ot.c
Tom Hacohen [Mon, 2 May 2011 09:27:49 +0000 (09:27 +0000)]
Evas font-engine: Made *_unicode_funcs_get internal to font_ot.c

SVN revision: 59107

13 years agoalso return deadlock from normal lock (not try only)
Carsten Haitzler [Mon, 2 May 2011 08:34:22 +0000 (08:34 +0000)]
also return deadlock from normal lock (not try only)

SVN revision: 59103

13 years agowarning-- for eina locks
Carsten Haitzler [Mon, 2 May 2011 08:24:27 +0000 (08:24 +0000)]
warning-- for eina locks

SVN revision: 59102

13 years agoformalise eina lock results to be equivalent to true/false with added
Carsten Haitzler [Mon, 2 May 2011 08:24:06 +0000 (08:24 +0000)]
formalise eina lock results to be equivalent to true/false with added
deadlock for try.

SVN revision: 59101

13 years agoEvas language: Added a character script querying function.
Tom Hacohen [Mon, 2 May 2011 07:28:07 +0000 (07:28 +0000)]
Evas language: Added a character script querying function.

This is added until there will be a library that does it; From my
understanding, there are already people working on such library.

SVN revision: 59100

13 years agoEvas language: Updated scripts according to Unicode 6.0
Tom Hacohen [Mon, 2 May 2011 07:28:02 +0000 (07:28 +0000)]
Evas language: Updated scripts according to Unicode 6.0

SVN revision: 59099

13 years agoEvas language: Fix typos.
Tom Hacohen [Mon, 2 May 2011 07:27:59 +0000 (07:27 +0000)]
Evas language: Fix typos.

SVN revision: 59098

13 years agoEvas textblock: Unified the wmax calculation into one place.
Tom Hacohen [Mon, 2 May 2011 07:27:48 +0000 (07:27 +0000)]
Evas textblock: Unified the wmax calculation into one place.

SVN revision: 59097

13 years agotime.h should be sufficient
Vincent Torri [Mon, 2 May 2011 07:04:24 +0000 (07:04 +0000)]
time.h should be sufficient

SVN revision: 59096

13 years agoEina: eina_file.h: fix compilation on Mac Os X
Vincent Torri [Mon, 2 May 2011 05:52:31 +0000 (05:52 +0000)]
Eina: eina_file.h: fix compilation on Mac Os X

define time_t on Mac OS X. Patch by Dave Ray.

SVN revision: 59095

13 years agomore docs.
Carsten Haitzler [Mon, 2 May 2011 03:06:34 +0000 (03:06 +0000)]
more docs.

SVN revision: 59094

13 years agoimprove evas_gl docs a bit.
Carsten Haitzler [Mon, 2 May 2011 02:43:10 +0000 (02:43 +0000)]
improve evas_gl docs a bit.

SVN revision: 59093

13 years agoFrom: "Sung W. Park" <sungwoo@gmail.com>
Sung W. Park [Mon, 2 May 2011 02:14:00 +0000 (02:14 +0000)]
From: "Sung W. Park" <sungwoo@gmail.com>
Subject: evas_gl_api_get patch.

Here's a patch that simply overrides the GL functions for Evas_GL
except for two functions that I provide on my own.  It may have some symbol
resolving warnings but that'll all go away eventually when we do everything
via dlsym or getProcAddress.

You can apply the patch to the latest revision of evas.  (I've just
updated them) I'm also attaching a sample GLES program that uses
evas_gl_api_get. You don't need to link it to -lGL.

SVN revision: 59092

13 years agoadd LKDBUG. sorry - was trying to ekep other changes out of svn for
Carsten Haitzler [Mon, 2 May 2011 00:45:16 +0000 (00:45 +0000)]
add LKDBUG. sorry - was trying to ekep other changes out of svn for
nowand didnt commit this bit.

SVN revision: 59090

13 years agoEcore: ecore_con: Evil not needed in ecore_con_local.c
Vincent Torri [Sun, 1 May 2011 17:45:58 +0000 (17:45 +0000)]
Ecore: ecore_con: Evil not needed in ecore_con_local.c

SVN revision: 59087

13 years agoand fix up lock goop to work right with improved eina lock goop. i
Carsten Haitzler [Sun, 1 May 2011 13:25:23 +0000 (13:25 +0000)]
and fix up lock goop to work right with improved eina lock goop. i
hope i nixed this bug.

SVN revision: 59086

13 years agooh dear. this new eina_lock thing is a bit of a mess isn't it now?
Carsten Haitzler [Sun, 1 May 2011 13:24:08 +0000 (13:24 +0000)]
oh dear. this new eina_lock thing is a bit of a mess isn't it now?
some fundamental errors there. don't go replacing pthread locks with
wrappers unless you know full well what u are doing. havnig threads
only work while "threads are initted" and then init/shtudown the thread
thing every time u spawn a thread.. is pretty silly. what if a thread
ends in the background WHILE u have a lock.. u try unlock.. u know
what ? your unlock DOES nothing. so you retain a lock. next time u
want to lock once a thread is around.. u have a deadlock issue.

even better - the checking if threads are initted and up is not
locked, so it can come up while it is being checked. more race
conditions. u need to clokc the init/shutdown AND lock the checking of
the value... and even then u STILl have problem #1 above. so that code
is now gone.

also trylock trturn inverse logic to the original pthread func and the
macros in evas that used it were not changed accordingly! aaagh!

i've also added backtrace debug ability to eina threads if compiled in
- u can get a bt of who last locked something. i had to do this just to
begin to grasp what on earth was going on. it's off by default.
also... the locks are error check locks to trylock can detect
deadlocks. speacil "2" return for now. better than a poke in the eye
with a sharp stick until we decide what to do. for now i hopew i have
killed this thread lock bug.

SVN revision: 59085

13 years agorevert some changces to try fix lock issues - they create other
Carsten Haitzler [Sun, 1 May 2011 07:26:42 +0000 (07:26 +0000)]
revert some changces to try fix lock issues - they create other
nastier ones.

SVN revision: 59073

13 years agotry and remove lock deadlocks...
Carsten Haitzler [Sun, 1 May 2011 06:58:36 +0000 (06:58 +0000)]
try and remove lock deadlocks...

SVN revision: 59070

13 years agoEvas: Filter: Brightness: Fix clamp ranges, and don't double negate
Brett Nash [Sun, 1 May 2011 06:39:26 +0000 (06:39 +0000)]
Evas: Filter: Brightness: Fix clamp ranges, and don't double negate

Basically it's a clamp function...

SVN revision: 59068

13 years agoevas: filter: brightness: software brightness filter.
Brett Nash [Sun, 1 May 2011 06:39:24 +0000 (06:39 +0000)]
evas: filter: brightness: software brightness filter.

SVN revision: 59067

13 years agoevas: filter: Use the correct fields in filter_set
Brett Nash [Sun, 1 May 2011 06:39:22 +0000 (06:39 +0000)]
evas: filter: Use the correct fields in filter_set

Strangely, not everything is a blur.

SVN revision: 59066

13 years agoUse ARGB_JOIN everywhere in evas_filter.
Brett Nash [Sun, 1 May 2011 06:39:19 +0000 (06:39 +0000)]
Use ARGB_JOIN everywhere in evas_filter.

Now to re-apply brightness.

SVN revision: 59065

13 years agoand try and reduce possible cache deadlocks/issues.
Carsten Haitzler [Sun, 1 May 2011 06:26:41 +0000 (06:26 +0000)]
and try and reduce possible cache deadlocks/issues.

SVN revision: 59064

13 years agocould have a cache deadlock here as _sci_find is called from with
Carsten Haitzler [Sun, 1 May 2011 06:24:02 +0000 (06:24 +0000)]
could have a cache deadlock here as _sci_find is called from with
already locked caches.

SVN revision: 59063

13 years agowhitespaces--
Vincent Torri [Sun, 1 May 2011 06:06:56 +0000 (06:06 +0000)]
whitespaces--

SVN revision: 59062

13 years agoremove unneded lock+unlock
Carsten Haitzler [Sun, 1 May 2011 04:44:56 +0000 (04:44 +0000)]
remove unneded lock+unlock

SVN revision: 59060

13 years agoEvas text: Move the shadow calculations out of the loop.
Tom Hacohen [Fri, 29 Apr 2011 19:26:56 +0000 (19:26 +0000)]
Evas text: Move the shadow calculations out of the loop.

SVN revision: 59047

13 years agoecore: fix #elif usage
Vincent Torri [Fri, 29 Apr 2011 19:10:51 +0000 (19:10 +0000)]
ecore: fix #elif usage

SVN revision: 59045

13 years agoeina: fix #elif usage
Boris Faure [Fri, 29 Apr 2011 19:08:03 +0000 (19:08 +0000)]
eina: fix #elif usage

SVN revision: 59044

13 years agoeina: remove redundant declaration
Boris Faure [Fri, 29 Apr 2011 19:07:46 +0000 (19:07 +0000)]
eina: remove redundant declaration

SVN revision: 59043

13 years agoEina refcount: Wrap EINA_REFCOUNT_UNREF with do {} while(0).
Tom Hacohen [Fri, 29 Apr 2011 18:54:29 +0000 (18:54 +0000)]
Eina refcount: Wrap EINA_REFCOUNT_UNREF with do {} while(0).

SVN revision: 59042

13 years agoeio: use eina refcount.
Cedric BAIL [Fri, 29 Apr 2011 16:24:14 +0000 (16:24 +0000)]
eio: use eina refcount.

SVN revision: 59040

13 years agoethumb: use Eina_Refcount.
Cedric BAIL [Fri, 29 Apr 2011 16:09:45 +0000 (16:09 +0000)]
ethumb: use Eina_Refcount.

SVN revision: 59039

13 years agoeina: Add refcounting macro helper.
Cedric BAIL [Fri, 29 Apr 2011 16:09:07 +0000 (16:09 +0000)]
eina: Add refcounting macro helper.

SVN revision: 59038

13 years agoshadow var--
Vincent Torri [Fri, 29 Apr 2011 07:39:28 +0000 (07:39 +0000)]
shadow var--

SVN revision: 59032

13 years agoformatting
Vincent Torri [Fri, 29 Apr 2011 07:34:12 +0000 (07:34 +0000)]
formatting

SVN revision: 59031

13 years agoEcore: ecore_con: add some checks and formatting
Vincent Torri [Fri, 29 Apr 2011 07:22:53 +0000 (07:22 +0000)]
Ecore: ecore_con: add some checks and formatting

 * add checks for the fd handlers
 * reformat a bit _ecore_con_svr_tcp_handler()

SVN revision: 59030

13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 29 Apr 2011 05:16:51 +0000 (05:16 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add ecore_imf_context_autocapital_type_{set, get},

To support the autocapitalization feature, I'd like to add
ecore_imf_context_autocapital_type_{set,get} API.
I will implement the autocapital feature in immodule, so the immodule
should know the autocapitalization type.
This API is for letting immodule know the autocapitalization type.

In addition, ecore_imf_context_prediction_allow_set API is used to set
whether the IM context should allow to use the text prediction.

SVN revision: 59025

13 years agoChangeLog entry for the monotonic clock implementation for Mac OS X
Vincent Torri [Thu, 28 Apr 2011 20:57:30 +0000 (20:57 +0000)]
ChangeLog entry for the monotonic clock implementation for Mac OS X

patch by Eduardo Felipe Castegnaro

SVN revision: 59024

13 years agoEcore: ecore_time : Add a fast high-resolution monotonic clock
Vincent Torri [Thu, 28 Apr 2011 19:38:41 +0000 (19:38 +0000)]
Ecore: ecore_time : Add a fast high-resolution monotonic clock

SVN revision: 59021

13 years agoethumb: reduce number of generate.
Cedric BAIL [Thu, 28 Apr 2011 17:00:49 +0000 (17:00 +0000)]
ethumb: reduce number of generate.

SVN revision: 59018

13 years agoethumb: cache exists result.
Cedric BAIL [Thu, 28 Apr 2011 17:00:13 +0000 (17:00 +0000)]
ethumb: cache exists result.

SVN revision: 59017

13 years agoeio: also copy xattr when available.
Cedric BAIL [Thu, 28 Apr 2011 16:45:45 +0000 (16:45 +0000)]
eio: also copy xattr when available.

SVN revision: 59015

13 years agoEdje size_min_restricted_calc: Hopefully fixed textblock handling.
Tom Hacohen [Thu, 28 Apr 2011 15:29:50 +0000 (15:29 +0000)]
Edje size_min_restricted_calc: Hopefully fixed textblock handling.

SVN revision: 59010

13 years agoEvas font-engine: Fixed rendering of empty text.
Tom Hacohen [Thu, 28 Apr 2011 15:02:11 +0000 (15:02 +0000)]
Evas font-engine: Fixed rendering of empty text.

SVN revision: 59006

13 years agoethumb: use xattr as cache when available.
Cedric BAIL [Thu, 28 Apr 2011 13:25:14 +0000 (13:25 +0000)]
ethumb: use xattr as cache when available.

SVN revision: 59004

13 years agoEvas font-engine: Document and cleanup the comments in font-query.
Tom Hacohen [Thu, 28 Apr 2011 12:57:35 +0000 (12:57 +0000)]
Evas font-engine: Document and cleanup the comments in font-query.

SVN revision: 59002

13 years agoEvas textblock: Fixed a bug with drawing formats when clipped.
Tom Hacohen [Thu, 28 Apr 2011 12:12:57 +0000 (12:12 +0000)]
Evas textblock: Fixed a bug with drawing formats when clipped.

SVN revision: 59001

13 years agoEvas textblock: Added "password" tag - toggle password mode.
Tom Hacohen [Thu, 28 Apr 2011 11:08:20 +0000 (11:08 +0000)]
Evas textblock: Added "password" tag - toggle password mode.

This lets you toggle the password mode inside the text. Especially
useful for implementing "show last char" in password entries.

Patch by Shilpaonkar Singh

SVN revision: 59000

13 years agoEvas textblock: Fixed *_format_remove_pair to invalidate the text nodes.
Tom Hacohen [Thu, 28 Apr 2011 08:18:44 +0000 (08:18 +0000)]
Evas textblock: Fixed *_format_remove_pair to invalidate the text nodes.

SVN revision: 58991

13 years agofix formatting.
Carsten Haitzler [Thu, 28 Apr 2011 06:59:11 +0000 (06:59 +0000)]
fix formatting.

SVN revision: 58988

13 years agoEina: eina_object : more use of eina_lock
Vincent Torri [Wed, 27 Apr 2011 19:44:57 +0000 (19:44 +0000)]
Eina: eina_object : more use of eina_lock

SVN revision: 58980

13 years agoethumb: make exists client API async.
Cedric BAIL [Wed, 27 Apr 2011 18:06:42 +0000 (18:06 +0000)]
ethumb: make exists client API async.

Ethumb_Client now use Ecore_Thread with this patch.

TODO:
* cache exists requests (client side).
* cache generate requests (server side).

SVN revision: 58977

13 years agoEina: Fix static build of the buddy mempool
Vincent Torri [Wed, 27 Apr 2011 17:00:36 +0000 (17:00 +0000)]
Eina: Fix static build of the buddy mempool

SVN revision: 58974

13 years agoformatting: alphabetical order
Vincent Torri [Wed, 27 Apr 2011 16:58:23 +0000 (16:58 +0000)]
formatting: alphabetical order

SVN revision: 58973

13 years agodo not enter the modules dir if they are not built
Vincent Torri [Wed, 27 Apr 2011 16:15:41 +0000 (16:15 +0000)]
do not enter the modules dir if they are not built

SVN revision: 58971

13 years agoremove shadow var
Vincent Torri [Wed, 27 Apr 2011 15:50:12 +0000 (15:50 +0000)]
remove shadow var

SVN revision: 58966

13 years agoEvas textblock: Use strncmp instead of strncpy and strcmp.
Tom Hacohen [Wed, 27 Apr 2011 14:59:22 +0000 (14:59 +0000)]
Evas textblock: Use strncmp instead of strncpy and strcmp.

SVN revision: 58963

13 years agoEvas font-engine: Remove dependency or harfbuzz being built with glib.
Tom Hacohen [Wed, 27 Apr 2011 14:00:00 +0000 (14:00 +0000)]
Evas font-engine: Remove dependency or harfbuzz being built with glib.

Harfbuzz needs unicode querying functions in order to work properly,
until there'll be a nice lib that does that (should be under dev) we have
to depend on an outside source. This commit uses new Harfbuzz API that
lets us not care about the unicode function provider and just let harfbuzz
to manage it on it's own.

SVN revision: 58961

13 years agoEvas textblock: Implement format invalidation points support.
Tom Hacohen [Wed, 27 Apr 2011 12:41:26 +0000 (12:41 +0000)]
Evas textblock: Implement format invalidation points support.

This lets us only relayout what's needed also when inserting formats.
This means inserting <b> </> for example is now as fast as inserting any
other char and doesn't cause a complete relayout.

SVN revision: 58958

13 years agodont use old evas.h in docs.
Carsten Haitzler [Wed, 27 Apr 2011 11:20:42 +0000 (11:20 +0000)]
dont use old evas.h in docs.

SVN revision: 58955

13 years agoeio: add inotify backend and fix api.
Cedric BAIL [Wed, 27 Apr 2011 10:27:07 +0000 (10:27 +0000)]
eio: add inotify backend and fix api.

Note: API/ABI of Eio_Monitor could be considered usable and need feedback.
Still lacking of proper fallback and windows port.

SVN revision: 58953

13 years agoeet: remove uneeded Evas.h.
Cedric BAIL [Wed, 27 Apr 2011 09:44:37 +0000 (09:44 +0000)]
eet: remove uneeded Evas.h.

SVN revision: 58950

13 years agoremove shadow variables
Vincent Torri [Wed, 27 Apr 2011 05:45:28 +0000 (05:45 +0000)]
remove shadow variables

SVN revision: 58945

13 years agoEvas font-engine: Fixes last commit to not seg when not using OT.
Tom Hacohen [Tue, 26 Apr 2011 14:20:45 +0000 (14:20 +0000)]
Evas font-engine: Fixes last commit to not seg when not using OT.

SVN revision: 58936

13 years agoRevert "BAD TASN!". Yeah, I'm evil.
Tom Hacohen [Tue, 26 Apr 2011 14:20:41 +0000 (14:20 +0000)]
Revert "BAD TASN!". Yeah, I'm evil.

Following commit includes a fix.

This reverts commit 58933.

SVN revision: 58935

13 years agoEvas font-engine: Updated comments.
Tom Hacohen [Tue, 26 Apr 2011 14:20:38 +0000 (14:20 +0000)]
Evas font-engine: Updated comments.

SVN revision: 58934

13 years agoBAD TASN!
Carsten Haitzler [Tue, 26 Apr 2011 14:05:01 +0000 (14:05 +0000)]
BAD TASN!

ROLL BACK TODAYS CHANGES TO EVAS....

SEGV SEGV EVERYWHERE!

*SPANK*

SVN revision: 58933

13 years agoEvas Evas.h: Sync dox authors with AUTHORS file.
Daniel Juyung Seo [Tue, 26 Apr 2011 13:02:02 +0000 (13:02 +0000)]
Evas Evas.h: Sync dox authors with AUTHORS file.

SVN revision: 58932

13 years agoemail address of Thierry El Borgi
Michael BOUCHAUD [Tue, 26 Apr 2011 12:36:57 +0000 (12:36 +0000)]
email address of Thierry El Borgi

SVN revision: 58931

13 years agoEvas font-engine: fix issue with using the wrong fi.
Tom Hacohen [Tue, 26 Apr 2011 10:21:01 +0000 (10:21 +0000)]
Evas font-engine: fix issue with using the wrong fi.

SVN revision: 58930

13 years agomake generic loader 2 stage (head + data)
Carsten Haitzler [Tue, 26 Apr 2011 09:41:07 +0000 (09:41 +0000)]
make generic loader 2 stage (head + data)

SVN revision: 58927

13 years agoEvas font-engine: use the cached fi instead of searching for it.
Tom Hacohen [Tue, 26 Apr 2011 09:26:33 +0000 (09:26 +0000)]
Evas font-engine: use the cached fi instead of searching for it.

SVN revision: 58926