summaryrefslogtreecommitdiff
path: root/amiga/resources/Themes/Default
Commit message (Collapse)AuthorAgeFilesLines
* More rigourous MIME type checking for CSS allows us to remove the icons from ↵Chris Young2011-03-141-0/+3
| | | | | | | | included CSS files. svn path=/trunk/netsurf/; revision=12049
* Previous commit should have all gone to trunkChris Young2010-10-303-4/+0
| | | | svn path=/trunk/netsurf/; revision=10926
* Merge treeview-redux to trunkJohn Mark Bell2010-10-053-6/+4
| | | | svn path=/trunk/netsurf/; revision=10865
* Much better conversion of the standard NetSurf icon, courtesy of Marko K. ↵Chris Young2010-06-161-0/+0
| | | | | | Seppänen svn path=/trunk/netsurf/; revision=10575
* Sync button images with Windows versionChris Young2010-02-1416-5/+5
| | | | svn path=/trunk/netsurf/; revision=10057
* Add an Add Tab button.Chris Young2010-02-141-0/+3
| | | | | | | Could probably do with an image for this for the default theme (currently falls back to a textual "+") svn path=/trunk/netsurf/; revision=10053
* Indicate when tabs are loading. Currently this only works with the AISS ↵Chris Young2009-09-061-0/+1
| | | | | | | | | | | theme (and probably only under OS4.1), showing a yellow flag on tabs which are currently loading. In the future this could be expanded to show a proper animated throbber on loading tabs, maybe instead of the main throbber. svn path=/trunk/netsurf/; revision=9548
* Tweak throbber anim speedChris Young2009-08-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=9348
* Allow setting throbber speed in Theme definition fileChris Young2009-06-151-0/+1
| | | | svn path=/trunk/netsurf/; revision=7807
* 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
* Minor packaging fixesChris Young2009-04-251-0/+0
| | | | svn path=/trunk/netsurf/; revision=7314
* 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-40/+40
| | | | svn path=/trunk/netsurf/; revision=6795
* Remove default theme's dependency on AISSChris Young2009-02-1813-17/+19
| | | | svn path=/trunk/netsurf/; revision=6567
* 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-182-0/+36
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