summaryrefslogtreecommitdiff
path: root/content/handlers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-269-28/+28
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2017-04-211-2/+2
* Duktape: Enable fastints.Michael Drake2017-04-201-0/+1
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2017-04-161-1/+1
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2017-04-161-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2017-04-161-0/+3
* Duktape: Update to 2.1.0 release.Michael Drake2017-04-163-5539/+7089
* CSS: Handle presentational hint for HR's "width" attribute.Michael Drake2017-04-101-0/+1
* Presentational hints: Ensure length is initialised for auto margins.Michael Drake2017-04-061-0/+2
* Duktape: Suppress warnings about increasing alignment of pointer type.Michael Drake2017-03-231-2/+2
* Duktape: Atari Mint lacks trunc, log2 and cbrt.Michael Drake2017-03-231-1/+7
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2017-03-231-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2017-03-231-0/+3
* Duktape 2.X: duk_error now returns a duk_ret_tMichael Drake2017-03-233-10/+6
* Duktape 2.x: duk_safe_call callbacks now have a void ptr user data param.Michael Drake2017-03-231-5/+5
* Duktape 2.X: Update to Duktape 2.0.2.Michael Drake2017-03-233-21021/+24871
* Update all core use of plotters to new APIVincent Sanders2017-02-115-39/+74
* Add EventTarget bindingDaniel Silverstone2017-02-053-0/+279
* Add EventListener support to duktape binding.Daniel Silverstone2017-02-052-7/+187
* Support fixed nsgenbind bindingsDaniel Silverstone2017-02-052-4/+6
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-213-5/+5
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-0/+1
* fixup usage of directory creation macro in MakefilesVincent Sanders2017-01-071-2/+2
* Duktape: Prevent clang static analysis.Michael Drake2016-12-281-0/+3
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2016-12-281-6/+6
* Duktape: Update to version 1.6.0.Michael Drake2016-12-283-125/+324
* make nsgenbind call last in rule so faliures are noticed by makeVincent Sanders2016-11-241-1/+0
* fix spelling of retrivedVincent Sanders2016-11-211-2/+2
* fix spelling and doxygen comments in image cacheVincent Sanders2016-11-211-24/+72
* Work in Progress: Update for style-sharing LibCSS API.Michael Drake2016-11-191-32/+23
* Table cell nowrap attribute is presentational hint, not UA style.Michael Drake2016-10-131-0/+17
* Duktape: Prevent clang static analysis.Michael Drake2016-08-311-0/+3
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2016-08-311-6/+6
* Duktape: Update to version 1.5.1.Michael Drake2016-08-313-81/+185
* Fix Duktape on AmigaOS3 (thanks to Tygre and Sami)Chris Young2016-08-271-1/+1