summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: Add ccache to github workflowsHEADmasterMichael Drake2023-03-163-0/+21
* Retire long-dead codeJohn-Mark Bell2023-03-122-146/+0
* arm-riscos-gnueabi: require SharedULib 1.16John-Mark Bell2023-03-061-1/+1
* RISC OS: add ARMEABISupport 1.05John-Mark Bell2023-03-062-0/+20
* RISC OS: update SharedULib to 1.16John-Mark Bell2023-03-062-8/+7
* jenkins-build: add arm-riscos-gnueabiJohn-Mark Bell2023-03-051-1/+23
* fetchers/curl: tolerate lack of TLS1.3John-Mark Bell2023-03-051-2/+6
* gtk: Don't try to make zero-size bitmapsMichael Drake2023-01-241-0/+4
* html: layout: flex: Don't freeze already-frozen itemsMichael Drake2022-12-161-0/+4
* html: layout: flex: shrink: Avoid rounding error accumulationMichael Drake2022-12-161-4/+7
* html: layout: flex: grow: Avoid rounding error accumulationMichael Drake2022-12-161-3/+6
* html: layout: flex: Handle auto margins in main directionMichael Drake2022-12-151-5/+32
* html: layout: flex: Track used size and count auto margins for mainMichael Drake2022-12-151-0/+16
* html: layout: flex: Helper to get main margin end sizeMichael Drake2022-12-151-16/+32
* (curl): Add extra logging to fetcher initialisationDaniel Silverstone2022-12-151-4/+8
* html: layout: flex: Support reversed main directionMichael Drake2022-12-141-10/+38
* html: layout: Helpers to get cross/main box sizeMichael Drake2022-12-141-0/+14
* html: layout: flex: Rename indirected box w/h functionsMichael Drake2022-12-142-5/+7
* html: layout: flex: Scope reduce variablesMichael Drake2022-12-141-2/+2
* html: layout: flex: Only distribute positive remaining cross spaceMichael Drake2022-12-141-1/+1
* html: layout: flex: Minor code style changeMichael Drake2022-12-141-6/+3
* html: layout: flex: Add code documentationMichael Drake2022-12-141-1/+126
* html: layout: flex: Hoist item placement out of line resolverMichael Drake2022-12-141-50/+50
* html: layout: flex: Return NULL for pointerMichael Drake2022-12-141-1/+1
* html: layout: Helper for whether flex direction is reversedMichael Drake2022-12-141-0/+13
* rsvg246: Fix build against librsvg 2.48Michael Drake2022-12-131-0/+7
* rsvg246: Split out width/height acquisitionMichael Drake2022-12-131-21/+29
* add rsvg image decoder that uses the new APIVincent Sanders2022-11-273-1/+268
* (Element): Honour [SameObject] for ::classList getterDaniel Silverstone2022-11-271-10/+20
* (docs): Update the unimplemented JS bits listDaniel Silverstone2022-11-271-16/+1
* DOMTokenList: Add support and testing for thisDaniel Silverstone2022-11-277-0/+278
* utils/utf8.c: Fix missing format string for snprintfDaniel Silverstone2022-11-261-1/+1
* remove the ambiguity around the reallocation in utf8_to_html()Vincent Sanders2022-11-261-4/+5
* consolodate duplicated conversion descriptor cache codeVincent Sanders2022-11-261-58/+61
* Improve utf8 conversion functionVincent Sanders2022-11-261-40/+39
* (duktape): Clear some warnings by adding base data to css rule and stylesheetDaniel Silverstone2022-11-263-0/+48
* GitHub CI: Make codeql job name match other jobsMichael Drake2022-11-091-1/+1
* GitHub CI: Update for new env.shMichael Drake2022-11-093-3/+3
* env.sh: Add support for building only a libMichael Drake2022-11-091-56/+75
* fetchers/curl: drop non-PFS fallback ciphersuiteJohn-Mark Bell2022-11-051-2/+0
* fetchers/curl: disable TLS1.0 and TLS1.1 supportJohn-Mark Bell2022-11-052-11/+7
* fetchers/curl: explicitly configure TLS1.3 ciphersuitesJohn-Mark Bell2022-11-051-1/+13
* gif: Ensure we never pass NSERROR_OK to error broadcastMichael Drake2022-11-041-3/+0
* gif: Mark gifs as complete after scanning source dataMichael Drake2022-11-041-2/+4
* RISC OS: conditionally demand ARMEABISupport in !RunJohn-Mark Bell2022-11-033-0/+9
* RISC OS: generate unwind tables for EABI buildsJohn-Mark Bell2022-11-031-0/+3
* BuildSystem: make package step depend on POSTEXESJohn-Mark Bell2022-11-035-5/+5
* Buildsystem: support arm-riscos-gnueabiJohn-Mark Bell2022-11-031-14/+26
* env.sh: support arm-riscos-gnueabiJohn-Mark Bell2022-11-031-1/+1
* html: layout: flex: Disable verbose loggingMichael Drake2022-11-021-21/+23