summaryrefslogtreecommitdiff
path: root/beos/scaffolding.h
Commit message (Collapse)AuthorAgeFilesLines
* Need nsurl.Michael Drake2015-02-261-0/+1
|
* fix errors in change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-1/+1
|
* fix errors introuced with previous header cleanup.Vincent Sanders2014-11-021-1/+4
|
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-1/+1
|
* beos: Drop unneeded desktop/gui.h includeFrançois Revol2014-02-031-1/+0
|
* move four more optional window operations to tableVincent Sanders2014-01-131-1/+2
|
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-1/+1
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-0/+5
|
* beos: Add credits and licence buttons to about boxFrançois Revol2014-01-041-0/+3
| | | | We'll simplify it to just mention version infos like on atari.
* clean out useless outdated #if 0 blocks they serve no purpose and keep ↵Vincent Sanders2013-02-181-6/+0
| | | | causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-0/+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/+203
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554