summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* Let contents broadcast explicit status messages as well as announce that thei...Michael Drake2012-08-152-16/+20
* Simplify content status text setting.Michael Drake2012-08-151-2/+1
* Don't need to include browser.h.Michael Drake2012-08-141-1/+2
* Stop render/search.c from dereferencing bw and remove dependency on html & te...Michael Drake2012-08-142-31/+12
* Clean up search gui callbacks.Michael Drake2012-08-143-40/+57
* Remove forward declaration.Michael Drake2012-08-141-235/+229
* Fix comment.Michael Drake2012-08-131-1/+1
* Use content message broadcast to request scrolls, instead of depending on htm...Michael Drake2012-08-131-8/+12
* Let HTML content handle object content srcoll request messages.Michael Drake2012-08-131-0/+9
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-4/+5
* Fix handling of form elements without a <form>.Michael Drake2012-08-071-3/+0
* Reflect change to hubbub parser binding API.John-Mark Bell2012-08-051-11/+8
* Libdom now returns the document object at creation timeVincent Sanders2012-08-051-13/+11
* resume parse on sync script error as well as successVincent Sanders2012-07-311-0/+6
* add post parse script executionVincent Sanders2012-07-313-14/+9
* fix dom parser error return checkVincent Sanders2012-07-311-1/+1