summaryrefslogtreecommitdiff
path: root/beos/about.cpp
Commit message (Collapse)AuthorAgeFilesLines
* update beos frontend to cope with updated operation tableVincent Sanders2014-10-161-0/+1
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+1
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* erroneous path to testament includeVincent Sanders2014-05-011-1/+1
|
* beos: Fix build (missing includes)François Revol2014-02-021-0/+1
|
* beos: Simplify about boxFrançois Revol2014-01-041-83/+13
| | | | | Just print some version infos, the buttons are there for credits and licence.
* beos: Add credits and licence buttons to about boxFrançois Revol2014-01-041-4/+17
| | | | We'll simplify it to just mention version infos like on atari.
* beos: Fix about boxFrançois Revol2014-01-041-5/+7
|
* clean out useless outdated #if 0 blocks they serve no purpose and keep ↵Vincent Sanders2013-02-181-14/+1
| | | | causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-0/+145
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554