summaryrefslogtreecommitdiff
path: root/content/handlers/html
Commit message (Expand)AuthorAgeFilesLines
* split out html interaction header elements and rename sourceVincent Sanders2019-11-126-148/+278
* Content: Remove redundant and unused redraw message fields.Michael Drake2019-11-111-31/+16
* remove unecessary user warningVincent Sanders2019-11-101-8/+7
* remove user warning and log error insteadVincent Sanders2019-11-071-2/+3
* fix keypress entry on text areaVincent Sanders2019-11-071-22/+29
* remove user warning and fix up error handling in form select menusVincent Sanders2019-11-073-28/+36
* remove unecessary user warningVincent Sanders2019-11-062-3/+1
* remove user warning and propogate error returnVincent Sanders2019-11-063-37/+37
* remove unecessary user warning calls and improve error propogation in html boxVincent Sanders2019-11-053-46/+63
* fix utils configuration header orderingVincent Sanders2019-10-111-1/+1
* fix core find in page behaviour when case sensitivity is toggledVincent Sanders2019-09-213-61/+68
* make the gtk_search structure private to teh gtk search objectVincent Sanders2019-09-211-2/+2
* Box Conversion: Cancel conversion during html_destroyDaniel Silverstone2019-08-234-3/+38
* HTML: Don't allow objects to redraw until we have a layout.Michael Drake2019-08-063-0/+12
* html_begin_conversion: If we pause in completing parse, try again later.Daniel Silverstone2019-08-051-0/+7
* HTML: Box coordinates: Take fast route to float container.Michael Drake2019-08-051-4/+4
* Excise the llcache query pathway.Daniel Silverstone2019-08-053-50/+0
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-053-31/+36
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-053-18/+6
* enable gnu extensions to get strcasestr from string.hVincent Sanders2019-08-051-0/+2
* 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
* change browser_window_drop_file_at_point() to take unscaled coordinatesVincent Sanders2019-08-041-18/+26
* change browser_window_redraw to use unscaled coordinatesVincent Sanders2019-08-041-2/+2
* Add content handlers for queriesDaniel Silverstone2019-08-043-0/+50
* remove unnecessary browser_window_redraw_rect interfaceVincent Sanders2019-08-031-2/+4
* change browser_window_get_features to use unscaled coordinatesVincent Sanders2019-08-031-4/+11
* change browser_window_mouse_track to use unscaled coordinatesVincent Sanders2019-08-031-3/+2
* change browser_window_mouse_click to use unscaled coordinatesVincent Sanders2019-08-031-5/+5
* box_construct: Check error return from dom_has_attributeDaniel Silverstone2019-08-031-3/+11
* html_interaction.c: Default node to <HTML> nodeDaniel Silverstone2019-08-011-1/+1
* Layout: Apply min/max width to replaced elements when width is given.Michael Drake2019-07-301-0/+5
* make content close check the content status itselfVincent Sanders2019-07-101-2/+6
* HTML: Viewport width/height in length context are fixed point.Michael Drake2019-06-291-2/+2
* html.c: Correct ordering for reformat timeDaniel Silverstone2019-06-051-1/+1
* html_script.c: html_script_exec() reqacquire script ptrDaniel Silverstone2019-06-011-0/+5
* HTML: Update selection media data for new libcss API.Michael Drake2019-05-071-4/+7
* HTML: Set up the CSS length measuring context in CSS pixels.Michael Drake2019-05-061-2/+2
* HTML: Squash error-path leaks in select box construction.Michael Drake2019-05-061-0/+2
* HTML: Before building the box tree, get viewport dimensions.Michael Drake2019-05-061-0/+21
* HTML content handler: Handle content msg for getdims.Michael Drake2019-05-061-0/+7
* Do not prevent reattempting conversion of HTML contentsDaniel Silverstone2019-05-061-8/+0
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-052-9/+9
* Logging: migrate and provide content interfaceDaniel Silverstone2019-05-051-1/+1
* Support content_exec for content_htmlDaniel Silverstone2019-05-051-0/+85
* change back to unsigned long to avoid warning on gnueabihf platformsVincent Sanders2019-05-041-1/+1
* JS: Attribute external JS to the URI it came from in backtracesDaniel Silverstone2019-05-041-5/+8
* Clean up async/defer JS contents during parent finalisationDaniel Silverstone2019-05-041-10/+15
* CSS: Update for change to libcss append sheet API.Michael Drake2019-05-041-1/+7
* CSS: Update for change to libcss select style API.Michael Drake2019-05-043-1/+4