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
Vincent Sanders 7f2702294f
Official Release
5 years ago
content canvas: Implement fully correct putImageData features 5 years ago
desktop Update version files for release 5 years ago
docs UnimplementedJavascript: I've implemented 10 more things 5 years ago
frontends fix RISC OS corewindows incorrectly becoming visible when scroll extents are set 5 years ago
include/netsurf Plot style: Helper macro to get nearest of black and white. 5 years ago
resources update ca-bundle 5 years ago
test test: Use putImageData features in life demo 5 years ago
utils idna: Do not overcopy utf8 buffer as though it were ucs4 5 years ago
.clang-format update clang format style for version 7 5 years ago
.gitattributes add attributes file to stop .gitignore being exported 12 years ago
.gitignore gitignore: Ignore nsgtk2 properly 5 years ago
COPYING Clarify licensing arrangements 18 years ago
Makefile Makefile: Add STMTEXPR detection for wapcaplet 5 years ago
Makefile.config.example Dukky: Add and utilise a jserrors category 6 years ago
Makefile.defaults Logging: Include VERBOSE in the binary by default. 5 years ago
README.md README: Add markdown extension. 5 years ago

README.md

NetSurf

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

Building NetSurf

Read the Quick Start document 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.

Further documentation