summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* try and improve usage of browser window internalsVincent Sanders2014-07-062-4/+6
|
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-9/+12
|
* Handle overflow-x and overflow-y properties.Michael Drake2014-06-013-71/+176
| | | | | Fixes display of BBC Sport. Requires LibCSS with support for overflow-x and overflow-y.
* Remove completely dead file.Michael Drake2014-05-313-524/+2
| | | | NetSurf's list handling has been redundant and unused for years.
* fix plain text rendering line breaking with mutibyte sequences (fixes bug #2134)Vincent Sanders2014-05-291-6/+24
|
* remove uncessary null check (coverity 1199865) and remove forward referencesVincent Sanders2014-05-181-282/+269
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-093-3/+0
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-081-5/+5
| | | | appropriate documentation.
* Fix table cell bottom borders leaking to the cell on the right.Michael Drake2014-04-141-3/+3
| | | | | | | | Prevent leaking of table cell borders that happend when doing border-collapse: collapse; Error was do to cell->columns being treated as number of extra columns spanned minus 1, rather than number of columns spanned.
* Remove redundant code.Michael Drake2014-04-121-20/+0
| | | | | Remove workaround for crash caused by flawed table layout. Table layout is now fixed.
* Fix table layout issue: row spans crossing row groups.Michael Drake2014-04-121-4/+11
| | | | | | Track row group that spans belong to, and compare with current cell's row group to decide whether the previous span affects current cell's start column.
* Flag TODO for rowspan in different row group.Michael Drake2014-04-091-0/+2
|
* Implied table rows must increment the row group's row count too.Michael Drake2014-04-091-0/+1
|
* fix table normalisation to not allow rowspan entries to leak beyond their ↵Vincent Sanders2014-04-091-11/+37
| | | | grouping
* Fix collapsing borders with rowspan from previous row group.Michael Drake2014-04-091-1/+21
| | | | Mantis #0002102
* Don't pass pointer to data that isn't on the stack any more to ↵Michael Drake2014-03-271-1/+1
| | | | content_broadcast.
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-185-57/+36
|
* 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-094-25/+28
|
* Gadgets can exisit outside forms, so now they store their own ref to the ↵Michael Drake2014-02-175-29/+15
| | | | containing html content.
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-102-10/+5
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-102-10/+10
| | | | browser_window_navigate flags.
* Fix #2071: handle parse completion creating style or script nodes.John-Mark Bell2014-02-102-8/+29
|
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-085-21/+32
|
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-032-1/+3
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-16/+18
|
* clean up desktop/gui.h include usageVincent Sanders2014-01-293-4/+1
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-282-13/+13
|
* Use corestring.Michael Drake2014-01-251-15/+2
|
* Use corestrings in box construction.Michael Drake2014-01-243-170/+42
|
* Ensure first option gets selected when the markup doesn't specify any ↵Michael Drake2014-01-241-0/+2
| | | | options as selected.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2014-01-241-0/+6
|\
| * ensure imagemap lists are freed on error paths (coverity 1109880)Vincent Sanders2014-01-241-0/+6
| |
* | Fix Coverity-spotted issue. (Fixes behaviour for multiple selects.) Also ↵Michael Drake2014-01-241-1/+2
|/ | | | minor optimisation.
* Deselect other options when select option is selected, and it's not a ↵Michael Drake2014-01-211-4/+8
| | | | multi-select.
* split browser gui operations upVincent Sanders2014-01-151-1/+1
|
* move remaining gui operations to tableVincent Sanders2014-01-141-1/+2
|
* cleanups to fix new clang warningsVincent Sanders2014-01-101-4/+4
|
* Support 'checked' properly in new form handlerDaniel Silverstone2014-01-061-1/+10
|
* Merge branch 'rjek/click-file-gadget'Daniel Silverstone2014-01-056-68/+51
|\
| * Restore missing message sendDaniel Silverstone2014-01-051-0/+4
| |
| * Add infrastructure for calling front ends to set file gadget filenames via ↵Rob Kendrick2014-01-053-29/+44
| | | | | | | | clicking in addition to drag-and-drop
| * Remove asserts for default cases from all content message handlers; this is ↵Rob Kendrick2014-01-053-41/+5
| | | | | | | | laborious and is no longer useful for catching bugs.
* | Remove old form_successful_controlsDaniel Silverstone2014-01-051-349/+0
| |
* | Support image inputsDaniel Silverstone2014-01-054-11/+80
| |
* | Rewrite form_successful_controls() to use the DOM.Daniel Silverstone2014-01-052-5/+512
| | | | | | | | | | | | This stops image inputs from working temporarily, but makes inputs inside display:none work correctly. As such, this is a net-win.
* | Speculatively start image fetches as we parse the document.John-Mark Bell2014-01-052-9/+52
| |
* | Remove logging now that file upload *seems* to workDaniel Silverstone2014-01-042-7/+2
|/