Welcome, Guest. Please login or register.

Author Topic: Netsurf for 68k amigas, css capable web brower  (Read 34024 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline unusedunused

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show only replies by unusedunused
Re: Netsurf for 68k amigas, css capable web brower
« Reply #149 from previous page: June 29, 2009, 04:26:16 PM »
Quote

edit: bernd, were you able to reproduce these strange pointer effects on utilitybase and amigans? i had something similar while editing


Edit:
this i see too.when scroll with cursor then a width rectangle is see.

But when wait until the bitmaps(OS4 AROS classic images) are draw before mouse move or scroll, then all is ok.but sometimes i get no images show only when scroll full down and then up

strange what SDL can do with that
« Last Edit: June 29, 2009, 04:50:25 PM by bernd_afa »
 

Offline unusedunused

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show only replies by unusedunused
Re: Netsurf for 68k amigas, css capable web brower
« Reply #150 on: June 29, 2009, 04:54:24 PM »
you write you get with the BBC page on OS4 wrong object type message ?

Now that i increase window size to 1200*1000 i get too this message, and no out of memory but page is not show.

or can you post a screenshot of the BBC Page on OS4 is show ?
 

Offline chris

Re: Netsurf for 68k amigas, css capable web brower
« Reply #151 on: June 30, 2009, 11:52:21 PM »
Quote from: wawrzon;513748
since the problem doesnt show up on some other big sites im not sure if this is really out of mem problem. maybe it is wrongly reported as such. i dont know.


Out of memory is a bit of a default error message on NetSurf.  I wouldn't trust it to actually mean out of memory, I used to get it here due to a bug in newlib's iconv() functions.

@bernd

Since I'm here, here's a screenshot of BBC News site.  I don't get that error though.
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz
 

Offline unusedunused

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show only replies by unusedunused
Re: Netsurf for 68k amigas, css capable web brower
« Reply #152 on: July 01, 2009, 08:08:13 AM »
Quote from: chris;514044
Out of memory is a bit of a default error message on NetSurf.  I wouldn't trust it to actually mean out of memory, I used to get it here due to a bug in newlib's iconv() functions.

@bernd

Since I'm here, here's a screenshot of BBC News site.  I don't get that error though.


the 68k version use the libiconv and not the iconv on netsurf page.We notice with internal fonts problems with the CP437 codepage.(No fonts show)

Artur change internal font to CP1250.this support most chars

but maybe try to compile netsurf iconv maybe that help
« Last Edit: July 01, 2009, 03:46:38 PM by bernd_afa »
 

Offline unusedunused

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show only replies by unusedunused
Re: Netsurf for 68k amigas, css capable web brower
« Reply #153 on: July 04, 2009, 05:26:36 PM »
there is a option for option file to disable antialiazing of truetype fonts.now netsurf is faster with freetype.

fb_font_monochrome:true

maybe there is no need to do a internal font build anymore ?
« Last Edit: July 04, 2009, 07:00:41 PM by bernd_afa »