summaryrefslogtreecommitdiff
path: root/amiga/resources/Themes
Commit message (Collapse)AuthorAgeFilesLines
* Allow setting throbber speed in Theme definition fileChris Young2009-06-152-0/+2
| | | | svn path=/trunk/netsurf/; revision=7807
* Basic SSL certificate verification for Amiga versionChris Young2009-05-312-0/+2
| | | | | | | Treeview window is not browseable (TimedDOSRequester is blocking) Needs some strings writing svn path=/trunk/netsurf/; revision=7675
* Minor packaging fixesChris Young2009-04-251-0/+0
| | | | svn path=/trunk/netsurf/; revision=7314
* Change pointer imagery when draggingChris Young2009-03-252-0/+4
| | | | | | 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-172-60/+60
| | | | svn path=/trunk/netsurf/; revision=6795
* Remove default theme's dependency on AISSChris Young2009-02-1814-17/+21
| | | | 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-132-0/+80
| | | | svn path=/trunk/netsurf/; revision=5903
* 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