Go to file
Chris Young 4346b2b62b Allow hiding of Docky icon by setting hide_docky_icon:1
(bit of a workaround involved as REGAPP_NoIcon doesn't
appear to check the tag value)

svn path=/trunk/netsurf/; revision=9725
2009-12-13 12:14:43 +00:00
!NetSurf Amiga print UI 2009-11-01 14:53:04 +00:00
amiga Allow hiding of Docky icon by setting hide_docky_icon:1 2009-12-13 12:14:43 +00:00
beos Typo. 2009-08-02 11:31:35 +00:00
content Squash leak. 2009-12-02 16:54:17 +00:00
css Fix erroneous switch fallthrough 2009-11-22 14:12:49 +00:00
desktop Squash leaks 2009-11-22 14:10:39 +00:00
Docs Remove extraneous comma. 2009-11-30 10:01:36 +00:00
framebuffer ensure source rectangle on copy operations has its upper co-ordinates set 2009-12-07 17:35:11 +00:00
gtk Merge Paul Blokus' selectscroll branch. Adds core select menu widget for forms and core scrollbar widget. 2009-08-14 10:37:33 +00:00
image Revert r9108, as component order in libnsgif due to be corrected. 2009-08-09 21:37:20 +00:00
render Squash memory leak 2009-11-22 13:58:05 +00:00
riscos Another blatent use-after-free 2009-12-03 22:12:43 +00:00
utils Less broken conditional 2009-08-25 08:28:01 +00:00
COPYING
Makefile Test with -fno-strict-aliasing. 2009-08-07 21:31:02 +00:00
Makefile.config.example
Makefile.defaults NETSURF_USE_DRAW should apply to the Draw content handler only. 2009-06-20 19:38:56 +00:00
Makefile.resources Use progress pointer. 2009-07-14 16:18:35 +00:00
Makefile.sources First attempt at Amiga printing support. Doesn't quite work - a column on the left 2009-08-23 15:59:41 +00:00
netsurf
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