netsurf/amiga
Chris Young 10bf100cc1 Added ability to load toolbar images from a different path.
Default is still TBImages: (ie AISS, http://www.masonicons.de)

All of the following must be present, in any format that bitmap.image will load
(usually this means any picture.datatype subclasses):

home, home_g, home_s - Home button
nav_east, nav_east_g, nav_east_s - History forward
nav_west, nav_west_g, nav_west_s - History back
reload, reload_g, reload_s - Reload
stop, stop_g, stop_s - Stop

The _g and _s files are ghosted and selected versions respectively.

To set the path, use toolbar_images:<path> in Options.


svn path=/trunk/netsurf/; revision=5304
2008-09-11 21:32:55 +00:00
..
resources Basic throbber support code. The throbber is shared between windows and must be 2008-09-11 19:33:40 +00:00
bitmap.c Fix Amiga bitmap_get_bpp to be same as others. (It's bytes per pixel, not bits.) Fix param comments for vbitmap. 2008-09-07 19:08:57 +00:00
bitmap.h
compat.c
compat.h
filetype.c
font.c
font.h
gui.c Added ability to load toolbar images from a different path. 2008-09-11 21:32:55 +00:00
gui.h Basic throbber support code. The throbber is shared between windows and must be 2008-09-11 19:33:40 +00:00
history.c
hotlist.c
hotlist.h Moved menu selection code to menu.c 2008-09-03 22:02:41 +00:00
iff_cset.h Added support code to allow CSET chunks to be read from clipboard IFF FTXT and 2008-09-03 22:10:30 +00:00
login.c
login.h
menu.c Moved menu selection code to menu.c 2008-09-03 22:02:41 +00:00
menu.h Moved menu selection code to menu.c 2008-09-03 22:02:41 +00:00
misc.c Support for dragging in files (for file upload forms etc) 2008-09-07 15:58:11 +00:00
object.c Scheduled events now signal when the scheduled time has passed. 2008-09-08 18:14:14 +00:00
object.h
options.h Added support code to allow CSET chunks to be read from clipboard IFF FTXT and 2008-09-03 22:10:30 +00:00
plotters.c
plotters.h
save_pdf.c
save_pdf.h
schedule.c Disabled the new scheduler by default as it is more unstable than I thought :( 2008-09-09 06:25:22 +00:00
schedule.h Scheduled events now signal when the scheduled time has passed. 2008-09-08 18:14:14 +00:00
thumbnail.c
tree.c
utf8.c Added support code to allow CSET chunks to be read from clipboard IFF FTXT and 2008-09-03 22:10:30 +00:00
utf8.h Added support code to allow CSET chunks to be read from clipboard IFF FTXT and 2008-09-03 22:10:30 +00:00