summaryrefslogtreecommitdiff
path: root/monkey/browser.h
Commit message (Collapse)AuthorAgeFilesLines
* split browser gui operations upVincent Sanders2014-01-151-3/+3
|
* move download operations to download tableVincent Sanders2014-01-141-0/+1
|
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-8/+2
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-0/+4
|
* move window creation and destruction into tableVincent Sanders2014-01-111-0/+5
|
* WINDOW REDRAW and WINDOW RELOAD. Also, when quitting, cleanupDaniel Silverstone2011-03-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=11978
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ↵Daniel Silverstone2011-03-121-0/+3
| | | | | | commands, along with 'QUIT' svn path=/trunk/netsurf/; revision=11974
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+42
svn path=/trunk/netsurf/; revision=11968