Go to file
Chris Young 43476438e5 Amiga: Correct another instance of the selected search provider not being converted to string.
This is still crashing on startup and when search providers with no icon(?) are selected.
2024-06-14 13:30:50 +01:00
.github/workflows ci: Add ccache to github workflows 2023-03-16 15:47:43 +00:00
content html: css: Update to new css_computed_width API 2024-05-27 13:51:31 +01:00
desktop avoid warning about using bitwise operators on booleans 2024-05-30 09:15:59 +01:00
docs Update env.sh to install dev packages for various toolkits 2024-05-29 08:52:23 +01:00
frontends Amiga: Correct another instance of the selected search provider not being converted to string. 2024-06-14 13:30:50 +01:00
include/netsurf move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
resources Resources: Add french static files 2024-03-01 16:17:15 +00:00
test change web search option to use provider name instead of index 2024-05-27 14:29:23 +01:00
tools jenkins-build: add arm-riscos-gnueabi 2023-03-05 23:48:48 +00:00
utils nsurl: Use locale agnostic helpers in host validation 2024-05-29 09:55:03 +01: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 Ensure perl tool expansion is used everywhere 2024-05-25 18:24:03 +01:00
Makefile.config.example Dukky: Add and utilise a jserrors category 2019-08-02 10:12:45 +01:00
Makefile.defaults Makefile: Set libjxl to AUTO 2023-11-26 17:26:09 +00:00
Makefile.macros Buildsystem: Avoid errors when headers are removed. 2021-03-19 12:09:57 +00:00
Makefile.tools move build tool selection into separate makefile fragment 2024-02-27 09:26:37 +00:00
README.md s/http/https/ in user-facing URIs 2022-05-27 17:58:51 +01: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