summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Remove redundant scrollbar widget message.Michael Drake2012-08-162-33/+1
|
* Broadcast explict status messages for mouse hovers via content msg system, ↵Michael Drake2012-08-151-7/+12
| | | | rather than using the browser window.
* Let contents broadcast explicit status messages as well as announce that ↵Michael Drake2012-08-152-16/+20
| | | | their internal status has been updated.
* 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 & ↵Michael Drake2012-08-142-31/+12
| | | | text contents' bw pointer.
* 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 ↵Michael Drake2012-08-131-8/+12
| | | | html and text contents to keep a bw pointer.
* 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
|
* fix parse completion - working syncronous scriptsVincent Sanders2012-07-303-37/+72
|
* extend html data processing to deal with paused parseVincent Sanders2012-07-302-47/+72
|
* extend completion typesVincent Sanders2012-07-301-28/+238
|
* extend script enumeration to include asyncronous and deferred scriptsVincent Sanders2012-07-304-42/+55
|
* split up the script processingVincent Sanders2012-07-301-95/+124
|
* More use of interns.Michael Drake2012-07-261-32/+60
|
* Use interns for string comparisons.Michael Drake2012-07-261-9/+11
|
* doxygen serious warning cleanupVincent Sanders2012-07-241-2/+2
|
* Compare interns instead of strings in html_forms.cMichael Drake2012-07-231-33/+37
|
* Fix free of NULL.Michael Drake2012-07-231-1/+1
|
* Interned string cleanup, phase 6 (final): Move html.c to corestring.Michael Drake2012-07-221-182/+44
|
* Fix ref counting issue in meta tag finder.Michael Drake2012-07-221-0/+5
|
* Fix ref counting issue in HEAD handler. Fix logic error too.Michael Drake2012-07-221-6/+10
|