summaryrefslogtreecommitdiff
path: root/amiga/theme.c
Commit message (Expand)AuthorAgeFilesLines
* Update to new warn_user APIChris Young2016-05-011-3/+3
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
* Make struct bitmap private to bitmap.cChris Young2016-03-221-3/+3
* Remove excess debugChris Young2016-03-021-3/+0
* debugChris Young2016-03-021-0/+3
* Move some things around to try and prevent invalid pointer accesses on exitChris Young2016-01-291-1/+2
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-1/+1
* update amiga frontend to use bitmap operation tableVincent Sanders2015-04-161-1/+1
* More OS3 compilation fixesChris Young2015-01-181-4/+16
* Greatly simplify finding out if our gui_window is the one being displayed.Chris Young2015-01-021-18/+2
* Don't appear to need browser_private.h here.Michael Drake2014-11-211-1/+0
* Update theme.c to use SPACE_RenderBox compatiblity functionChris Young2014-11-151-4/+12
* Fix warningsChris Young2014-11-111-23/+16
* Fix warningsChris Young2014-10-251-1/+1
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-6/+10
* Stop the throbber resetting itself to frame 1Chris Young2014-07-051-1/+1
* Move the throbber to proper scheduled operationChris Young2014-07-051-62/+39
* Moved forced throbber redraw to a scheduled callbackChris Young2014-07-051-2/+14
* Completely re-write web search provider handlingVincent Sanders2014-05-251-4/+0
* Fix some more cppcheck unread/unusedVariable warningsChris Young2014-04-051-1/+0
* Change the scope of some variables picked up by cppcheck, minor reformattingChris Young2014-04-051-1/+1
* Fix cppcheck nullPointerChris Young2014-04-031-3/+5
* move more optional window operations into table including removing unused hid...Vincent Sanders2014-01-121-5/+0
* 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