summaryrefslogtreecommitdiff
path: root/amiga/theme.c
Commit message (Collapse)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 ↵Chris Young2013-10-121-2/+2
| | | | where it is not necessary.
* 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
| | | | instead of to the default pointer. Additionally don't use ami_update_pointer for treeview windows as AmigaOS has a pointer setting per window, but NetSurf is only storing the current one as a single global variable.
* 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