summaryrefslogtreecommitdiff
path: root/render/html_internal.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+1
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ↵Michael Drake2011-06-281-4/+2
| | | | | | content handlers updated. svn path=/trunk/netsurf/; revision=12529
* Core form select widget now associated with HTML contents. Don't use ↵Michael Drake2011-06-281-0/+4
| | | | | | current_redraw_browser for select widget redraw. Fixes core select widget in iframes. svn path=/trunk/netsurf/; revision=12522
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-0/+4
| | | | svn path=/trunk/netsurf/; revision=12519
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12363
* consolidate content redraw Vincent Sanders2011-05-081-1/+2
| | | | | | more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-0/+112
svn path=/trunk/netsurf/; revision=12283