Go to file
Michael Drake 7bf6a88c9c Image: Sprite: Call bitmap format conversion after decode.
Currently a no-op, because we decode to the default format
and no front end requests anything but the default format.
2022-03-26 15:45:00 +00:00
content Image: Sprite: Call bitmap format conversion after decode. 2022-03-26 15:45:00 +00:00
desktop Bitmap: Initialise layout for default pixel format. 2022-03-26 15:45:00 +00:00
docs extend teh implementing a new frontend document 2021-03-23 23:44:59 +00:00
frontends RISC OS: Include core bitmap header from RO bitmap header. 2022-03-24 22:19:22 +00:00
include/netsurf Include: Bitmap: Add API for setting core bitmap format. 2022-03-26 15:45:00 +00:00
resources Update ca-bundle 2021-10-04 21:46:50 +01:00
test tests: Update corestring allocation count. 2021-02-15 14:24:15 +00:00
tools
utils util: corestring: Add DOM "reversed" string. 2021-02-10 17:59:12 +00:00
.clang-format
.gitattributes
.gitignore
COPYING
Makefile
Makefile.config.example
Makefile.defaults
Makefile.macros Buildsystem: Avoid errors when headers are removed. 2021-03-19 12:09:57 +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