summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* document mouse interaction a bitVincent Sanders2012-12-101-13/+49
* 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-032-8/+21
* make boxes keep reference to the DOM node that causes themVincent Sanders2012-11-303-3/+14
* 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-263-207/+225
* 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
* Add clip property awareness to box_at_point.Michael Drake2012-11-061-0/+59
* Add support for CSS clip property.Michael Drake2012-11-061-1/+42
* Height is already scaled. Make OBJ char bigger.Michael Drake2012-11-051-1/+1
* Center broken object indicator.Michael Drake2012-11-051-5/+12
* Don't abort redraw on bad image.Michael Drake2012-11-051-2/+18
* Fix placement of first inline on line below a float, when float has been shif...Michael Drake2012-11-041-1/+4
* Improve error handling in html contentVincent Sanders2012-10-173-62/+117
* Fix url encoded query generation, when there's no name/value pairs.Michael Drake2012-10-161-4/+5
* Move dom walker to utils/libdom.{c|h}. Add a few HTML elements to core strings.Michael Drake2012-10-121-106/+2
* Fix document leak in encoding change handlerDaniel Silverstone2012-10-111-0/+3
* Make form_url_encode static.Michael Drake2012-10-112-3/+1
* Use nsurl_replace_query instead of url_get_components and url_reform_components.Michael Drake2012-10-112-27/+40
* Use nsurl_join instead of url_join. Forms still need to be moved over to nsurl.Michael Drake2012-10-111-9/+17
* Fix frame name allocation.John-Mark Bell2012-10-061-1/+1
* Talloc ctx fixup.Michael Drake2012-10-051-4/+5
* Talloc ctx fixup.Michael Drake2012-10-051-3/+3
* More talloc ctx fixup.Michael Drake2012-10-051-2/+3
* Need to talloc_free things that are created with talloc.Michael Drake2012-10-031-7/+7
* Need to use content->bctx for talloc ref.Michael Drake2012-10-031-1/+1
* fix missing sizeof() in amiga buildVincent Sanders2012-10-031-1/+1
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-036-114/+162
* Variable already existed.Michael Drake2012-10-031-1/+1
* Don't convert spaces to non-breaking spaces inside white-space:pre. Instead,...Michael Drake2012-10-032-2/+16
* More white-space:nowrap.Michael Drake2012-10-031-4/+4
* Support white-space:nowrap.Michael Drake2012-10-031-2/+5
* Remove pointless churn when text box has white-space:nowrap.Michael Drake2012-10-031-21/+0
* fix incorrect double freeVincent Sanders2012-10-021-1/+1
* quick and dirty fix to deal with replaced object trying to get a script contextVincent Sanders2012-10-011-0/+4
* Fix to define variable at start of block, for GCC 2.95.2.Michael Drake2012-09-291-8/+1
* Fix bug #3572539: handle empty option elements.John-Mark Bell2012-09-281-3/+6
* Fix imagemap handling to handle no coords attr when shape attr is not default.Michael Drake2012-09-241-1/+1
* Fix select elements. Requires latest libdom.Michael Drake2012-09-191-0/+54
* Fixup for latest libdom.Michael Drake2012-09-113-5/+9
* Update to use latest libdom. Fixes handling of text input with no maxlength ...Michael Drake2012-09-082-5/+13
* Cope with missing/empty href attributeJohn-Mark Bell2012-08-301-1/+1