summaryrefslogtreecommitdiff
path: root/amiga/resources
Commit message (Collapse)AuthorAgeFilesLines
* 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
* New mouse pointer images by Martin Merz (Mason)Chris Young2008-09-085-84/+164
| | | | | | Extended pointer size to 32x32 pixels. svn path=/trunk/netsurf/; revision=5288
* Much more efficient message handling/input loops, allows me to raise task ↵Chris Young2008-09-041-0/+0
| | | | | | | | priority back to default of 0 without impacting other processes. svn path=/trunk/netsurf/; revision=5238
* Simple pointer imagery (hopefully temporary)Chris Young2008-09-014-1/+52
| | | | svn path=/trunk/netsurf/; revision=5229
* Basic user-configurable pointer image support.Chris Young2008-08-312-0/+34
| | | | | | | | | | | | | | | | | | | | | GUI_POINTER_DEFAULT and GUI_POINTER_WAIT still use the Amiga system default pointers, and will not be overridden by NetSurf. Pointer imagery lives in Resources/Pointers and the filenames are all defined in the ptrs array at the top of gui.c, in the same order as in gui_pointer_shape - with the exception of GUI_POINTER_DEFAULT (this instead points to a "Blank" pointer for hiding the pointer) and GUI_POINTER_WAIT (reserved for future use, currently points to "Wait" but this will change). The file format is very simple. It is a text file containing 16 rows of 16 characters, with a newline or CR (or, in fact, any character as this is not checked) terminating each row. The seventeenth row indicates the pixel on which the "point" is set, as two digit X direction, a space, then two digits for the Y direction. Pointers/Point is based on the hand2 image by Andreas Kuerzinger (the original is in the AKPointerz.lha archive on Aminet) svn path=/trunk/netsurf/; revision=5227
* Corrected english-british entry.Chris Young2008-08-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=5206
* Added british-englishChris Young2008-08-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=5165
* Reduced task priority to -5 and increased stack to 64kChris Young2008-08-211-0/+0
| | | | svn path=/trunk/netsurf/; revision=5164
* Add links to resource files.John Tytgat2008-08-178-0/+8
| | | | svn path=/trunk/netsurf/; revision=5138
* Implemented localisation using the existing translated messages files.Chris Young2008-08-091-0/+17
| | | | svn path=/trunk/netsurf/; revision=4982
* OS4 32-bit icon for NetSurf.Chris Young2008-08-031-0/+0
svn path=/trunk/netsurf/; revision=4878