Go to file
Michael Drake 473a40bc11 Layout: Fix min max pass calc that looked wrong.
The `width` variable call be set to AUTO, which is INT_MIN,
so we can't add it to max without checking it's > 0, or we'll
blunder into the minmax assertions.
2018-04-02 20:23:30 +01:00
!NetSurf RISC OS: Update to ChkSprites from Sprow. 2018-01-20 18:53:20 +00:00
content JPEG: handle CMYK/YCCK images 2018-01-20 17:58:42 +00:00
desktop History: don't update if there's no content. 2018-01-20 18:47:26 +00:00
docs Debian(ish): use libssl1.0-dev if it exists 2018-01-20 13:29:36 +00:00
frontends Minor opt 2018-02-27 21:51:32 +00:00
include/netsurf Add concept of browser scroll offset saving in local history 2017-09-23 14:55:52 +01:00
render Layout: Fix min max pass calc that looked wrong. 2018-04-02 20:23:30 +01:00
resources Messages: Update German translation. 2017-12-18 14:25:25 +00:00
test remove test for removed API 2017-09-11 10:35:38 +01:00
utils Utils: Filename: Squash warning: -Wformat-truncation= 2018-01-01 13:51:40 +00:00
.clang-format add a clang format that roughly conforms to the netsurf style 2017-09-24 18:19:58 +01:00
.gitattributes
.gitignore rename default build output directory target 2017-01-05 23:02:03 +00:00
COPYING
Makefile Sort out the logging so that -v etc do the right thing 2017-09-08 21:15:54 +01:00
Makefile.config.example remove junk references to old javascript implementations 2016-09-19 22:02:51 +01:00
Makefile.defaults Sort out the logging so that -v etc do the right thing 2017-09-08 21:15:54 +01:00
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