Re: [E-devel] About text format manipulation with EFL

2005-10-05 Thread Frederick MOUSNIER-LOMPRE
2005/10/4, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>: > On Tue, 4 Oct 2005 14:46:47 +0200 Frederick MOUSNIER-LOMPRE > <[EMAIL PROTECTED]> babbled: > > So my first question is that is there any funtions/modules in the EFL > > that can handle text conversions like the Iconv library [5] doe

Re: [E-devel] About text format manipulation with EFL

2005-10-04 Thread David Seikel
On Wed, 5 Oct 2005 00:25:20 -0400 Jose O Gonzalez <[EMAIL PROTECTED]> wrote: > What he really loves is "caches". Get him started on that, > and you'll hear no end on the matter :) I've, had that conversation with him. I'm the one that insisted on the .eap cache. pgptudZhTfQuv.pgp Des

Re: [E-devel] About text format manipulation with EFL

2005-10-04 Thread Jose O Gonzalez
On Wed, 5 Oct 2005 11:16:58 +0900 Carsten writes: > On Wed, 5 Oct 2005 01:00:10 +1000 David Seikel <[EMAIL PROTECTED]> > babbled: > > > On Tue, 4 Oct 2005 23:01:23 +0900 Carsten Haitzler (The Rasterman) > > <[EMAIL PROTECTED]> wrote: > > > > > if you want to let webcore do the text layout you

Re: [E-devel] About text format manipulation with EFL

2005-10-04 Thread The Rasterman
On Wed, 5 Oct 2005 01:00:10 +1000 David Seikel <[EMAIL PROTECTED]> babbled: > On Tue, 4 Oct 2005 23:01:23 +0900 Carsten Haitzler (The Rasterman) > <[EMAIL PROTECTED]> wrote: > > > if you want to let webcore do the text layout you will end up with > > TONNES of text objects - and having that many

Re: [E-devel] About text format manipulation with EFL

2005-10-04 Thread David Seikel
On Tue, 4 Oct 2005 23:01:23 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > if you want to let webcore do the text layout you will end up with > TONNES of text objects - and having that many can possibly get very > expensive speed-wise. for now - instead of rendering text, just

Re: [E-devel] About text format manipulation with EFL

2005-10-04 Thread The Rasterman
On Tue, 4 Oct 2005 14:46:47 +0200 Frederick MOUSNIER-LOMPRE <[EMAIL PROTECTED]> babbled: > Hi everybody, > > I'm working on a port of the KHTML renderer [1] [2] (HTML > layout engine) from the KDE project like it was done for the > Gtk/WebCore project [3] but with the EFL lib

Re: [E-devel] About text format manipulation with EFL

2005-10-04 Thread Nathan Ingersoll
On 10/4/05, Frederick MOUSNIER-LOMPRE <[EMAIL PROTECTED]> wrote: First of all I'd like to say that I'm a beginner in this field(HTML engine  renderer/EFL) so my first  - and also  unique - solutionwas to start with the sources of the Gtk Webcore project.Based on that  I try to replace  all

Re: [E-devel] About text format manipulation with EFL

2005-10-04 Thread Vincent Torri
On Tue, 4 Oct 2005, Frederick MOUSNIER-LOMPRE wrote: > Hi everybody, > > I'm working on a port of the KHTML renderer [1] [2] (HTML > layout engine) from the KDE project like it was done for the > Gtk/WebCore project [3] but with the EFL library - the main goal is to > remove

[E-devel] About text format manipulation with EFL

2005-10-04 Thread Frederick MOUSNIER-LOMPRE
Hi everybody, I'm working on a port of the KHTML renderer [1] [2] (HTML layout engine) from the KDE project like it was done for the Gtk/WebCore project [3] but with the EFL library - the main goal is to remove all external dependancies if possible and keep only EFL