summaryrefslogtreecommitdiff
path: root/beos/gui.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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