summaryrefslogtreecommitdiff
path: root/amiga/resources
Commit message (Collapse)AuthorAgeFilesLines
* Add pointer image filenames to theme filesChris Young2008-12-132-0/+80
| | | | svn path=/trunk/netsurf/; revision=5903
* Local file handling improvements (fetch_file is incomplete and not being ↵Chris Young2008-11-082-0/+0
| | | | | | | | | | | | | | used yet) filetype.c has been changed to get the MIME type of a file from the MIMETYPE tooltype of the icon or default icon for the file. The install script will set the basic of these, and icons for default.css and AdBlock.css have been added to ensure these always return the correct MIME type. If the MIMETYPE tooltype is not found, the code will use datatypes.library to identify the file and make a guess as to what the MIME type is. svn path=/trunk/netsurf/; revision=5651
* Allow theming of default treeview folder and item images.Chris Young2008-10-192-0/+10
| | | | svn path=/trunk/netsurf/; revision=5600
* Basic theme support.Chris Young2008-10-185-0/+57
| | | | | | | | | | | 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
* Italian translation courtesy of Samir Hawamdeh.Chris Young2008-10-171-0/+1
| | | | svn path=/trunk/netsurf/; revision=5589
* 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-112-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
* Minor pointer corrections, added 4 colour default pointer (standard 2.0 ↵Chris Young2008-09-234-0/+66
| | | | | | | | | | style - to match the 4 colour pop-up menu pointer) and 4 colour wait pointer (in a hybrid 2.0/1.3 style, it's a Zzz busy pointer with a 3D effect like the one on the default stop-watch) svn path=/trunk/netsurf/; revision=5426
* 32-bit mouse pointer support.Chris Young2008-09-2220-0/+0
| | | | | | | | | | | | | | | The pointer imagery are the icon files of the 4-colour custom text file images. Tooltypes XOFFSET and YOFFSET specify the "point" of the image. The 32-bit pointers can be disabled by setting option truecolour_mouse_pointers:0 The OS pointers (for "Default" and "Wait" only) can be used by setting os_mouse_pointers:1 Deleting the relevant files has the same effect :) This complete set of 32-bit images is drawn by Martin Merz (Mason). The code to read them is derived from sample code by Joerg Strohmayer. svn path=/trunk/netsurf/; revision=5401
* 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