summaryrefslogtreecommitdiff
path: root/amiga/theme.h
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-50/+0
|
* Fix warningsChris Young2014-10-251-1/+1
|
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-1/+0
|
* Move the throbber to proper scheduled operationChris Young2014-07-051-1/+1
|
* Moved forced throbber redraw to a scheduled callbackChris Young2014-07-051-1/+3
|
* move four more optional window operations to tableVincent Sanders2014-01-131-1/+1
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-0/+5
|
* Track the mouse pointer on a per-window basisChris Young2013-01-061-2/+6
|
* Change the mouse pointer back to what it was (and what NetSurf thinks it is) ↵Chris Young2013-01-031-1/+2
| | | | 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.
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=10865
* Factor Amiga theme-related code out to a new file. This includes all ↵Chris Young2010-03-231-0/+39
throbber and mouse pointer code (which are "theme modifiable") as well as normal theme reading code. svn path=/trunk/netsurf/; revision=10145