summaryrefslogtreecommitdiff
path: root/amiga/resources/Throbber
Commit message (Collapse)AuthorAgeFilesLines
* Basic theme support.Chris Young2008-10-181-0/+0
| | | | | | | | | | | NetSurf will use the theme pointed to by the Options file "theme:". Default is Resources/Themes/Default This directory must contain a file called Theme which indicates which files should be used for which images. The number of frames in the Throbber must also be specified here. See Resources/Themes/Default/Theme for an example. svn path=/trunk/netsurf/; revision=5592
* Default official throbber imagery.Chris Young2008-10-131-0/+0
| | | | | | throbber_frames:9 svn path=/trunk/netsurf/; revision=5565
* New throbber icon by Martin MerzChris Young2008-10-111-0/+0
| | | | svn path=/trunk/netsurf/; revision=5540
* Dummy throbber (1x2 pixel grey PNG)Chris Young2008-10-041-0/+0
| | | | | | | throbber_frames=2 svn path=/trunk/netsurf/; revision=5481
* Basic throbber support code. The throbber is shared between windows and must beChris Young2008-09-111-0/+0
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