Require C99 SCL in Run file. Provides a friendlier error message than "Integer too big for SharedCLibrary" when attempting to load modules that require either a 32bit or C99-capable SCL (e.g. AcornURI or Iconv)
RISC OS Development Builds
The development build available on this page is built automatically from the latest source code in SVN. It is likely to be unstable and may crash your machine.
- NetSurf for RISC OS 2.2 MB 04 May 2008 19:15 UTC
By regularly running a recent development build you can help us improve NetSurf by providing feedback to the authors.
Any bug reports or feature requests should be posted on the NetSurf issue tracker. If you aren't running RISC OS, you can fetch the latest source and build NetSurf for your system.
Recent SVN Activity
All times are in UTC.
Converted Preferences window to a dialog. Fixed spacing and naming in Preferences dialog. Split Preferences section of the Glade file into its own gtk_options.glade file. Moved all Preferences related files to gtk/dialogs.
Add an overview of the library.
Fix stroke widths.
Fix testdriver to accept # in input Significantly more tests for the lexer -- this basically covers all the non-OOD/EOF cases Fix bug in lexing of "/x" -- the CHAR(/) was getting dropped by the "don't emit comment tokens" logic
Preferences window is now initialized the first time edit->preferences is clicked instead of during nsgtk initialization. Expedites start-up time because preferences is a non-essential dialog.
Cleanup
Added a Current Page button to Preferences next to the url entry for setting the home page
Redesigned right-click menu: added back, forward, and reload, previously default menu items are now hidden unless view->toolbars->menu bar is disabled
Testdriver for automated lexer tests. This needs a little more work to verify that the data contained within emitted tokens is as expected. Very trivial testdata to exercise this.
Add space
Created working copy
Import beginnings of a CSS parsing library. Currently comprises a lexer.
Import parser construction utility library
Add html extensions to minimal MIME type hash
Create branch for Mike L.
Accomodate text area scrollbars in fixed widths. Fix radio button / checkbox issue.
