summaryrefslogtreecommitdiff
path: root/atari/schedule.c
Commit message (Collapse)AuthorAgeFilesLines
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-191-1/+1
| | | | | | | The utils header is a large collection of functionality for several system headers and API. This splits out the ones from sys/time.h into a separate header reducing the need for many unconnected source files to include the system header unecessarily.
* fixup logging macros that incorrectly override the LOG() macro nameVincent Sanders2015-05-281-1/+1
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-12/+9
| | | | | | | | | | | | 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.
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-0/+0
|
* Fixed some unused variable warining.Ole Loots2014-09-151-2/+1
|
* fixup missing includes from schedule changesVincent Sanders2014-03-091-0/+2
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-65/+59
|
* Started refactoring of global redraw handling.Ole Loots2012-11-281-3/+3
|
* Added schedule stats. Ole Loots2012-01-061-1/+10
| | | | svn path=/trunk/netsurf/; revision=13379
* force list of scheduled callbacks to be unique.Ole Loots2011-12-071-0/+7
| | | | svn path=/trunk/netsurf/; revision=13257
* Fix focus elementOle Loots2011-12-061-7/+16
| | | | svn path=/trunk/netsurf/; revision=13251
* Simpliefied scheduler timeout. Ole Loots2011-04-221-111/+97
| | | | svn path=/trunk/netsurf/; revision=12221
* Added missing prototypes.Ole Loots2011-03-201-0/+2
| | | | svn path=/trunk/netsurf/; revision=12113
* 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/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+223
svn path=/trunk/netsurf/; revision=11218