summaryrefslogtreecommitdiff
path: root/beos
Commit message (Collapse)AuthorAgeFilesLines
* Use bundled resources instead of separate files. throbber uses 'data' type ↵François Revel2008-06-076-25/+41
| | | | | | also now. svn path=/trunk/netsurf/; revision=4297
* - We don't need the XPM icon.François Revel2008-06-072-321/+17
| | | | | | - import res/* in the resource file to bundle them with the binary. svn path=/trunk/netsurf/; revision=4293
* Add copyrightsFrançois Revel2008-06-0729-8/+92
| | | | | | Notes on a plot_path implementation. svn path=/trunk/netsurf/; revision=4292
* - fixed alpha bitmap drawingFrançois Revel2008-06-0416-9/+155
| | | | | | | - fixed polygon drawing - newstyle throbber, loosely copied from the gtk one. svn path=/trunk/netsurf/; revision=4259
* The BeOS-specific part of the BeOS (and Haiku) port, modeled mostly from the ↵François Revel2008-06-0337-0/+9100
GTK version. Some fixes are needed elsewhere but non-obvious ones I'll post on the mailing list for discussion. Currently it opens windows with a toolbar, url and status bar, a (yet empty) menu bar. Rendering seems to work including scrolling at scale 1 (other non-tested). framesets seems broken though. svn path=/trunk/netsurf/; revision=4253