summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve object status message handling.Michael Drake2012-08-221-1/+5
* Fix scaled html object rendering.Michael Drake2012-08-221-0/+5
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-222-0/+2
* Improve interaction with html objects.Michael Drake2012-08-211-18/+18
* Fix object box construction.Michael Drake2012-08-211-1/+1
* Confine box_at_point to the document it's given. Callers are now responsible...Michael Drake2012-08-216-119/+59
* Allow the presence of form inputs to be obtained without knowledge of html co...Michael Drake2012-08-201-0/+17
* Implement debug dump content call for HTML.Michael Drake2012-08-201-0/+18
* Don't pass struct box to content open.Michael Drake2012-08-202-7/+2
* Remove unused member of html_content struct.Michael Drake2012-08-202-4/+0
* Let *_drop_file_at_point determine if a drop is possible.Michael Drake2012-08-201-3/+8
* Avoid using hlcache_handle for drag saves in html_interaction. Drag save msg...Michael Drake2012-08-192-2/+14
* Don't use hlcache_handle for URL, since hlcache_handle needs to go.Michael Drake2012-08-191-2/+2
* Minor style tweaks.Michael Drake2012-08-192-8/+8
* Use content msg system for status text, and don't pass internal status messag...Michael Drake2012-08-191-11/+3
* Don't pass internal content status text as an explicit message.Michael Drake2012-08-191-15/+5