summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow suppression of style dump in box tree dumps.Michael Drake2014-07-131-2/+2
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* Remove debug logging.Michael Drake2014-03-101-2/+0
|
* Ensure we get gadget from correct box.Michael Drake2014-03-101-1/+1
|
* Add some logging.Michael Drake2014-03-101-2/+4
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-1/+1
|
* Gadgets can exisit outside forms, so now they store their own ref to the ↵Michael Drake2014-02-171-3/+0
| | | | containing html content.
* Fix #2071: handle parse completion creating style or script nodes.John-Mark Bell2014-02-101-8/+28
|
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-1/+4
|
* 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 ↵Rob Kendrick2014-01-051-29/+41
| | | | | | | | clicking in addition to drag-and-drop
* | 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 ↵Daniel Silverstone2014-01-041-0/+4
| | | | handling, sorry guys
* Ensure that file inputs update the dom node and annotate with the unencoded ↵Daniel Silverstone2014-01-041-3/+52
| | | | filename
* 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 ↵Michael Drake2013-05-071-30/+4
| | | | | | | | | | | | | | | | | | | | | | front ends. Added content interface for search. Removed bw->cur_search search context. Desktop layer now does nothing except pass search requests from front end onto the bw's current_content via the content interface. Search API reduced to a pair of functions at each level: {desktop|content|html|textplain}_search and {desktop|content|html|textplain}_search_clear Updated front ends to use simplified search API. Only tested GTK and RO builds. These confine the search stuff to render/. However search still uses struct selection. The handling for which is still spread over desktop/ and render/. Also the render/search code itself still fiddles inside html and textplain privates.
* 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 ↵Michael Drake2013-03-181-2/+19
| | | | launched.
* 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
|\ | | | | | | | | Conflicts of doom: render/html.c
| * 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
|/ | | | | | | | | | | | | Keypresses now go via content interface. Contents don't shove the selection object into browser windows any more. Contents report selection existence by sending message. HTML content keeps track of where selections in it exist. Contents report whether they have input focus via caret setting msg. Caret can be hidden (can still input/paste) or removed. Consolidate textarea selection handling. Make textarea report its selection status changes to client. Various textarea fixes. Changed how we decide when to clear selections, and give focus.
* 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
| | | | | (Input element types text & password, and textarea element.) Can edit and submit forms, but there are loads of issues.
* Remove content_msg for PASTE, since it doesn't need a gui_window to get the ↵Michael Drake2013-01-081-1/+0
| | | | buffer from the front end now.
* 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
|