Click Here
home features news forums classifieds faqs links search
6172 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
22 crawler(s) on-line.
 95 guest(s) on-line.
 0 member(s) on-line.



You are an anonymous user.
Register Now!
 agami:  36 mins ago
 michalsc:  37 mins ago
 kamelito:  41 mins ago
 ppcamiga1:  47 mins ago
 MEGA_RJ_MICAL:  2 hrs 46 mins ago
 bhabbott:  3 hrs 47 mins ago
 sunwinooo:  4 hrs 53 mins ago
 AmigaMac:  5 hrs 57 mins ago
 zErec:  6 hrs 32 mins ago
 number6:  6 hrs 58 mins ago

Software News   Software News : NetSurf 2.7 released
   posted by Chris_Y on 16-Apr-2011 9:11:04 (10188 reads)
NetSurf is a CSS capable web browser for AmigaOS 4 and other platforms.

The NetSurf developers are happy to announce the immediate availability
of NetSurf 2.7. This release contains many bug fixes and improvements.

It is available to download from http://www.netsurf-browser.org/


Here is a change log detailing the important changes in this release:

Core / All
----------

* Added WebP image support as build-time option.
* Made logging include timing information.
* Added treeview support.
* Added global history manager.
* Added hotlist manager.
* Added cookie manager.
* Added SSL certificate chain inspection display.
* Improved stability.
* Optimised plain text handling.
* Cleaned up build infrastructure.
* Fixed HTTP authentication issues.
* Improved cache cleanup.
* Improved detection of IP addresses in URLs.
* Fixed handling of IPv6 addresses.
* Updated rendering of local history.
* Made the cache more robust.
* Fixed building on OpenBSD.
* Optimised count of current fetches for given host.
* Added options for treeview rendering colours.
* Added partial support for CSS :after pseudo element.
* Fixed 'auto' top/bottom margins for tables.
* Improved font API documentation.
* Fixed float clearing bug.
* Fixed browser_window destruction issue.
* Added support for CSS system colours.
* Fixed colour treatment in rsvg binding.
* Improved portability.
* Fixed copying from plain text to clipboard.
* Improved core/front end interface for rendering into browser windows.
* Improved core/front end interface for rendering thumbnails.
* Optimised thumbnail rendering.
* Made rendering calls pass clipping rectangle around as pointer.
* Reduced floating point maths in the layout engine.
* Added support for about : URL scheme.
* Made cache more robust to strange server responses.
* Added about :config and about :Choices displays.
* Added about :licence and about :credits pages.
* Made knockout rendering optimisation independent of content types.
* Fixed clipping issue for HTML contents.
* Fixed overflow:auto and overflow:scroll behaviour.
* Set download filename according to Content-Disposition header.
* Added resource: URL scheme.
* Fixed poll loops for file: and data: URL scheme fetchers.
* Fixed cache control invalidation.
* Fixed text-indent layout issue.
* Fixed layout issue where clear wrongly interacted with margins.
* Improved cache performance.
* Fixed handling of objects which fail to load.
* Fixed various form submission issues.
* Parallelised fetch and conversion of imported stylesheets.
* Made content states more robust.
* Optimised layout code to reduce calls to measure strings.
* Improved layout code not to duplicate strings for text wrapping.
* Improved box structure for HTML contents.
* Optimised content message redraw requests.
* Made various cache enhancements.
* Text plot scaling handled in core.
* Handle API diversity of iconv() implementations.
* Optimise handling of child objects of an HTML content.
* Avoided stalling during early stages of fetch caused by cURL.
* Improved example of build configuration.
* Added generation of build testament for about :testament.
* Sanitised task scheduling.
* Improved debugging infrastructure.
* Fixed text/plain renderer to cope with scroll offsets.
* Added generated list of about : content at about :about.
* Allowed config. options to be set from the command line.

* Hubbub library (HTML parser):
+ Added scoping for use from C++ programs.
+ Fixed example program.
+ Removed need for library initialisation and finalisation.
+ Generate entities tree at build time, rather than run time.
+ Added clang build support.

* LibCSS library (CSS parser and selection engine):
+ Fixed destruction of bytecode for clip property.
+ Added scoping for use from C++ programs.
+ Removed need for library initialisation and finalisation.
+ Added support for CSS2 system colours.
+ Added support for CSS2 system fonts.
+ Altered external representation of colours to aarrggbb.
+ Added support for CSS3 rgba() colour specifier.
+ Added support for CSS3 'transparent' colour keyword.
+ Added support for CSS3 hsl() and hsla() colour specifiers.
+ Added support for CSS3 'currentColor' colour keyword.
+ Added support for CSS3 'opacity' property.
+ Added support for CSS3 selectors.
+ Added support for CSS3 namespaces.
+ Enabled clients to fetch imported stylesheets in parallel.
+ Made internal bytecode 64-bit safe.
+ Fixed leaking of strings.
+ Rewritten property parsers.
+ Certain property parsers auto-generated at build time.
+ Added clang build support.
+ Various portability enhancements.
+ Fixed selection for pseudo elements.
+ Added simultaneous selection for base and pseudo elements.
+ Namespaced all global symbols.
+ Updated test suite.
+ Future-proofed ABI.
+ Ensured fixed point maths saturates instead of overflowing.
+ Fixed clip property handling.
+ Fixed selection and cascade of "uncommon" CSS properties.
+ Added structure versioning for client input.

* LibNSBMP library (NetSurf BMP decoder):
+ Added missing include.
+ Made more robust when handling broken ICO files.
+ Added clang build support.

* LibNSGIF library (NetSurf GIF decoder):
+ Added missing include.
+ Added clang build support.

* LibParserUtils library (parser building utility functions):
+ Fixed input stream encoding issue.
+ Added scoping for use from C++ programs.
+ Removed need for library initialisation and finalisation.
+ Removed need for run time provision of external Aliases file.
+ Added clang build support.
+ Namespaced all global symbols.
+ Handle API diversity of iconv() implementations.

* LibROSprite library (RISC OS Sprite support for non-RO platforms):
+ C89 compatibility.

* LibSVGTiny library (SVG support):
+ Improved parsing of stroke-width.
+ Added clang build support.
+ Various portability enhancements.

* LibWapcaplet library (String internment):
+ Added scoping for use from C++ programs.
+ Removed need for library initialisation and finalisation.
+ Added clang build support.

RISC OS-specific
----------------

* Replaced hotlist with core hotlist.
* Replaced global history with core global history.
* Replaced cookie manager with core cookie manager.
* Replaced SSL cert. inspection with core SSL cert. inspection.
* Apply weighted averaging to download rate display.
* Examine extension when fetching local file of type 'Data'.
* Iconv module version 0.11 required.
* Rewritten toolbar code.
* Created simplified, self-contained gui widgets.
* Obtain download filename from the core.
* Set CSS system colours from desktop palette.
* Added menu entries to load about :licence and about :credits pages.

GTK-specific
------------

* Replaced global history with core global history.
* Added bookmarks support, using core hotlist.
* Added cookie manager.
* Added SSL certificate inspection window.
* Support GTK >= 2.21.6.
* Improved full save implementation.
* Made drags less jerky.
* Made new tabs open to show homepage.
* Improved text wrap handling.
* Improved menu bar.
* Improved context sensitive popup menu.
* Made various thumbnailing fixes.
* Obtain download filename from the core.
* Updated to use resource: scheme for resources.
* Fixed makefie's installation target.
* Enabled tabbing between form inputs.
* Updated About NetSurf dialogue.
* Reduced overhead due to Pango when measuring text.

AmigaOS-specific
----------------

* Improved bitmap caching.
* Fixed menus in kiosk mode.
* Improved filetype handling.
* Fixed menu shortcuts.
* Replaced hotlist with core hotlist.
* Replaced global history with core global history.
* Replaced cookie manager with core cookie manager.
* Replaced SSL cert. inspection with core SSL cert. inspection.
* Improved Cairo and non-Cairo plotters.
* Added auto-scroll on selection drags beyond window boundaries.
* Improved clipboard handling.
* Improved icon usage.
* Improved stability.
* Some incomplete work towards AmigaOS 3 support.
* Disabled iframes by default.
* Set CSS system colours from the pens in the screen DrawInfo table.
* Fixed kiosk mode to always fill screen.
* Improved scheduler.
* Made new tabs open to show homepage.
* Obtain download filename from the core.
* Added history content menus to back and forward buttons.
* Bitmap rendering optimisations.
* Improved download handling.
* Runtime selection of graphics plot implementations.
* Updated About requester.
* Enabled fast scrolling for all content types.

Mac OS X-specific
-----------------

* New front end.

BeOS/Haiku-specific
-------------------

* Fixed Replicant instantiation.
* Set CSS system colours according to current desktop settings.

Windows-specific
----------------

* Improved sub-window creation.
* Fixed redraw bugs.
* Fixed bitmap plotting.
* Fixed thumbnailing.
* Fixed local history.
* Fixed URL bar.
* Cleaned up toolbar creation.
* Improved native build.
* Fixed CPU thrashing when idle.
* Use NetSurf icon on window decoration.
* Improved options dialogue.
* Made various 'look and feel' enhancements.

Atari-specific
--------------

* New front end.

Framebuffer-specific
--------------------

* Improved toolbar.
* Improved font selection.
* Added glyph cache size configuration option.
* Made click action happen on mouse button release.
* Give browser widget input focus on startup.
* Fixed cursor leaving root widget.
* Dynamic detection of surface libraries.
* Updated to use resource: scheme for resources.
* Improved DPI handling.
* Fixed font size in text widgets.
* Added support for scaled rendering.

Also included are many smaller bug fixes, improvements and
documentation enhancements.
    

STORYID: 5890
Related Links
· More about Software News
· News by Chris_Y


Most read story about Software News
UBoot 2010.06.04 for Sam460ex available

Last news about Software News
Hollywood APK Compiler 4.0 released
Printer Friendly Page  Send this Story to a Friend

Goto page ( 1 | 2 )

PosterThread
samo79 
Re: NetSurf 2.7 released
Posted on 17-Apr-2011 14:42:19
#21 ]
Elite Member
Joined: 13-Feb-2003
Posts: 3505
From: Italy, Perugia

@djrikki

This is the official roadmap

http://vlists.pepperfish.net/pipermail/netsurf-dev-netsurf-browser.org/2011-April/002450.html


_________________
BACK FOR THE FUTURE

http://www.betatesting.it/backforthefuture

Sam440ep Flex 800 Mhz 1 GB Ram + AmigaOS 4.1 Update 6
AmigaOne XE G3 800 Mhz - 640 MB Ram - Radeon 9200 SE + AmigaOS 4.1 Update 6

 Status: Offline
Profile     Report this post  
Chris_Y 
Re: NetSurf 2.7 released
Posted on 17-Apr-2011 15:07:02
#22 ]
Elite Member
Joined: 21-Jun-2003
Posts: 3205
From: Beds, UK

@eliyahu

Quote:
terrific job, as always. two points i've found that were present in the previous version:

1. when using the AISS toolbar iconset, the 'shadows' normally present show up as black pixels


This drives me mad, as I have no idea why it happens. Every refresh the shadows get darker, it looks as if the button images are overprinting when the gadget refreshes. I don't know why that would be.

Quote:
2. is it possible to add an iconify gadget?


Yes, but it has been on my list for ages so don't expect it any time soon.

Quote:

is there a central repo for bug reports and/or RFEs? i'd love to be able to report issues officially if there is a mechanism for that.


http://www.netsurf-browser.org/contact/

If it directly relates to the Amiga frontend it is better to email them to me as I don't monitor the tracker.


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

 Status: Offline
Profile     Report this post  
drHirudo 
Re: NetSurf 2.7 released
Posted on 17-Apr-2011 18:06:37
#23 ]
Super Member
Joined: 26-Apr-2004
Posts: 1113
From: Sofia

NetSurf 2.7 is amazingly fast on my microAmigaOne. Posting this message from it now. Fantastic work.


_________________
Games, programs, reviews

 Status: Offline
Profile     Report this post  
samo79 
Re: NetSurf 2.7 released
Posted on 17-Apr-2011 19:38:33
#24 ]
Elite Member
Joined: 13-Feb-2003
Posts: 3505
From: Italy, Perugia

Quote:
1. when using the AISS toolbar iconset, the 'shadows' normally present show up as black pixels


Mmm i have similar problems also using my themes

http://os4depot.net/index.php?function=showfile&file=graphics/theme/firefox2like_theme.lha

But forget to tell ...

AFAIK with 2.6 there is no graphics problem in toolbar


_________________
BACK FOR THE FUTURE

http://www.betatesting.it/backforthefuture

Sam440ep Flex 800 Mhz 1 GB Ram + AmigaOS 4.1 Update 6
AmigaOne XE G3 800 Mhz - 640 MB Ram - Radeon 9200 SE + AmigaOS 4.1 Update 6

 Status: Offline
Profile     Report this post  
marko 
Re: NetSurf 2.7 released
Posted on 17-Apr-2011 22:14:17
#25 ]
Super Member
Joined: 17-Dec-2007
Posts: 1816
From: Gothenburg, THE front side of Sweden ;), (via Finland), EU

Great

Have install it little later, though...

Last edited by marko on 17-Apr-2011 at 10:17 PM.


_________________
AmigaOS 4.1 FEu2 on Sam440ep-flex 800MHz 1GB RAM
C128, A500+, A1200, A1200/40, AmigaForever 2008+09+16, 5 x86/x64 boxes
Still waiting (or dreaming) for the Amiga revolution...
m4rko.com/AMIGA

 Status: Offline
Profile     Report this post  
Trixie 
Re: NetSurf 2.7 released
Posted on 18-Apr-2011 10:46:48
#26 ]
Amiga Developer Team
Joined: 1-Sep-2003
Posts: 2104
From: Czech Republic

@chris

Quote:
This drives me mad, as I have no idea why it happens. Every refresh the shadows get darker, it looks as if the button images are overprinting when the gadget refreshes. I don't know why that would be.

This could be a bug in button.gadget - I noticed that in a project of mine, too. May be worth reporting to Rigo.

Use speedbar.gadget for the toolbar. It has one extra advantage: the buttons do not get redrawn every time the window size changes. (Same problem with Filer, btw.)

Last edited by Trixie on 18-Apr-2011 at 10:49 AM.


_________________
The Rear Window blog

AmigaOne X5000/020 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition
SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition

 Status: Offline
Profile     Report this post  
DAX 
Re: NetSurf 2.7 released
Posted on 19-Apr-2011 9:40:45
#27 ]
Elite Member
Joined: 30-Sep-2009
Posts: 2790
From: Italy

I hope it will be just another good browser for us when Java script will be enabled, but by that time probably MuiOWB and Timberwolf will be out...

As for now it's doesn't hold a candle to our Reaction based OWB :(


_________________
SamFlex Complete 800Mhz System + AmigaOS 4.1 Update 4
Amiga 2000 DKB 2MB ChipRam GVP G-Force040 Picasso 2 OS3.9 BB2
AmigaCD 32

 Status: Offline
Profile     Report this post  

Goto page ( 1 | 2 )

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle