On Sat, Sep 27, 2008 at 09:33:59PM +0200, Johannes Hofmann wrote:
On Thu, Sep 04, 2008 at 04:09:30PM -0400, Jorge Arellano Cid wrote:
On Wed, Sep 03, 2008 at 06:28:49PM +0200, Johannes Hofmann wrote:
On Tue, Sep 02, 2008 at 09:20:03AM -0400, Jorge Arellano Cid wrote:
On Mon, Sep 01, 2008 at 01:42:26PM +0200, Johannes Hofmann wrote:
Hi Jorge,
how did You setup the OSX box to get a compiler and header files? Did You install that huge XCode stuff, or is there another way? I may get access to an OSX box to try dillo on it.
How do I disable the double-buffer?
Use the --disable-doublebuffer option when configuring dw2.
Oh, yes, I forgot... (tried running ./configure --help in dillo2 not dw2)
I tried dillo "as is" with clear_double_buffer() and without it, and the result is the same...
Yeah, dw2 implements doublebuffering internally, so that does not make a difference.
I'll have access to that machine again sarting on September 12.
Just tried current dillo on OSX with --disable-doublebuffer. It works ok with some issues:
* Some of the buttens disapear from time to time (Back button for example).
* The font size seems a bit too large so that there is not enough space between words and lines.
* Incoming data does not reliably trigger a page update. An additional event like a mouse movement is necessary.
Apart from that it's quite nice. Tabs are working fine.
Oh, sorry, I forgot to tell you. That's exactly what I saw when testing without double buffer. -- Cheers Jorge.-