summaryrefslogtreecommitdiff
path: root/amiga/theme.c
Commit message (Collapse)AuthorAgeFilesLines
* Include desktop/browser_private.h.Michael Drake2012-08-221-0/+1
|
* convert throbber to use standard bitmap functions; remove p96 dependencyChris Young2012-08-101-38/+11
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-10/+9
| | | | svn path=/trunk/netsurf/; revision=13548
* Default search ico should only come from themeChris Young2011-10-081-0/+5
| | | | svn path=/trunk/netsurf/; revision=13011
* Remove more checks for browser_window_typeChris Young2011-09-041-2/+0
| | | | svn path=/trunk/netsurf/; revision=12719
* Fix warningsChris Young2011-07-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=12616
* Put a search icon where the old search favicon wasChris Young2011-07-021-1/+0
| | | | svn path=/trunk/netsurf/; revision=12558
* Avoid crash when no theme is presentChris Young2011-03-141-1/+6
| | | | svn path=/trunk/netsurf/; revision=12047
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
| | | | svn path=/trunk/netsurf/; revision=11230
* Move drag icon stuff to own file; fix warningsChris Young2010-10-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=10922
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-6/+11
| | | | svn path=/trunk/netsurf/; revision=10865
* Ensure kiosk_mode and frame windows are (a) handled the same wrt menus and ↵Chris Young2010-09-281-0/+2
| | | | | | | | (b) not trying to manipulate non-existant menus svn path=/trunk/netsurf/; revision=10855
* Add option to control whether drags have icons or just a pointer change.Chris Young2010-07-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=10672
* Fix crash in kiosk modeChris Young2010-04-111-0/+2
| | | | svn path=/trunk/netsurf/; revision=10369
* Factor Amiga theme-related code out to a new file. This includes all ↵Chris Young2010-03-231-0/+495
throbber and mouse pointer code (which are "theme modifiable") as well as normal theme reading code. svn path=/trunk/netsurf/; revision=10145