summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use interface to set drag type. Longer term, it would be better to avoid usi...Michael Drake2012-08-181-3/+4
* Group content messages that are passed on.Michael Drake2012-08-181-15/+4
* Use paste content msg.Michael Drake2012-08-181-7/+14
* Add paste request content message.Michael Drake2012-08-181-0/+5
* Can get root element node directly from within the html content handler. Avo...Michael Drake2012-08-171-2/+2
* Pass content containing form's nsurl to form_submit, instead of its hlcache_h...Michael Drake2012-08-174-11/+8
* Avoid bw dereference.Michael Drake2012-08-171-72/+79
* Set content handlers now set pointer via content msg.Michael Drake2012-08-172-6/+12
* Add content message for setting mouse pointer.Michael Drake2012-08-171-0/+5
* Use new content message for saving of hyperlink target URL.Michael Drake2012-08-162-4/+12
* Avoid forward declaration of functions. Add missing comment to one function.Michael Drake2012-08-161-126/+129
* get_pointer_shape() doesn't need bw.Michael Drake2012-08-161-12/+7