summaryrefslogtreecommitdiff
path: root/content/handlers
Commit message (Expand)AuthorAgeFilesLines
* Plotters: Remove width param from path plotter.Michael Drake2018-05-231-2/+2
* Plotters: Change stroke width in the plot_style_t to fixed point.Michael Drake2018-05-232-6/+7
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-235-9/+9
* clean up html content handler header useVincent Sanders2018-05-1112-68/+180
* move html and text content handlers where they belongVincent Sanders2018-05-1036-3/+28825
* Duktape: Squash armhf warnings.Michael Drake2018-05-081-1/+1
* Duktape: Squash -Wcast-align warnings on armhf.Michael Drake2018-05-051-2/+26
* Duktape: Make declarations match definitions for inline functions.Michael Drake2018-05-041-4/+4
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2018-05-041-2/+2
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2018-05-041-1/+1
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2018-05-041-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2018-05-041-0/+3
* Duktape: Update to 2.2.1 release.Michael Drake2018-05-043-165/+213
* Fix dependency declaration for dukky.cVincent Sanders2018-04-211-1/+1
* JPEG: handle CMYK/YCCK imagesJohn-Mark Bell2018-01-201-15/+40
* RSVG: fix colour conversionJohn-Mark Bell2018-01-201-3/+11
* CSS utils: Handle new units in length conversion routines.Michael Drake2018-01-052-16/+174
* CSS computed style composition: Update for new CSS units.Michael Drake2018-01-052-5/+48
* CSS: Add new libcss unit types to computed style dump.Michael Drake2018-01-021-0/+39
* Duktape: Squash -Wcast-align warnings on armhf.Michael Drake2017-11-021-2/+26
* Revert "Duktape: Attempt to squash aarch64 cast increases required alignment ...Michael Drake2017-11-011-5/+1
* Duktape: Attempt to squash aarch64 cast increases required alignment warnings.Michael Drake2017-10-301-1/+5
* Duktape: Use align-by-8 on all platforms by defaultMichael Drake2017-10-291-51/+0
* Duktape: Revert alignment of `struct duk_hobject`.Michael Drake2017-10-291-5/+1
* Duktape: Another attempt to squash aarch64 increases required alignment warni...Michael Drake2017-10-291-3/+1
* Duktape: Attempt to squash aarch64 cast increases required alignment warnings.Michael Drake2017-10-291-1/+7
* Duktape: Make declarations match definitions for inline functions.Michael Drake2017-10-211-4/+4
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2017-10-211-2/+2
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2017-10-211-1/+1
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2017-10-211-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2017-10-211-0/+3
* Duktape: Update to 2.2.0 release.Michael Drake2017-10-213-12439/+14327
* CSS: Wrappers for computed style getters that return unsupported values.Michael Drake2017-10-202-3/+73
* CSS hints: Ensure length and unit are initialised for vertical-align.Michael Drake2017-10-131-0/+2
* fix image cache format specifiers signednessVincent Sanders2017-09-111-6/+9
* update bindings with logging changesVincent Sanders2017-09-066-18/+23
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-0610-136/+187
* use nslog library for logging if available.Vincent Sanders2017-09-031-1/+3
* Errorcodes: Add SPRITE_ERROR and use it in sprite content handler.Michael Drake2017-08-301-1/+1
* Sprite content handler: Ensure we broadcast error on librosprite error.Michael Drake2017-08-291-0/+1
* Sprite content handler: Fix leaked rosprite_mem_context on rosprite_load error.Michael Drake2017-08-291-4/+11
* RSVG content handler: Remove unused assignement.Michael Drake2017-08-281-1/+0
* SVG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-4/+1
* RSVG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-15/+6
* PNG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-11/+4
* Sprite content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-5/+2
* ICO content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-8/+3
* GIF content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-9/+6
* BMP content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-9/+4
* CSS content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-12/+5