summaryrefslogtreecommitdiff
path: root/beos/schedule.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixup logging macros that incorrectly override the LOG() macro nameVincent Sanders2015-05-281-1/+1
|
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-4/+4
| | | | | 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.
* Fix buildFrançois Revol2014-08-071-0/+1
| | | | | desktop/browser.h:456:76: error: use of enum 'content_debug' without previous declaration
* beos: Fix buildFrançois Revol2014-03-181-0/+1
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-10/+16
|
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-2/+4
| | | | | | | | * Toolbar use HVIF icons on Haiku * Download window * Some tweaks to the event loop to let network traffic happen Signed-off-by: François Revol <revol@free.fr>
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-0/+133
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554