summaryrefslogtreecommitdiff
path: root/monkey/poll.h
Commit message (Collapse)AuthorAgeFilesLines
* remove reliance on GLib from monkey frontendVincent Sanders2016-02-121-26/+0
| | | | | This changes the monkey implemntation to use a simple scheduler list and select instead of glib events.
* remove use of deprecated netsurf_quit variable in monkeyVincent Sanders2014-10-121-1/+1
| | | | | | The core no longer needs to run the event polling loop as fetches are now scheduler driven. This is part of a series which will ultimately remove netsurf_poll callback altogether.
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-0/+2
|
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ↵Daniel Silverstone2011-03-121-0/+24
commands, along with 'QUIT' svn path=/trunk/netsurf/; revision=11974