summaryrefslogtreecommitdiff
path: root/beos/scaffolding.cpp
Commit message (Collapse)AuthorAgeFilesLines
* beos: Fix clipboard handling to use the new APIFrançois Revol2013-01-201-3/+3
|
* beos: Fix replicating with empty URL in archiveFrançois Revol2012-11-251-3/+4
| | | | We just got to about: when no valid URL is passed.
* beos: Partial replicant instanciation fixFrançois Revol2012-11-251-7/+15
| | | | | | * use the correct resources * work around a deadlock, allows BeHappy to start, though removing the replicant from Tracker crashes
* beos: Fix toolbar borderFrançois Revol2012-11-251-1/+4
| | | | | Use B_PLAIN_BORDER instead of the default B_FANCY_BORDER. Also force full redraw on resize to avoid artefacts.
* beos: gcc2 fixFrançois Revol2012-11-251-1/+2
|
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-11/+141
| | | | | | | | * 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>
* Stab at fixing beos build for private bw struct.Michael Drake2012-08-221-1/+1
|
* Use proper function for box tree dump.Michael Drake2012-08-201-7/+1
|
* Remove unused includes.Michael Drake2012-08-201-2/+0
|
* Fix BeOS build:François Revel2012-03-251-2/+2
| | | | | | | - comment out unneeded includes for now, - fix static lib linking order. svn path=/trunk/netsurf/; revision=13713
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-0/+2417
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554