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 bc546388ce
greatly improve fltk browser user interface
4 years ago
content html: layout: Cleanup dom node tag name getting with helper. 4 years ago
desktop fix missing bitmap from preventing history and scroll updates 4 years ago
docs fix headings to be in doxygen prefered format 4 years ago
frontends greatly improve fltk browser user interface 4 years ago
include/netsurf Improve some documentation comments 4 years ago
resources Default CSS: Use 40px for list padding. 4 years ago
test tests: Update corestring allocation count. 4 years ago
tools framebuffer: Fix internal font generated source for GCC 10. 4 years ago
utils util: corestring: Add DOM "reversed" string. 4 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 move remaining macros into separate macro makefile 4 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
Makefile.macros Buildsystem: Avoid errors when headers are removed. 4 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