Go to file
John Mark Bell 4a950fcbf7 Only run the scheduler on null poll events.
Ensure the status bar widget treats its text as const.

Fix erroneous free of status bar text in status bar widget destructor. 
The status bar text is now owned by the core.

Schedule a callback to request a redraw from the Wimp when setting status bar 
text. The previous approach could lead to the Wimp having a long queue of 
redraw events to issue to us, thus preventing any other application being 
scheduled.

The above changes are based on a patch from Rik Griffin.

svn path=/trunk/netsurf/; revision=10126
2010-03-10 22:47:37 +00:00
!NetSurf and again. 2010-02-14 11:52:23 +00:00
amiga Pass all unknown URLs to launch-handler/OpenURL. 2010-03-07 00:46:08 +00:00
beos Use correct length definition 2010-01-23 13:48:06 +00:00
content Rate limit fetch progress notifications. 2010-02-10 00:32:12 +00:00
css Fix erroneous switch fallthrough 2009-11-22 14:12:49 +00:00
desktop Review fixups from Daniel Silverstone 2010-02-11 10:58:26 +00:00
Docs Update LibROSprite details in NetSurf build docs. 2010-02-13 09:55:28 +00:00
framebuffer Process command line after loading options file. 2010-02-10 07:22:50 +00:00
gtk Remove html favicon of unknown origin and use a NetSurf logo when there's no other favicon. 2010-02-13 20:39:07 +00:00
image Accomodate for antique versions of libpng (as found with the BeOS R5 devkit), which either: 2010-02-17 22:25:03 +00:00
render Remove apparently spurious status update. 2010-02-10 00:57:23 +00:00
riscos Only run the scheduler on null poll events. 2010-03-10 22:47:37 +00:00
utils Valgrind suppressions file 2010-02-11 00:23:59 +00:00
windows Fix initial sizing 2010-02-13 23:02:51 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile More GTK install resources. 2010-02-13 20:46:37 +00:00
Makefile.config.example Update build config example comment. 2009-03-27 14:26:43 +00:00
Makefile.defaults Add Windows frontend 2010-01-31 00:36:02 +00:00
Makefile.resources Add Windows frontend 2010-01-31 00:36:02 +00:00
Makefile.sources Replace old internal font with new one. New font 2010-02-06 22:32:39 +00:00
netsurf Remove bashism and improve nsgtk launcher shell script, add simple BUILDING-GTK document. 2007-02-06 16:52:47 +00:00
README Trim dead wood. 2009-10-15 16:02:59 +00:00

--------------------------------------------------------------------------------
  NetSurf README                                               15 October 2009
--------------------------------------------------------------------------------

  This document should help point you at various useful bits of information.


  Building NetSurf
==================
  
  Read the appropriate BUILDING-* document in the Docs/ directory for
  instructions.


  Creating a new port
=====================

  Look at the existing front ends for example implementations.  The framebuffer
  front end is simplest and most self-contained.  Also, you can contact the
  developers for help:

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

  Check out the developer documentation sources listed below too.


  Further documentation
=======================

  The Developer section of the web site has loads of info to get you started:

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

  General documentation on how NetSurf's code works can be found on the
  development wiki:

      http://wiki.netsurf-browser.org/Documentation/

  The code style guide is here:

      http://www.netsurf-browser.org/developers/StyleGuide.pdf