summaryrefslogtreecommitdiff
path: root/amiga/theme.c
Commit message (Expand)AuthorAgeFilesLines
* Use LIB_IS_AT_LEAST macroChris Young2013-10-131-3/+3
* Delay the busy pointer again on intuition v53+Chris Young2013-10-121-37/+43
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where...Chris Young2013-10-121-2/+2
* Force usage of OS pointers for OS4.1, there's no reason to use custom ones now.Chris Young2013-10-121-3/+9
* Use all the built-in mouse pointers on OS4.1Chris Young2013-10-121-5/+29
* fixup issues with new options API mergeVincent Sanders2013-05-281-1/+1
* move options includeVincent Sanders2013-05-281-1/+1
* ifdef some code that will never work under AmigaOS <4.0mono/windom-guiChris Young2013-01-301-0/+2
* Ensure we free the same size raster that we allocatedChris Young2013-01-271-2/+2
* Remove unused globalChris Young2013-01-061-1/+0
* Track the mouse pointer on a per-window basisChris Young2013-01-061-21/+21
* Change the mouse pointer back to what it was (and what NetSurf thinks it is) ...Chris Young2013-01-031-3/+9
* 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
* Default search ico should only come from themeChris Young2011-10-081-0/+5
* Remove more checks for browser_window_typeChris Young2011-09-041-2/+0
* Fix warningsChris Young2011-07-231-1/+1
* Put a search icon where the old search favicon wasChris Young2011-07-021-1/+0
* Avoid crash when no theme is presentChris Young2011-03-141-1/+6
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
* Move drag icon stuff to own file; fix warningsChris Young2010-10-301-1/+1
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-6/+11
* Ensure kiosk_mode and frame windows are (a) handled the same wrt menus and (b...Chris Young2010-09-281-0/+2
* Add option to control whether drags have icons or just a pointer change.Chris Young2010-07-291-1/+1
* Fix crash in kiosk modeChris Young2010-04-111-0/+2
* Factor Amiga theme-related code out to a new file. This includes all throbbe...Chris Young2010-03-231-0/+495