summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Excise the llcache query pathway.Daniel Silverstone2019-08-0519-405/+177
* Migrate SSL certificate storage to the browser windowDaniel Silverstone2019-08-0511-137/+226
* browser_window: Add fetch parameters and split navigateDaniel Silverstone2019-08-052-14/+135
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-0513-61/+70
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-0510-80/+43
* enable gnu extensions to get strcasestr from string.hVincent Sanders2019-08-052-0/+4
* remove shadow scale variable from beosVincent Sanders2019-08-052-11/+0
* remove shadow scale variable from atariVincent Sanders2019-08-052-3/+0
* form: Fix situation where a gadget initialises with NULL valueDaniel Silverstone2019-08-041-2/+6
* html: Mirror gadget values in and out of the DOMDaniel Silverstone2019-08-046-1/+169
* remove RISC OS scale shadow variableVincent Sanders2019-08-042-14/+14
* remove unecessary scaling in RISC OS get and set scroll offsetsVincent Sanders2019-08-041-11/+13
* change RISC OS keypress handling for scale to not use shadow variableVincent Sanders2019-08-041-64/+99
* remove core snapping for values set in absolute modeVincent Sanders2019-08-041-7/+2
* make risc os title setting not use shadow scale valueVincent Sanders2019-08-041-6/+10
* remove unused interfaceVincent Sanders2019-08-042-36/+0
* change browser_window_drop_file_at_point() to take unscaled coordinatesVincent Sanders2019-08-043-57/+92
* RISC OS: Fix log message.Michael Drake2019-08-041-1/+1
* RISC OS: Try setting the caret position to give the window focus.Michael Drake2019-08-041-1/+9
* change browser_window_redraw to use unscaled coordinatesVincent Sanders2019-08-046-21/+17
* trivial documentation cleanupsVincent Sanders2019-08-042-3/+3
* Add content handlers for queriesDaniel Silverstone2019-08-048-1/+122
* desktop: Expose llcache query handler temporarilyDaniel Silverstone2019-08-042-1/+17
* llcache: Do not delete objects if they were iterator targetsDaniel Silverstone2019-08-041-1/+1
* content, hlcache: Propagate query events upwardDaniel Silverstone2019-08-042-7/+22
* llcache.h: Migrate query event to own struct typeDaniel Silverstone2019-08-041-5/+10
* llcache: pass the cb_pw in query_finishedDaniel Silverstone2019-08-041-0/+1
* Duktape element binding: Check dom_string_create for error.Michael Drake2019-08-041-0/+6
* CSS hints: Change css_hint_advance to advance pointer by parameter.Michael Drake2019-08-041-55/+55
* RISC OS: Set window has focus in local history open.Michael Drake2019-08-041-0/+1
* remove unused gtk window interfaces and clean up documentationVincent Sanders2019-08-042-20/+66
* remove unused interfaceVincent Sanders2019-08-031-9/+0
* remove unnecessary browser_window_redraw_rect interfaceVincent Sanders2019-08-034-28/+31
* download: Include log.hDaniel Silverstone2019-08-031-0/+1
* Migrate query dispatch up from llcache to hlcacheDaniel Silverstone2019-08-035-76/+117
* monkey_driver: Fix sleep-msDaniel Silverstone2019-08-031-1/+1
* local_history: Improve up/down navigationDaniel Silverstone2019-08-031-10/+67
* RISC OS: Fix ro_cw_get_window_dimensions to account for toolbar height.Michael Drake2019-08-031-0/+9
* RISC OS: Core window: X scroll is positive, Y scroll is negative.Michael Drake2019-08-031-3/+3
* Corewindow helper: Add documentation for cw_helper_scroll_visible()Michael Drake2019-08-031-1/+8
* Amiga: Fix the corewindow get scroll call.Michael Drake2019-08-031-8/+1
* Corewindow: Sanitise scrolling API.Michael Drake2019-08-0310-108/+202
* Corewindow helper: Add helper to scroll to visible rectangle.Michael Drake2019-08-032-0/+130
* make use of improved browser_window_set_scale API in frontendsVincent Sanders2019-08-036-65/+19
* improve browser_window_set_scaleVincent Sanders2019-08-032-24/+62
* change browser_window_get_features to use unscaled coordinatesVincent Sanders2019-08-037-69/+89
* change browser_window_mouse_track to use unscaled coordinatesVincent Sanders2019-08-039-201/+231
* change browser_window_mouse_click to use unscaled coordinatesVincent Sanders2019-08-039-168/+202
* box_construct: Check error return from dom_has_attributeDaniel Silverstone2019-08-031-3/+11
* RISC OS: y scroll is negative.Michael Drake2019-08-031-2/+6