summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Add a bunch of logging to try and help track down the issue with rawfile ↵Daniel Silverstone2014-01-042-2/+7
| | | | handling, sorry guys
* Shunt around the file multipart stuff a bit to try and fix the segfaultDaniel Silverstone2014-01-041-9/+10
|
* In theory, store raw filenames and pass them through for file upload. ↵Daniel Silverstone2014-01-041-1/+24
| | | | Untested due to no file-upload in GTK frontend just yet
* Reflect changes to select boxes into the DOMDaniel Silverstone2014-01-043-3/+12
|
* Reflect toggling of 'selected' in the DOMDaniel Silverstone2014-01-041-0/+3
|
* Ensure that file inputs update the dom node and annotate with the unencoded ↵Daniel Silverstone2014-01-041-3/+52
| | | | filename
* Ensure textual input boxes re-update the DOM with new valuesDaniel Silverstone2014-01-043-1/+43
|
* Retrieve text area content from the textarea apiDaniel Silverstone2014-01-041-1/+1
|
* Fix longstanding bug where floating root element caused assertion. Bug #394.Michael Drake2014-01-041-4/+7
|
* Return message to client when textarea is modified.Michael Drake2014-01-041-0/+4
|
* Improve min/max-height handling on replaced elements.Michael Drake2014-01-041-23/+96
|
* Make nscss_get_style return completed computed styles. Now matches ↵Michael Drake2013-12-191-51/+2
| | | | nscss_get_blank_style, and no need for anything outside css/select.c to see partial computed styles.
* Update for new lpu API.Michael Drake2013-12-141-3/+2
|
* Update for new libcss API.Michael Drake2013-12-135-40/+11
|
* ensure no division by zero can occour (coverity 1109862 1109863)Vincent Sanders2013-11-031-5/+14
|
* ensure no division by zero in scaled object dimensioning (coverity 1109864 )Vincent Sanders2013-11-031-1/+2
|
* Squash Coverity #1109879 - Resource leak.Michael Drake2013-10-251-2/+6
|
* fix potential division by zero by only computing width and height when ↵Vincent Sanders2013-10-251-2/+4
| | | | content is valid and hence will return content width and height not zero. coverity 110986[23]
* Fix leak of frame element name.Michael Drake2013-10-251-0/+3
|
* Fix leak of box scrollbars.Michael Drake2013-10-251-0/+14
|
* Fix leak of html encoding.Michael Drake2013-10-231-0/+7
|
* Layout doesn't need to handle the old insane textarea box splitting now. ↵Michael Drake2013-10-231-12/+1
| | | | Fixes Coverity:1109882.
* Fix leaks in form_successful_controls. 'charset' was always leaked, value ↵Michael Drake2013-10-231-0/+4
| | | | was leaked in particular OOM case.
* s/!charset/charset == NULL/Michael Drake2013-10-231-1/+1
|
* Fix a potential leak.Michael Drake2013-09-051-2/+1
|
* Allocate correct amount of mem for pointers to imagemaps.Michael Drake2013-09-051-1/+1
|
* Don't attempt to vertical-align objects for now, as our current bodged ↵Michael Drake2013-07-121-2/+1
| | | | vertical-align implementation can do more harm than good.
* Force root element box type to BOX_BLOCK.Michael Drake2013-07-101-2/+7
|
* Shave a few more px off animated background redraw, in the non-tiled cases. ↵Michael Drake2013-07-071-8/+4
| | | | (Restrict area to part of image that changed.)
* Fix rendering of animated background images. Give them sensible redraw area.Michael Drake2013-07-061-17/+101
|
* Apply vertical alignment to objects on line.Michael Drake2013-06-081-1/+2
|
* fixup script message handlingVincent Sanders2013-05-311-6/+8
|
* use correct acessors for unsigned typeVincent Sanders2013-05-281-2/+2
|
* fix mismatched option name and variable namesVincent Sanders2013-05-281-1/+1
| | | | | block_ads should be block_advertisments to match option name toolbar_status_width should be toolbar_status_size to match option name
* move options includeVincent Sanders2013-05-2810-10/+10
|
* Fix handling of clip property to avoid clip rectangles that are entierly ↵Michael Drake2013-05-281-2/+2
| | | | outside the redraw region.
* Pass fetch redirect info up to content layer as content_msg. Mark redirect ↵Michael Drake2013-05-272-0/+4
| | | | origin URLs as visited in browser window content callback. Note this doesn't mean we track redirects, it just lets us get the :visited link style on links that redirect.
* Handle title on dom event. Remove head walker from begin_conversion.Michael Drake2013-05-232-81/+30
|
* Move base and link element handling to event callback.Michael Drake2013-05-231-182/+182
|