summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Expand)AuthorAgeFilesLines
* Support dropping text file on textarea widget.Michael Drake2013-02-081-7/+7
* Add scrollwheel support to textareas.Michael Drake2013-02-081-0/+9
* Fix comment.Michael Drake2013-02-081-2/+2
* HTML drags now go via content msg.Michael Drake2013-02-081-2/+25
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-0/+1
* Remove content_msg for PASTE, since it doesn't need a gui_window to get the b...Michael Drake2013-01-081-1/+0
* ensure default action fetcher is set to NULLVincent Sanders2012-12-061-0/+2
* change to parameterised parser binding creationVincent Sanders2012-12-061-96/+42
* issue click events at domVincent Sanders2012-12-031-1/+1
* add missing includeVincent Sanders2012-11-281-0/+1
* initial event fireing implementationVincent Sanders2012-11-281-0/+6
* html renderer error path fixups for meta refreshVincent Sanders2012-11-261-21/+23
* Improve html renderer error reportingVincent Sanders2012-11-261-200/+217
* Check if box with imagemap at point has area at point.Michael Drake2012-11-221-3/+6
* Use can_reformat instead of HTML special case. Allow reflow of parent for an...Michael Drake2012-11-111-8/+9
* Reformat objects that reach the READY state.Michael Drake2012-11-111-0/+7
* remove redundant domutils and put functionality in existing utils/libdomVincent Sanders2012-11-101-2/+1
* add document.body, head and documentElement gettersVincent Sanders2012-11-071-40/+2
* More useful error type for libdom hubbub binding errors.Michael Drake2012-11-071-0/+1
* Improve error handling in html contentVincent Sanders2012-10-171-54/+104
* 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
* Use nsurl_join instead of url_join. Forms still need to be moved over to nsurl.Michael Drake2012-10-111-9/+17
* Need to talloc_free things that are created with talloc.Michael Drake2012-10-031-7/+7
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-36/+62
* 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
* Improve object status message handling.Michael Drake2012-08-221-1/+5
* Confine box_at_point to the document it's given. Callers are now responsible...Michael Drake2012-08-211-13/+18
* 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-201-3/+0
* Remove unused member of html_content struct.Michael Drake2012-08-201-2/+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-191-0/+12
* Group content messages that are passed on.Michael Drake2012-08-181-15/+4
* Add paste request content message.Michael Drake2012-08-181-0/+5
* 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-161-0/+5
* Add message for content wanting wanting drag save to start.Michael Drake2012-08-161-0/+5
* html__redraw_a_box takes html_content instead of struct content.Michael Drake2012-08-161-3/+3
* Let contents broadcast explicit status messages as well as announce that thei...Michael Drake2012-08-151-7/+20
* Simplify content status text setting.Michael Drake2012-08-151-2/+1
* Let HTML content handle object content srcoll request messages.Michael Drake2012-08-131-0/+9
* 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
* add post parse script executionVincent Sanders2012-07-311-0/+3
* fix parse completion - working syncronous scriptsVincent Sanders2012-07-301-19/+42
* extend html data processing to deal with paused parseVincent Sanders2012-07-301-30/+52
* extend script enumeration to include asyncronous and deferred scriptsVincent Sanders2012-07-301-15/+1