summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix up size of download URI field in Dutch templatesJohn-Mark Bell2022-05-271-1/+1
* s/http/https/ in user-facing URIsJohn-Mark Bell2022-05-2726-252/+250
* RISC OS: initialise font subsystem after Wimp_InitialiseJohn-Mark Bell2022-05-271-8/+10
* RISC OS: fix up following RUfl API changeJohn-Mark Bell2022-05-271-3/+3
* Browser window: include theme.hJohn-Mark Bell2022-05-271-0/+1
* Save complete: silence warningJohn-Mark Bell2022-05-271-2/+2
* about(chart): include config.h to silence warningJohn-Mark Bell2022-05-271-0/+1
* Amiga: Do not use pre-multiplied alpha with CompositeTags() (ie. OS4 RTG)Chris Young2022-04-012-8/+24
* Amiga: Use ARGB format bitmapsChris Young2022-04-013-28/+10
* GTK: Simplify opaque bitmap handling.Michael Drake2022-03-292-52/+6
* Bitmap: Implement test_opaque in core instead of in every frontend.Michael Drake2022-03-2915-247/+38
* Bitmap: Try to squash -Wtautological-constant-out-of-range-compareMichael Drake2022-03-281-1/+2
* GTK: Bitmap: Converted bool not needed any more.Michael Drake2022-03-281-1/+0
* GTK: Drop bitmap format logging that's duplicated in the core.Michael Drake2022-03-281-1/+0
* Bitmap: Log the bitmap format that gets set.Michael Drake2022-03-281-0/+36
* GTK: Get the core to handle premultipled alpha bitmap format.Michael Drake2022-03-282-170/+1
* WebP: Optimisation: If it's opaque avoid any PMA conversions.Michael Drake2022-03-281-0/+4
* PNG: Allow support for premultiplied alpha.Michael Drake2022-03-281-4/+13
* Bitmap: Add support for premultiplied alpha conversion.Michael Drake2022-03-283-17/+164
* GTK: Search: Squash implicit declaration of malloc.Michael Drake2022-03-281-0/+1
* GTK: Scaffolding: Squash implicit declaration of malloc, free.Michael Drake2022-03-281-0/+1
* GTK: Misc: Squash strcmp and strdup implicit declaration warnings.Michael Drake2022-03-281-0/+2
* GTK: Set bitmap format to match Cairo format.Michael Drake2022-03-282-12/+47
* Desktop: Browser window: Squash theme install start warning.Michael Drake2022-03-281-0/+4
* About: Chart: Squash implicit declaration of strndup.Michael Drake2022-03-281-0/+1
* Image: JPEG: Decode to client bitmap format where possible.Michael Drake2022-03-271-51/+125
* Image: JPEG: Warn if not using libjpeg-turbo.Michael Drake2022-03-271-7/+2
* Image: WebP: Decode to client bitmap format where possible.Michael Drake2022-03-271-8/+24