summaryrefslogtreecommitdiff
path: root/beos/gui.cpp
Commit message (Collapse)AuthorAgeFilesLines
* beos: debug output cleanupFrançois Revol2012-11-251-8/+0
|
* beos: Silence debug outputFrançois Revol2012-11-251-8/+8
| | | | Either comment them or change to LOG() calls.
* beos: Partial replicant instanciation fixFrançois Revol2012-11-251-1/+27
| | | | | | * use the correct resources * work around a deadlock, allows BeHappy to start, though removing the replicant from Tracker crashes
* beos: Fix gui_poll()François Revol2012-11-251-8/+41
| | | | Reintroduce curl_multi_fdset() and fix timeout calculations.
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-77/+34
| | | | | | | | * 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>
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-0/+6
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* Fix up ripples from urldb change.Michael Drake2012-10-111-1/+1
|
* Stab at fixing beos build for private bw struct.Michael Drake2012-08-221-1/+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/+1195
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554