summaryrefslogtreecommitdiff
path: root/framebuffer/schedule.c
Commit message (Collapse)AuthorAgeFilesLines
* move scheduleing into browser operation tableVincent Sanders2014-03-091-50/+53
|
* Reduce logging flood.Michael Drake2011-10-011-5/+0
| | | | svn path=/trunk/netsurf/; revision=12919
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-1/+2
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* fix bogus comment on return value unitsVincent Sanders2011-02-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=11631
* fix pending redraw discoveryVincent Sanders2010-04-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=10515
* The schedule_run function is only called by the frontends so remove it from ↵Vincent Sanders2010-04-281-10/+30
| | | | | | | | | the core header and add its definition to the frontend headers. Alter the framebuffer schedule_run to return the time untill the next event. svn path=/trunk/netsurf/; revision=10512
* Fix scheduler to handle delays of greater than one second. Fixes continual ↵Michael Drake2009-07-031-11/+11
| | | | | | reload issues on pages with meta refresh. svn path=/trunk/netsurf/; revision=8293
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+202
svn path=/trunk/netsurf/; revision=8122