summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move browser window related control over mouse pointer out of html content ha...Michael Drake2012-08-161-17/+2
* Don't use GUI_POINTERs in content handlers.Michael Drake2012-08-162-34/+34
* Move bw time recording to bw layer.Michael Drake2012-08-161-4/+0
* Broadcast message for drag save start and avoid messing inside bw.Michael Drake2012-08-161-10/+22
* Add message for content wanting wanting drag save to start.Michael Drake2012-08-161-0/+5
* Frame drag start function can take child bw. Don't need to get root bw in ht...Michael Drake2012-08-161-12/+6
* Make new function for starting a frames resize and use it.Michael Drake2012-08-161-1/+1
* Remove redundant "action" param.Michael Drake2012-08-161-2/+6
* Don't pass status to frames handler.Michael Drake2012-08-161-2/+4
* When dragging frames, we're done handling mouse.Michael Drake2012-08-161-1/+1
* Avoid doing html->bw->current_content.Michael Drake2012-08-161-1/+1
* html__redraw_a_box takes html_content instead of struct content.Michael Drake2012-08-163-9/+9
* Remove redundant scrollbar widget message.Michael Drake2012-08-162-33/+1
* Broadcast explict status messages for mouse hovers via content msg system, ra...Michael Drake2012-08-151-7/+12