summaryrefslogtreecommitdiff
path: root/include/netsurf/window.h
Commit message (Collapse)AuthorAgeFilesLines
* improve documentation comments in browser window interface tableVincent Sanders2017-05-011-31/+57
|
* simplify the browser window operations by removing scroll APIVincent Sanders2017-04-261-18/+13
| | | | | The browser window scrollingAPI was duplicated in window operation table, this simplifies it to a single set_scroll API.
* remove reformat from browser window operation tableVincent Sanders2017-04-261-22/+23
| | | | | | the reformat callback was completely unecessary and implementations appeared potentialy buggy. This rationalises the API and reduces the number of operations a frontend must provide.
* replace redraw and update methods with invalidate in window table APIVincent Sanders2017-04-191-14/+22
|
* Improve window operation table documentationVincent Sanders2016-10-261-10/+35
|
* move netsurf header into public APIVincent Sanders2016-05-301-2/+2
|
* move window header into public APIVincent Sanders2016-05-301-0/+291