Welcome, Guest. Please login or register.

Author Topic: Netsurf 2.1: 68k-Update  (Read 6780 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline x303

Re: Netsurf 2.1: 68k-Update
« Reply #14 from previous page: July 04, 2009, 12:59:40 PM »
Quote from: wawrzon;514444
@x303, maybe this was not clearly stated (due to language barrier, lol) but netsurf expects your size definition to be browser area only, tollbars and so on apparently add to that, so you have to define your window at least 20 pixels smaller than your display resolution.

Sorry, but this IS a bug. Setting the windowsize to 800x600 kicks the right scrollbar out. Setting it 20 pix smaller gets it in, but the total windowsize becomes 788x600, not 800x600 !!! BTW, i think the code itself should distract the 20 pix off the total size, not the user.

x303 :D :D :D
 

Offline apjTopic starter

Re: Netsurf 2.1: 68k-Update
« Reply #15 on: July 04, 2009, 02:07:41 PM »
Quote from: x303;514452
Sorry, but this IS a bug. Setting the windowsize to 800x600 kicks the right scrollbar out. Setting it 20 pix smaller gets it in, but the total windowsize becomes 788x600, not 800x600 !!! BTW, i think the code itself should distract the 20 pix off the total size, not the user.

x303 :D :D :D


Done.

Offline wawrzon

Re: Netsurf 2.1: 68k-Update
« Reply #16 on: July 04, 2009, 03:46:21 PM »
@artur: very nice, but check these transparecy issues, i think it is more important. if this is fixed all other issues seem to be general netsurf problems. imho its better to stay conform with the main source than workaround. also a lot of people dont get netsurf started cause they have 24bit wb set and it takes ages before they realize. if i understood bernd right 24bit plotter is now available, how about that?
 

Offline unusedunused

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show only replies by unusedunused
Re: Netsurf 2.1: 68k-Update
« Reply #17 on: July 04, 2009, 05:19:35 PM »
Quote from: x303;514452
Sorry, but this IS a bug. Setting the windowsize to 800x600 kicks the right scrollbar out. Setting it 20 pix smaller gets it in, but the total windowsize becomes 788x600, not 800x600 !!! BTW, i think the code itself should distract the 20 pix off the total size, not the user.

x303 :D :D :D


the code do nothing, it want a window open with 1024*768.but with the window borders the window need more room.

sdl does not know about window borders, amiga os shrink the window automatic to fit on screen.

i need change sdl to fix that for all programs

BTW: i find a option that let set antialiasing on and off.this allow faster speed with truetype fonts

fb_font_monochrome:true

>if i understood bernd right 24bit plotter is now available, how about >that?

i dont understand wy 24 bit use, because its slow, remember your fire values of 24 bit screen

so when netsurf run on 24 bit it is maybe slower than necessary
« Last Edit: July 04, 2009, 05:23:55 PM by bernd_afa »
 

Offline x303

Re: Netsurf 2.1: 68k-Update
« Reply #18 on: July 04, 2009, 05:43:54 PM »
Quote from: __artur;514455
Done.

I don't think so. The scrollbars are indeed inside the window, but the windowsize itself is shrunk to 796x588 instead of 800x600.

x303 :D :D :D
 

Offline apjTopic starter

Re: Netsurf 2.1: 68k-Update
« Reply #19 on: July 04, 2009, 06:07:00 PM »
Quote from: x303;514466
I don't think so. The scrollbars are indeed inside the window, but the windowsize itself is shrunk to 796x588 instead of 800x600.

x303 :D :D :D

So what???

Offline x303

Re: Netsurf 2.1: 68k-Update
« Reply #20 on: July 04, 2009, 06:15:43 PM »
It seems that netsurf doesn't load gif images of webpages. I hope this will be included in a next release.

x303 :D :D :D
 

Offline chris

Re: Netsurf 2.1: 68k-Update
« Reply #21 on: July 04, 2009, 08:25:55 PM »
Quote from: wawrzon;514444
i dont think it makes sence to check against os4 version since it isnt sdl anymore.


It was never SDL - the SDL version was written after I'd already ported NetSurf.

Chris
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz
 

Offline Munchkin

Re: Netsurf 2.1: 68k-Update
« Reply #22 on: July 04, 2009, 10:36:01 PM »
When I try this on my A4kD with OS3.9 both the non-ttf and the ttf version crashes the computer instantly. Sometimes I get the google page and once or twice I've been able to start loading amiga.org but it always ends with a flashing yellow light on my miggy....
 

Offline wawrzon

Re: Netsurf 2.1: 68k-Update
« Reply #23 on: July 05, 2009, 01:39:35 AM »
@bernd:
""
i dont understand wy 24 bit use, because its slow, remember your fire values of 24 bit screen

so when netsurf run on 24 bit it is maybe slower than necessary
""
sure its slow but at least people do not come with "i doesnt run on my setup" all the time. otherwise put this _explicitly_ in the readme. there might be people too that want truecolor for what it costs but do not have 32bit modis? like it is the case on my p4.
well thats just my advice. it would convince more people from the start too methinks
 

Offline wawrzon

Re: Netsurf 2.1: 68k-Update
« Reply #24 on: July 05, 2009, 01:44:56 AM »
@chris: i didnt know that. i observed some flaws of your version for instance on the bbc page. i suppose you are aware about it but i could provide you with a screenshot if you are interested.
 

Offline chris

Re: Netsurf 2.1: 68k-Update
« Reply #25 on: July 05, 2009, 01:46:49 PM »
Quote from: wawrzon;514499
@chris: i didnt know that. i observed some flaws of your version for instance on the bbc page. i suppose you are aware about it but i could provide you with a screenshot if you are interested.


Yes please, if they only relate to my version.

Chris
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz
 

Offline wawrzon

Re: Netsurf 2.1: 68k-Update
« Reply #26 on: July 05, 2009, 03:04:22 PM »
@chris: submitted via mail. the jpeg has become a little too big, i noticed first when sending, sorry.
 

Offline unusedunused

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show only replies by unusedunused
Re: Netsurf 2.1: 68k-Update
« Reply #27 on: July 08, 2009, 07:26:57 AM »
Quote from: wawrzon;514497
@bernd:
""
i dont understand wy 24 bit use, because its slow, remember your fire values of 24 bit screen

so when netsurf run on 24 bit it is maybe slower than necessary
""
sure its slow but at least people do not come with "i doesnt run on my setup" all the time. otherwise put this _explicitly_ in the readme. there might be people too that want truecolor for what it costs but do not have 32bit modis? like it is the case on my p4.
well thats just my advice. it would convince more people from the start too methinks


but then they think oh netsurf is really slow, its not good.
Maybe Artur add in the aminet readme, if wrong colors you are in 24 bit mode or use 32 bit rgba32 mode.use 16 bit or 32 bit mode on your gfx card.

>When I try this on my A4kD with OS3.9 both the non-ttf and the ttf >version crashes the computer instantly. Sometimes I get the google >page and once or twice I've been able to start loading amiga.org >but it always ends with a flashing yellow light on my miggy....

how many memory have your A4000 , gfx card that is able to do a 800*600 mode ?.if not you need change the option file in netsurf
« Last Edit: July 08, 2009, 07:32:12 AM by bernd_afa »