summaryrefslogtreecommitdiff
path: root/riscos/gui/throbber.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+4
| | | | | | | | | | | | 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.
* Scope reduce a variable.Michael Drake2014-05-261-1/+1
|
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-0/+419
svn path=/trunk/netsurf/; revision=11741