summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
Commit message (Expand)AuthorAgeFilesLines
* Pass html_content to imagemap_get, instead of hlcache_handle.Michael Drake2011-09-061-1/+1
* Move to new frame dimensions. Need to avoid poking inside bw struct here.Michael Drake2011-09-061-1/+1
* Avoid instance of using bw->current_content outside desktop/.Michael Drake2011-08-311-35/+35
* Fix GCC 4.6 warnings in coreJohn Mark Bell2011-07-261-5/+0
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-27/+40
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with brow...Michael Drake2011-07-071-2/+3
* Front end gets root browser window on notification of scrollbar widget drag s...Michael Drake2011-06-281-1/+4
* Core form select widget now associated with HTML contents. Don't use current...Michael Drake2011-06-281-9/+16
* Use interface for turning off drag.Michael Drake2011-06-281-2/+3
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-17/+25
* Fix bw->drag_type to be aware of remaining drag types.Michael Drake2011-06-271-0/+2
* Code style fix. Thanks Kinnison.Michael Drake2011-06-241-2/+2
* Fix mouse action offsets within scaled iframes.Michael Drake2011-06-241-0/+2
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-3/+19
* Fix content drags within scrollable areas. Various tidyups.Michael Drake2011-05-111-1/+2
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-41/+45
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+1
* s/int/size_t/Michael Drake2010-06-041-1/+1
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+882