summaryrefslogtreecommitdiff
path: root/amiga/resources/Themes
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-1525-171/+0
|
* Added Amiga ToolTypes parser.Chris Young2015-11-222-0/+0
| | | | Initially this allows setting the location of the Users directory, and the current user's name.
* Map default.icoChris Young2014-05-251-0/+1
|
* Create the BitMapObjects and just switch between them.Chris Young2013-11-232-3/+3
| | | | Fix the themes so the images are correct.
* Add hotlist favourites star buttonChris Young2013-11-232-0/+4
|
* n an AISS icon for default hotlist dirChris Young2013-11-091-0/+1
|
* Correct pathChris Young2013-08-151-2/+2
|
* Non-working AISS icon redirectChris Young2013-08-151-0/+4
|
* Run NetSurf at priority 0 by default, dropping to priority -1 whenChris Young2012-06-042-0/+0
| | | | | | downloading. svn path=/trunk/netsurf/; revision=13955
* Allow usage of a resource.map file to map resource: requests to other files.Chris Young2011-10-291-0/+2
| | | | svn path=/trunk/netsurf/; revision=13096
* Reduce task priority to -1Chris Young2011-09-252-0/+0
| | | | | | This stops the rest of the system slowing down when NetSurf is trying to receive data svn path=/trunk/netsurf/; revision=12874
* Put a search icon where the old search favicon wasChris Young2011-07-023-0/+2
| | | | svn path=/trunk/netsurf/; revision=12558
* Revert errorneous documentation updateChris Young2011-03-141-3/+0
| | | | svn path=/trunk/netsurf/; revision=12050
* 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-304-6/+0
| | | | svn path=/trunk/netsurf/; revision=10926
* Merge treeview-redux to trunkJohn Mark Bell2010-10-054-12/+6
| | | | 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
* Updated AISS style icon by Martin MerzChris Young2010-04-011-0/+0
| | | | svn path=/trunk/netsurf/; revision=10226
* 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-142-0/+6
| | | | | | | Could probably do with an image for this for the default theme (currently falls back to a textual "+") svn path=/trunk/netsurf/; revision=10053
* Improved tabs for OS4.1u1:Chris Young2010-02-141-1/+1
| | | | | | | | | | | | | * Tabs now have a close gadget embedded * The tab bar only displays if there is more than one tab open * Changed the AISS theme "tab loading" image to something more appropriate Under OS4.0 the old tab close button and permanent tab bar still applies (needs testing as these changes may well have broken it) Users of OS4.1 prior to Update 1 will probably need to update! svn path=/trunk/netsurf/; revision=10045
* Indicate when tabs are loading. Currently this only works with the AISS ↵Chris Young2009-09-062-0/+2
| | | | | | | | | | | 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-182-2/+2
| | | | svn path=/trunk/netsurf/; revision=9348
* 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