summaryrefslogtreecommitdiff
path: root/beos/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* remove the die API from the core.Vincent Sanders2014-10-261-0/+9
| | | | | | | | The die() API for abnormal termination does not belong within the core of netsurf and instead errors are propogated back to the callers. This is the final part of this change and the API is now only used within some parts of the frontends
* remove use of deprecated netsurf_quit variable in beosFrançois Revol2014-10-131-0/+3
| | | | | | The core no longer needs to run the event polling loop as fetches are now scheduler driven. This is part of a series which will ultimately remove netsurf_poll callback altogether.
* move scheduleing into browser operation tableVincent Sanders2014-03-091-3/+0
|
* whitespaceFrançois Revol2014-01-161-1/+1
|
* move 401 login into operation tableVincent Sanders2014-01-161-0/+3
|
* Fixup for core selection change.Michael Drake2013-02-221-1/+1
|
* clean out useless outdated #if 0 blocks they serve no purpose and keep ↵Vincent Sanders2013-02-181-7/+0
| | | | causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
* beos: Partial replicant instanciation fixFrançois Revol2012-11-251-0/+2
| | | | | | * use the correct resources * work around a deadlock, allows BeHappy to start, though removing the replicant from Tracker crashes
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-0/+71
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554