summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* inttypes: custom format for UnixLib ssize_tJohn-Mark Bell2022-06-032-11/+11
* 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
* about(chart): include config.h to silence warningJohn-Mark Bell2022-05-271-0/+1
* Bitmap: Implement test_opaque in core instead of in every frontend.Michael Drake2022-03-292-3/+3
* 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
* 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
* Image: WebP: Correct output buffer size for rowstride.Michael Drake2022-03-271-1/+1
* Image: Sprite: Avoid multiple bitmap format conversions.Michael Drake2022-03-271-14/+4
* Image: RSVG: Just use bitmap to client for conversion.Michael Drake2022-03-271-39/+1
* Image: PNG: Decode to client bitmap format.Michael Drake2022-03-271-11/+32
* Image: GIF: Decode directly to client bitmap format.Michael Drake2022-03-271-36/+22
* Bitmap: Move bitmap pixel to colour macro to bitmap header.Michael Drake2022-03-271-1/+2
* Image: WebP: Call bitmap format conversion after decode.Michael Drake2022-03-271-0/+4
* Image: RSVG: Call bitmap format conversion after decode.Michael Drake2022-03-271-0/+4
* Image: PNG: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+11
* Image: Sprite: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+4
* Image: JPEG: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+5
* Image: ICO: Abstract image decode into helper.Michael Drake2022-03-261-29/+23
* Image: ICO: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+10
* Image: GIF: Call bitmap format conversion before/after decode.Michael Drake2022-03-261-2/+36
* Image: BMP: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+4
* Bitmap API: Clean up creation flags.Michael Drake2022-03-249-15/+15
* Image: ICO: Update for new libnsbmp API.Michael Drake2022-03-241-1/+0
* Image: BMP: Update for new libnsbmp API.Michael Drake2022-03-241-3/+1
* PNG: Bytes per pixel is always 4.Michael Drake2022-03-241-1/+1
* GIF: Update to new libnsgif API.Michael Drake2022-03-231-1/+2
* GIF: Tolerate errors during scan if at least one frame.Michael Drake2022-03-031-5/+9
* GIF: Update to latest libnsgif API.Michael Drake2022-02-261-206/+160
* CSS: Selection callbacks: Update to latest LibDOM API.Michael Drake2021-07-051-0/+3
* Switch to new libcss API for unit conversion.Michael Drake2021-05-3022-860/+519
* CSS: Update to latest libcss: Remove weird units.Michael Drake2021-05-303-46/+2
* hoist the Referer header generation logic up to the low level cacheVincent Sanders2021-03-255-104/+152
* html: layout: Cleanup dom node tag name getting with helper.Michael Drake2021-02-201-14/+32
* html: layout: Fix to ignore non-element children of lists.Michael Drake2021-02-201-3/+10
* layout: Add support for OL reversed attribute.Michael Drake2021-02-101-1/+102
* layout: list handling: Scope reduce some variables in the recursive call.Michael Drake2021-02-101-3/+3
* html: layout: Change list value step to variable.Michael Drake2021-02-101-1/+2
* html: Add support for OL start attribute.Michael Drake2021-02-103-13/+55
* layout: Add support for list item value attribute.Michael Drake2021-02-091-1/+52
* html: Do list item counting at layout time.Michael Drake2021-02-092-98/+82
* layout: Pass content into list layout function.Michael Drake2021-02-091-10/+12