summaryrefslogtreecommitdiff
path: root/amiga/resources/Themes/AISS
Commit message (Collapse)AuthorAgeFilesLines
* Basic SSL certificate verification for Amiga versionChris Young2009-05-311-0/+1
| | | | | | | Treeview window is not browseable (TimedDOSRequester is blocking) Needs some strings writing svn path=/trunk/netsurf/; revision=7675
* Change pointer imagery when draggingChris Young2009-03-251-0/+2
| | | | | | Disable drag saving when not running on the Workbench screen svn path=/trunk/netsurf/; revision=6882
* Access Resources relative to program directory rather than current directory.Chris Young2009-03-171-20/+20
| | | | svn path=/trunk/netsurf/; revision=6795
* Remove default theme's dependency on AISSChris Young2009-02-181-0/+2
| | | | svn path=/trunk/netsurf/; revision=6567
* Modify 32-bit mouse pointers to look at the ones in ENV:SysChris Young2009-01-101-21/+23
| | | | | | | | | These are expected to become some sort of standard :) Will leave the Default theme pointing to the archive-included mouse pointer images until this is official (Default theme should not require 3rd party images installed, although it still needs AISS currently for some of the buttons) svn path=/trunk/netsurf/; revision=6031
* Add pointer image filenames to theme filesChris Young2008-12-131-0/+40
| | | | svn path=/trunk/netsurf/; revision=5903
* Allow theming of default treeview folder and item images.Chris Young2008-10-191-0/+5
| | | | svn path=/trunk/netsurf/; revision=5600
* Basic theme support.Chris Young2008-10-183-0/+21
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