Go to file
Michael Drake 32d9de461e util: corestring: Add DOM "reversed" string. 2021-02-10 17:59:12 +00:00
content layout: list handling: Scope reduce some variables in the recursive call. 2021-02-10 17:57:57 +00:00
desktop Prevent overflow of disc cache hysteresis. 2021-01-25 13:39:28 +00:00
docs allow monkey tests to specify a redraw area for plot-check steps 2021-02-07 22:57:27 +00:00
frontends remove stray tab in hts makefile to fix amigaos3 build 2021-01-17 22:03:17 +00:00
include/netsurf Improve colour_lightness 2020-06-29 08:49:12 +01:00
resources Default CSS: Use 40px for list padding. 2021-02-01 09:03:52 +00:00
test undo debug driver change 2021-02-08 08:44:54 +00:00
tools framebuffer: Fix internal font generated source for GCC 10. 2020-11-13 11:13:46 +00:00
utils util: corestring: Add DOM "reversed" string. 2021-02-10 17:59:12 +00:00
.clang-format update clang format style for version 7 2019-10-10 18:22:23 +01:00
.gitattributes add attributes file to stop .gitignore being exported 2013-04-19 21:27:45 +01:00
.gitignore gitignore: Ignore nsgtk2 properly 2020-02-22 11:39:14 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile move remaining macros into separate macro makefile 2021-01-24 17:51:54 +00:00
Makefile.config.example Dukky: Add and utilise a jserrors category 2019-08-02 10:12:45 +01:00
Makefile.defaults Logging: Include VERBOSE in the binary by default. 2019-11-30 20:14:12 +00:00
Makefile.macros move remaining macros into separate macro makefile 2021-01-24 17:51:54 +00:00
README.md README: Add markdown extension. 2020-02-21 09:33:08 +00:00

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