You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Daniel Silverstone 643f217bac
Rework browser_window_set_scroll() slightly to record new scroll offsets
7 years ago
!NetSurf Layout: Implement CSS3 box-sizing property. 8 years ago
content fix image cache format specifiers signedness 7 years ago
desktop Rework browser_window_set_scroll() slightly to record new scroll offsets 7 years ago
docs add some basic logging documentation 7 years ago
frontends Initialise DPI earlier so that it works for treeviews 7 years ago
include/netsurf Add concept of browser scroll offset saving in local history 7 years ago
render annotate error case fall through in switch to supress warnings 7 years ago
resources Updated Italian translation from Samir 8 years ago
test remove test for removed API 7 years ago
utils Finalise nslog layer properly in closedown 7 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore rename default build output directory target 8 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile Sort out the logging so that -v etc do the right thing 7 years ago
Makefile.config.example remove junk references to old javascript implementations 8 years ago
Makefile.defaults Sort out the logging so that -v etc do the right thing 7 years ago
README Fix to point at current build documentaion. 11 years ago

README

--------------------------------------------------------------------------------
  NetSurf README
--------------------------------------------------------------------------------

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


  Building NetSurf
==================
  
  Read the QUICK-START 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