summaryrefslogtreecommitdiff
path: root/beos/res
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-1532-44/+0
|
* make search engines resource common between gtk and beosVincent Sanders2016-01-191-0/+1
|
* BeOS/Haiku: Remove obsolete "messages" file.Adrien Destugues2015-10-121-1/+0
|
* Add missing simlinks.Michael Drake2014-10-222-0/+2
|
* beos: Remove Messages symlinks in res/*/François Revol2014-01-045-5/+0
| | | | | | | It seems the messages files aren't generated early enough anymore, so building the resources fails. We can't load them from the resource yet anyway.
* beos: Fix embedded files in resourcesFrançois Revol2014-01-0418-1/+17
| | | | | | | | | | | - drop the remaining hardcoded files in rdef file - add favicon.png - remove en/ symlink - add real folders with symlinks for translated files like GTK Note the Messages files are also included although the current code is not able to load them from the resources. - add symlinks for html files to the en/ version (TODO: try to remap automatically)
* beos: Export icons/ resources with a lowercase iFrançois Revol2014-01-041-0/+0
| | | | That's what GTK does, and it fixes the dirlist icons too.
* 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
* Add the icons to the BeOS resources.François Revel2011-05-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=12301
* Change rsrc: fetcher to check the mime type of resources from the extension. ↵François Revel2011-03-214-1/+4
| | | | | | Add needed resource to get about: working. svn path=/trunk/netsurf/; revision=12119
* Purge Aliases file stuff.Michael Drake2010-12-041-1/+0
| | | | svn path=/trunk/netsurf/; revision=10982
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=8752
* Add Hubbub support, should work much better when actually initializing it.François Revel2008-10-051-0/+1
| | | | svn path=/trunk/netsurf/; revision=5487
* - 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
* - We don't need the XPM icon.François Revel2008-06-071-317/+0
| | | | | | - import res/* in the resource file to bundle them with the binary. svn path=/trunk/netsurf/; revision=4293
* - fixed alpha bitmap drawingFrançois Revel2008-06-0410-0/+0
| | | | | | | - 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-037-0/+342
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