summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial adding of grid boxvince/gridlayoutVincent Sanders2023-12-152-2/+4
* split html line layout into separate moduleVincent Sanders2023-12-147-1176/+1262
* split html layout code into sub directoryVincent Sanders2023-12-1410-20/+33
* split out block layoutVincent Sanders2023-12-148-1538/+1766
* split out table layoutVincent Sanders2023-12-146-595/+661
* html flex layout headerVincent Sanders2023-12-144-94/+120
* Fix corestring testVincent Sanders2023-12-131-1/+1
* Fix use of uninitialised code variable in error reportingVincent Sanders2023-12-131-3/+4
* Attempt to fix maybe uninitialised errorVincent Sanders2023-12-131-1/+1
* Resolve progress function deprication in curl later than 7.32.0Vincent Sanders2023-12-121-6/+16
* Remove use of depricated API after libcurl 7.56Vincent Sanders2023-12-122-122/+425
* jpegxl: Ensure decoded bitmap format is converted to front end formatMichael Drake2023-11-261-1/+13
* jpegxl: Tell libjxl to decode unpremultiply alpha if neededMichael Drake2023-11-261-0/+9
* jpegxl: Designated initialiser for output format structMichael Drake2023-11-261-1/+6
* Makefile: Set libjxl to AUTOMichael Drake2023-11-261-0/+4
* avoid the unecessary callback APIVincent Sanders2023-11-261-17/+4
* Implement simple jpeg xl image handlerVincent Sanders2023-11-268-0/+379
* RISC OS: Add "Disable CSS" option to content choices UIMichael Drake2023-11-266-21/+21
* RISC OS: Remove last vestiges of plugin supportMichael Drake2023-11-264-78/+0
* html: css: Remove redundant origin filtering for author_level_cssMichael Drake2023-11-261-5/+0
* html: Avoid processing STYLE elements if author_level_css disabledMichael Drake2023-11-261-2/+7
* html: Avoid fetching (and decoding) linked stylesheetsMichael Drake2023-11-261-0/+4
* html: css: Minor code style fixMichael Drake2023-11-261-2/+2
* tests: Add author_level_css to list of all optionsMichael Drake2023-11-251-0/+1
* css: Fix blocking of presentational hints for author_level_css=0Michael Drake2023-11-251-5/+7
* html: layout: Ensure all object types are reflowed if appropriateMichael Drake2023-11-251-2/+2
* css: Add option to ignore author level CSSMichael Drake2023-11-254-5/+20
* Ensure the current scaffold remains validVincent Sanders2023-11-251-0/+12
* Update root CA bundleJohn-Mark Bell2023-09-171-214/+318
* content: backing store: Remove unused typedef.Michael Drake2023-06-171-8/+0
* test: Use YAML SafeLoaderMichael Drake2023-06-171-1/+1
* Clean up print format specifier usageMichael Drake2023-06-176-14/+15
* Avoid integer types with platform dependent sizeDeltaVonNeumann2023-06-1716-60/+69
* ci: Add ccache to github workflowsMichael 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