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 6550da2bc4
GTK4 investigation - read teh comments in compat.h - and forget it
1 year ago
.github/workflows ci: Add ccache to github workflows 2 years ago
content jpegxl: Ensure decoded bitmap format is converted to front end format 1 year ago
desktop css: Add option to ignore author level CSS 1 year ago
docs (docs): Update the unimplemented JS bits list 2 years ago
frontends GTK4 investigation - read teh comments in compat.h - and forget it 1 year ago
include/netsurf Bitmap: Remove misleading format documentation. 3 years ago
resources RISC OS: Add "Disable CSS" option to content choices UI 1 year ago
test tests: Add author_level_css to list of all options 1 year ago
tools jenkins-build: add arm-riscos-gnueabi 2 years ago
utils Implement simple jpeg xl image handler 1 year 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 Implement simple jpeg xl image handler 1 year ago
Makefile.config.example Dukky: Add and utilise a jserrors category 6 years ago
Makefile.defaults Makefile: Set libjxl to AUTO 1 year ago
Makefile.macros Buildsystem: Avoid errors when headers are removed. 4 years ago
README.md s/http/https/ in user-facing URIs 3 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