summaryrefslogtreecommitdiff
path: root/windows/schedule.c
Commit message (Collapse)AuthorAgeFilesLines
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-11/+11
| | | | | The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up
* Change LOG() macro to be varadicVincent Sanders2015-05-281-3/+2
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* fixup missing includes from schedule changesVincent Sanders2014-03-091-3/+4
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-43/+53
|
* Move schedule.h to utils/John Mark Bell2011-03-131-2/+2
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-1/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* improve comments and add more explanation about subtletiesVincent Sanders2011-02-151-12/+10
| | | | svn path=/trunk/netsurf/; revision=11686
* Stop win32 frontend using 100% cpu time when idleVincent Sanders2011-02-081-100/+118
| | | | svn path=/trunk/netsurf/; revision=11633
* Add Windows frontendVincent Sanders2010-01-311-0/+208
svn path=/trunk/netsurf/; revision=9940