summaryrefslogtreecommitdiff
path: root/beos/res/beosdefault.css
Commit message (Collapse)AuthorAgeFilesLines
* Since nsurl wants to add // to url schemes, just abide by it. Third / ↵François Revel2012-03-191-1/+1
| | | | | | separates the type and name. svn path=/trunk/netsurf/; revision=13534
* Change rsrc: fetcher to check the mime type of resources from the extension. ↵François Revel2011-03-211-1/+1
| | | | | | Add needed resource to get about: working. svn path=/trunk/netsurf/; revision=12119
* - switch to using builtin css files from rsrc:François Revel2008-10-021-1/+2
| | | | | | - add debug output to trace keyboard input as textinput doesn't work anymore. svn path=/trunk/netsurf/; revision=5468
* Fix the BeOS build:François Revel2008-08-131-1/+1
| | | | | | | | | | | | | | | | | - hack to work around stdbool.h issue with R5 devkit - fix prototypes - fix bitmap code - fix copy-paste on forward button - remove unused gif throbber loading code - R5 rgb_color doesn't have != operator, use memcmp() - switch back to file based [beos]default.css for the time being - realpath() hack for R5 Regressions: - asserts on haiku-os.org - no libns* yet, so less image support - text field input doesn't work anymore. svn path=/trunk/netsurf/; revision=5109
* Use bundled resources instead of separate files. throbber uses 'data' type ↵François Revel2008-06-071-1/+1
| | | | | | also now. svn path=/trunk/netsurf/; revision=4297
* The BeOS-specific part of the BeOS (and Haiku) port, modeled mostly from the ↵François Revel2008-06-031-0/+21
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