summaryrefslogtreecommitdiff
path: root/beos/res.rdef
Commit message (Collapse)AuthorAgeFilesLines
* beos: Fix embedded files in resourcesFrançois Revol2014-01-041-4/+1
| | | | | | | | | | | - 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: Drop duplicate throbber PNG resourcesFrançois Revol2014-01-041-11/+0
| | | | They are also added with another path by the makefile.
* beos: Add comments to resources definition fileFrançois Revol2014-01-041-2/+9
|
* beos: Move some resources aroundFrançois Revol2014-01-041-15/+15
| | | | Move app signature and supported filetypes before icons for more visibility.
* beos: Remove unused Tracker button bitmapsFrançois Revol2014-01-041-196/+0
| | | | We never used them, and we now have better looking HVIF ones anyway.
* beos: comment on why the rdef file includes hexdump for iconsFrançois Revol2012-11-251-1/+4
|
* Mention the origin of the icons added by AdrienFrançois Revol2012-11-251-0/+2
| | | | | | They come from Zumi's site, were proposed for Haiku, and should be usable under MIT licence but it is not mentionned there. I'll probably replace them anyway.
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-0/+41
| | | | | | | | * Toolbar use HVIF icons on Haiku * Download window * Some tweaks to the event loop to let network traffic happen Signed-off-by: François Revol <revol@free.fr>
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-0/+399
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554