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.

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.

2008-05-04 19:04 - jmb - r4124 - (in trunk/netsurf)

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)

2008-05-04 14:43 - mikeL - r4123 - (in branches/mikeL/netsurf)

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.

2008-05-04 01:59 - bursa - r4122 - (in trunk/libsvgtiny)

Add an overview of the library.

2008-05-04 00:24 - bursa - r4121 - (in trunk/libsvgtiny)

Fix stroke widths.

2008-05-03 10:10 - jmb - r4120 - (in trunk/libcss)

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

2008-05-02 20:09 - mikeL - r4119 - (in branches/mikeL/netsurf)

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.

2008-05-02 03:27 - mikeL - r4118 - (in branches/mikeL/netsurf)

Cleanup

2008-05-02 02:54 - mikeL - r4117 - (in branches/mikeL/netsurf)

Added a Current Page button to Preferences next to the url entry for setting the home page

2008-05-01 21:15 - mikeL - r4116 - (in branches/mikeL/netsurf)

Redesigned right-click menu: added back, forward, and reload, previously default menu items are now hidden unless view->toolbars->menu bar is disabled

2008-05-01 20:40 - jmb - r4115 - (in trunk/libcss)

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.

2008-05-01 20:39 - jmb - r4114 - (in trunk/libcss)

Add space

2008-05-01 20:31 - mikeL - r4113 - (in branches/mikeL/netsurf)

Created working copy

2008-05-01 16:36 - jmb - r4112 - (in trunk/libcss)

Import beginnings of a CSS parsing library. Currently comprises a lexer.

2008-05-01 16:34 - jmb - r4111 - (in trunk/libparserutils)

Import parser construction utility library

2008-04-28 11:08 - jmb - r4110 - (in trunk/netsurf)

Add html extensions to minimal MIME type hash

2008-04-27 20:41 - jmb - r4109 - (in branches/mikeL/)

Create branch for Mike L.

2008-04-25 14:57 - tlsa - r4108 - (in trunk/netsurf)

Accomodate text area scrollbars in fixed widths. Fix radio button / checkbox issue.