summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Expand)AuthorAgeFilesLines
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-16/+18
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-6/+6
* Use corestrings in box construction.Michael Drake2014-01-241-6/+0
* Merge branch 'rjek/click-file-gadget'Daniel Silverstone2014-01-051-27/+39
|\
| * Add infrastructure for calling front ends to set file gadget filenames via cl...Rob Kendrick2014-01-051-29/+41
* | Support image inputsDaniel Silverstone2014-01-051-1/+1
* | Speculatively start image fetches as we parse the document.John-Mark Bell2014-01-051-0/+35
* | Remove logging now that file upload *seems* to workDaniel Silverstone2014-01-041-4/+0
|/
* Add a bunch of logging to try and help track down the issue with rawfile hand...Daniel Silverstone2014-01-041-0/+4
* Ensure that file inputs update the dom node and annotate with the unencoded f...Daniel Silverstone2014-01-041-3/+52
* Fix leak of html encoding.Michael Drake2013-10-231-0/+7
* use correct acessors for unsigned typeVincent Sanders2013-05-281-2/+2
* move options includeVincent Sanders2013-05-281-1/+1
* Handle title on dom event. Remove head walker from begin_conversion.Michael Drake2013-05-231-81/+27
* Move base and link element handling to event callback.Michael Drake2013-05-231-182/+182
* Move meta refresh handling to dom event handler.Michael Drake2013-05-221-293/+203
* Tiny simplification.Michael Drake2013-05-201-8/+5
* Remove search context from browser window, simplify search interface for fron...Michael Drake2013-05-071-30/+4
* Stop looking on first modified sheet found.Michael Drake2013-03-181-1/+3
* Fix bug where html conversion began before STYLE element fetch had been launc...Michael Drake2013-03-181-2/+19
* Unref the node in the callbacksDaniel Silverstone2013-03-051-0/+2
* split out object handling from render/html.cVincent Sanders2013-02-251-566/+11
* fix quirk stylesheet loadingVincent Sanders2013-02-251-9/+26
* Fix memory leakJohn-Mark Bell2013-02-241-0/+4
* refactor stylesheet handling to separate object from within html renderingVincent Sanders2013-02-241-665/+17
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-221-481/+566
|\
| * correct reference counting for moved css callsVincent Sanders2013-02-201-16/+6
| * deal with inline styles on updates instead of insertVincent Sanders2013-02-201-79/+158
| * change stylesheet fetching to be generated from the default dom eventsVincent Sanders2013-02-191-448/+485
| * refactor stylesheet fetching code to not have redundant sheet countVincent Sanders2013-02-191-68/+47
* | A load of refactoring of how content selection and input work.Michael Drake2013-02-221-2/+110
|/
* Support dropping text file on textarea widget.Michael Drake2013-02-081-7/+7
* Add scrollwheel support to textareas.Michael Drake2013-02-081-0/+9
* Fix comment.Michael Drake2013-02-081-2/+2
* HTML drags now go via content msg.Michael Drake2013-02-081-2/+25
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-0/+1
* Remove content_msg for PASTE, since it doesn't need a gui_window to get the b...Michael Drake2013-01-081-1/+0
* ensure default action fetcher is set to NULLVincent Sanders2012-12-061-0/+2
* change to parameterised parser binding creationVincent Sanders2012-12-061-96/+42
* issue click events at domVincent Sanders2012-12-031-1/+1
* add missing includeVincent Sanders2012-11-281-0/+1
* initial event fireing implementationVincent Sanders2012-11-281-0/+6
* html renderer error path fixups for meta refreshVincent Sanders2012-11-261-21/+23
* Improve html renderer error reportingVincent Sanders2012-11-261-200/+217
* Check if box with imagemap at point has area at point.Michael Drake2012-11-221-3/+6
* Use can_reformat instead of HTML special case. Allow reflow of parent for an...Michael Drake2012-11-111-8/+9
* Reformat objects that reach the READY state.Michael Drake2012-11-111-0/+7
* remove redundant domutils and put functionality in existing utils/libdomVincent Sanders2012-11-101-2/+1
* add document.body, head and documentElement gettersVincent Sanders2012-11-071-40/+2
* More useful error type for libdom hubbub binding errors.Michael Drake2012-11-071-0/+1