Welcome, Guest. Please login or register.

Author Topic: NetSurf 2.0 released for OS4  (Read 4417 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Rebel-CD32

  • Sr. Member
  • ****
  • Join Date: Apr 2004
  • Posts: 288
    • Show only replies by Rebel-CD32
Re: NetSurf 2.0 released for OS4
« Reply #14 from previous page: April 26, 2009, 07:38:32 PM »
Perhaps you were thinking of GTK-MUI - http://sourceforge.net/projects/gtk-mui/

"A GTK+ to MUI (Magic User Interface) wrapper library, that makes it possible, to compile GTK+ programs for AmigaOS/AROS/MorphOS without any changes to the sources. The result is a native AmigaOS/AROS/MorphOS program with a native MUI GUI."

Great news about Netsurf! I've just finally got broadband after years of dialup, so I'll be setting up my Acorn RiscPC and trying Netsurf out on that. It would be great to see a 68k version too, although I have a feeling it won't be very usable on my A1200/030, but it'll be great for UAE and Amithlon users.
Amiga user forever.
 

Offline Seiya

  • Sr. Member
  • ****
  • Join Date: Apr 2004
  • Posts: 380
    • Show only replies by Seiya
    • http://www.amigademo.tk
Re: NetSurf 2.0 released for OS4
« Reply #15 on: April 26, 2009, 08:02:42 PM »
i quote :)

Offline utri007

Re: NetSurf 2.0 released for OS4
« Reply #16 on: April 27, 2009, 12:32:41 AM »
Coders has said multiple times that they had made OS4 version so that OS3.5 /3.9 version should be easy to make.

Has anyone even check the sources??
ACube Sam 440ep Flex 800mhz, 1gb ram and 240gb hd and OS4.1FE
A1200 Micronic tower, OS3.9, Apollo 060 66mhz, xPert Merlin, Delfina Lite and Micronic Scandy, 500Gb hd, 66mb ram, DVD-burner and WLAN.
A1200 desktop, OS3.9, Blizzard 060 66mhz, 66mb ram, Ide Fix Express with 160Gb HD and WLAN
A500 OS2.1, GVP+HD8 with 4mb ram, 1mb chip ram and 4gb HD
Commodore CDTV KS3.1, 1mb chip, 4mb fast ram and IDE HD
 

Offline buzz

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 612
    • Show only replies by buzz
Re: NetSurf 2.0 released for OS4
« Reply #17 on: April 27, 2009, 01:25:40 AM »
I had a look at an older version. used os4 coding style with IExec-> that shouldnt be too much trouble, but also used other os4 libraries like popup menu and others. Certainly some work involved but possible im sure, if someone is willing.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: NetSurf 2.0 released for OS4
« Reply #18 on: April 27, 2009, 08:47:29 AM »
Wouldn't MUI work better for OS 3.x?

http://aminet.net/package/dev/c/netsurf-morphos-src

Note: It would still require fair amount of work as AOS 3.x MUI is rather old. I think the MorphOS version should still be easier to port to AmigaOS 3.x than OS 4.x version (irony intended).
 

Offline chrisTopic starter

Re: NetSurf 2.0 released for OS4
« Reply #19 on: April 27, 2009, 07:30:52 PM »
@buzz

It has been __USE_INLINE__ (ie. OS3-style) since the start.

The popupmenu class is just for HTML selection menus (I saw a patch on the ml which would remove the need for this) and context menus (not vital for an initial port)

A lot of what doesn't work in OS3 can be commented out to get it compiled, and then compatible functions added in later.  I originally started with only a couple of functions in the Amiga platform code implemented - the most important bits are the plotters (plotters.c is entirely graphics.library and I think was copied for the MorphOS port) and some of the basic window opening/redraw/event handling, which shouldn't need much tweaking.

The fonts code goes through the new OS4 diskfont EFunctions rather than direct to bullet/ft2.library.  I have an (old) version which uses ttengine.library so that removes that problem.
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz
 

Offline Jose

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2871
    • Show only replies by Jose
Re: NetSurf 2.0 released for OS4
« Reply #20 on: April 27, 2009, 09:54:43 PM »
@Piru

Go on, you know you want to :-)
\\"We made Amiga, they {bleep}ed it up\\"
 

Offline buzz

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 612
    • Show only replies by buzz
Re: NetSurf 2.0 released for OS4
« Reply #21 on: April 27, 2009, 10:34:13 PM »
@chris, then my memory deceived me! Thanks for the info