summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* html: layout: Split out common helpersMichael Drake2022-10-232-527/+599
* CSS: Fix dump of display: inline-flexMichael Drake2022-10-231-1/+1
* Layout: Constify box through layout_find_dimensions().Michael Drake2022-10-231-1/+1
* Layout: Constify box through layout_handle_box_sizing().Michael Drake2022-10-231-1/+1
* layout: Add helpers for various box type checks.Michael Drake2022-10-231-31/+55
* layout: Add helper for checking if a style has a border on a side.Michael Drake2022-10-231-2/+9
* layout: Drop redundant else block.Michael Drake2022-10-231-2/+0
* CSS: Simplify css display to box type conversion.Michael Drake2022-10-234-91/+56
* HACK: USE LOCAL LIBCURLMichael Drake2022-10-231-2/+3
* GitHub CI: Add monkey short-internet testMichael Drake2022-10-231-0/+62
* GitHub CI: Add linux build and unit test jobMichael Drake2022-10-231-0/+104
* GitHub CI: Add static analysis.Michael Drake2022-10-231-0/+58
* env.sh: Add NetSurf clone skip and shallow clone switches.Michael Drake2022-10-231-3/+24
* content: image cache: Avoid int overflow before size_t conversionMichael Drake2022-10-231-1/+1
* utils: ssl_certs: Fix potential snprintf overflowMichael Drake2022-10-231-7/+28
* utils: file: Use fstatat and unlinkatMichael Drake2022-10-231-12/+27
* urldb: Handle snprintf errorMichael Drake2022-10-231-1/+4
* gtk: toolbar: Handle snprintf errorMichael Drake2022-10-231-1/+8
* gtk: pixbuf creation: Avoid int overflow before size_t conversionMichael Drake2022-10-231-1/+1
* js: console: Fix argument type for formatting functionMichael Drake2022-10-231-1/+1
* js: image data: Avoid int overflow before size_t conversionMichael Drake2022-10-231-1/+1
* Test: Add prefer_dark_mode to reference choices dataMichael Drake2022-10-231-0/+1
* RISC OS: Image: Don't override sprite mode for opaque plot typeMichael Drake2022-10-051-5/+8
* Ensure image cache logging does not cause division by zero at exitVincent Sanders2022-09-111-6/+6
* RISC OS: Allow text selection in URL bar (RO5.28 onwards)John-Mark Bell2022-09-041-1/+4
* RISC OS: Dragging favicon drag-saves URLMichael Drake2022-08-281-0/+1
* RISC OS: Image: Fix EX0 EY0 plot when avoiding TinctMichael Drake2022-08-251-6/+20
* Amiga: Fix page theme current selectionChris Young2022-08-051-1/+1
* Amiga: Add page theme toggleChris Young2022-08-032-9/+77
* HTML: CSS media spec: Pass in dark mode preference.Michael Drake2022-07-301-0/+20
* Core: Options: Add user preference for dark mode coloursMichael Drake2022-07-301-0/+3
* Bitmap: Remove misleading format documentation.Michael Drake2022-06-141-27/+5
* RISC OS: fix awrender glue for EABIJohn-Mark Bell2022-06-051-22/+60
* Buildsystem: fix makefile snafuJohn-Mark Bell2022-06-031-1/+6
* RISC OS: fix type in awrender_init definition.John-Mark Bell2022-06-031-1/+1
* RISC OS: fix snprintf usageJohn-Mark Bell2022-06-032-2/+4
* RISC OS: fix up use of strncpyJohn-Mark Bell2022-06-034-13/+20
* RISC OS: GCC 10 approved fall-through markersJohn-Mark Bell2022-06-032-1/+2
* inttypes: custom format for UnixLib ssize_tJohn-Mark Bell2022-06-033-11/+16
* env.sh: update for arm-riscos-gnueabihfJohn-Mark Bell2022-06-031-1/+1
* Buildsystem: update for new RISC OS toolchainJohn-Mark Bell2022-06-033-11/+45
* Duktape: Prevent clang static analysis.Michael Drake2022-05-291-0/+3
* Duktape: Update to 2.7.0 release.Michael Drake2022-05-293-11565/+15231
* About/Cert: get EC key details using OpenSSL 3 APIsJohn-Mark Bell2022-05-281-25/+321
* About/Cert: get RSA n/e using OpenSSL 3 APIsJohn-Mark Bell2022-05-281-6/+119
* About/Cert: use EVP_PKEY_bits to get key sizeJohn-Mark Bell2022-05-281-43/+5
* About/Cert: contain pkey inspection in type methodsJohn-Mark Bell2022-05-281-12/+18
* UA: align with compat specJohn-Mark Bell2022-05-273-16/+23
* RISC OS: use OS CertData resource, if presentJohn-Mark Bell2022-05-272-1/+4
* Update root CA bundleJohn-Mark Bell2022-05-271-181/+374