summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | set.
* 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 ↵Michael Drake2012-08-222-0/+2
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* 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 ↵Michael Drake2012-08-216-119/+59
| | | | responsible for calling whatever functionality for object boxes. Remove last bw dereference from render directory. Remove a couple of unused functions.
* Allow the presence of form inputs to be obtained without knowledge of html ↵Michael Drake2012-08-201-0/+17
| | | | content internals.
* 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 ↵Michael Drake2012-08-192-2/+14
| | | | msg with NULL content now means save the content which sends the message.
* 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 ↵Michael Drake2012-08-191-11/+3
| | | | message as an explict message.
* 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 ↵Michael Drake2012-08-181-3/+4
| | | | using bw altogether.
* 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. ↵Michael Drake2012-08-171-2/+2
| | | | Avoids using hlcache_handle which needs to go.
* Pass content containing form's nsurl to form_submit, instead of its ↵Michael Drake2012-08-174-11/+8
| | | | hlcache_handle. Avoid dereferencing bw in html content handlers.
* 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 ↵Michael Drake2012-08-161-17/+2
| | | | handler.
* 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 ↵Michael Drake2012-08-161-12/+6
| | | | html handler. Avoids bw dereferences.
* 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
|