summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Move meta refresh handling to dom event handler.Michael Drake2013-05-222-293/+206
|
* Tiny simplification.Michael Drake2013-05-201-8/+5
|
* Remove search context from browser window, simplify search interface for ↵Michael Drake2013-05-077-155/+213
| | | | | | | | | | | | | | | | | | | | | | 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.
* Styleguide formatting.Michael Drake2013-05-021-39/+43
|
* Put comments for exported functions in header.Michael Drake2013-05-022-39/+43
|
* HTML selections are always read-only now.Michael Drake2013-05-021-3/+1
|
* remove dead storeVincent Sanders2013-05-011-1/+0
|
* Fix abort of page render on failed content_redraw of background image.Michael Drake2013-04-231-5/+5
|
* Hacky fix for clipping of top of text.Michael Drake2013-04-171-0/+16
|
* Fix 3608298: only apply link hack if JS is disabled.John-Mark Bell2013-03-191-14/+17
|
* In box textarea binding only redraw the area that was requested, not the ↵Michael Drake2013-03-191-3/+11
| | | | whole textarea.
* Stop looking on first modified sheet found.Michael Drake2013-03-181-1/+3
|
* Remove extra logging.Michael Drake2013-03-181-3/+0
|
* Fix bug where html conversion began before STYLE element fetch had been ↵Michael Drake2013-03-184-5/+30
| | | | launched.
* Add some extra logging. Some pedantic wrap changes.Michael Drake2013-03-181-15/+19
|
* Debounce style updatesJohn-Mark Bell2013-03-162-22/+57
|
* Move public API to endJohn-Mark Bell2013-03-161-128/+128
|
* Ensure a reference is taken on style nodes.John-Mark Bell2013-03-161-1/+5
|
* split sources lists out to their subdirectories as first step towards using ↵Vincent Sanders2013-03-111-0/+10
| | | | core buildsystem
* Fix pointer shape and status bar messages for textareas and their scrollbars.Michael Drake2013-03-112-13/+29
|
* C89François Revol2013-03-092-5/+4
|
* Fix min line width calc when an inline isn't to be wrapped in a block that ↵Michael Drake2013-03-061-3/+18
| | | | allows wrap.
* Propagate native caret clip rect through core.Michael Drake2013-03-051-1/+10
|
* Unref the node in the callbacksDaniel Silverstone2013-03-051-0/+2
|
* Use correct base URL for inline stylesheetsJohn-Mark Bell2013-02-273-5/+23
|