netsurf/amiga
Chris Young 256bf06387 Basic throbber support code. The throbber is shared between windows and must be
stored as Resources/Throbber in animation.datatype supported format.

The default animation is a small IFF ANIM which is only good for testing purposes.

This throbber code is likely to be replaced by custom animation code in the future as
using animation.datatype has issues and restrictions (only 8-bit formats, using
NewDTObject() twice on the same file doesn't seem to work correctly, clicking on the
anim starts it playing etc)

svn path=/trunk/netsurf/; revision=5303
2008-09-11 19:33:40 +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 Initial Amiga port files, mostly empty stub functions. 2008-08-02 14:31:32 +00:00
compat.c Code cleanup. 2008-08-21 21:42:48 +00:00
compat.h Initial Amiga port files, mostly empty stub functions. 2008-08-02 14:31:32 +00:00
filetype.c Initial Amiga port files, mostly empty stub functions. 2008-08-02 14:31:32 +00:00
font.c Experimental font code to plot Unicode text. 2008-08-30 16:55:25 +00:00
font.h Experimental font code to plot Unicode text. 2008-08-30 16:55:25 +00:00
gui.c Basic throbber support code. The throbber is shared between windows and must be 2008-09-11 19:33:40 +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 Initial Amiga port files, mostly empty stub functions. 2008-08-02 14:31:32 +00:00
hotlist.c Basic hotlist support 2008-08-23 21:56:49 +00:00
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 401 authentication/login support. 2008-08-30 21:32:05 +00:00
login.h 401 authentication/login support. 2008-08-30 21:32:05 +00:00
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 401 authentication/login support. 2008-08-30 21:32:05 +00:00
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 Added support for scaling bitmaps, filled polygons, filled circles and clipping. 2008-08-30 16:57:35 +00:00
plotters.h Close fonts properly and default back to initial RastPort font. 2008-08-17 16:22:40 +00:00
save_pdf.c Added PDF export to Amiga port. 2008-08-26 01:20:01 +00:00
save_pdf.h Added PDF export to Amiga port. 2008-08-26 01:20:01 +00:00
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 Initial Amiga port files, mostly empty stub functions. 2008-08-02 14:31:32 +00:00
tree.c Initial Amiga port files, mostly empty stub functions. 2008-08-02 14:31:32 +00:00
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