summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* remove unecessary css includes from fronetendsVincent Sanders2014-10-131-1/+0
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-0/+1
* remove use of deprecated netsurf_quit variableVincent Sanders2014-10-121-11/+8
* void functionChris Young2014-09-201-4/+4
* Move log init so it starts earlierChris Young2014-09-201-8/+15
* Adjust min stack to 96K following evaluation.Chris Young2014-09-071-1/+1
* Reduce stack back down to 64KChris Young2014-09-021-1/+1
* Ensure the favicon updates correctly when we close a tabChris Young2014-08-251-0/+1
* Reduce minimum stack to 128K.Chris Young2014-08-031-1/+1
* Increase minimum stack to 1MBChris Young2014-07-261-1/+1
* Raise minimum stack to 512KChris Young2014-07-261-1/+1
* Fix tab title when "always show tabs" is enabled and only one tab is presentChris Young2014-07-121-3/+3
* Don't update if there is no browser attached (fixes potential crash on startup)Chris Young2014-07-121-1/+1
* Ensure tab titles are updated if the tab bar is newly addedChris Young2014-07-121-5/+4
* Merge branch 'vince/reformatpending'Vincent Sanders2014-07-061-21/+18
|\
| * change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-19/+18
* | Move favicon redraw to scheduled callbackChris Young2014-07-051-11/+11
* | Move the throbber to proper scheduled operationChris Young2014-07-051-15/+10
* | Replace a flag for search ico refresh with a scheduled callbackChris Young2014-07-051-8/+1
* | Ensure Ctrl-C does not terminate NetSurf abruptly.Chris Young2014-07-051-11/+16
* | Wait for network activity instead of polling.Chris Young2014-07-031-4/+26
|/
* Merge branch 'vince/fetchschedule'Vincent Sanders2014-07-011-9/+0
|\
| * convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-9/+0
* | Re-disable the favicon render hookChris Young2014-07-011-1/+1
* | Recreate the entire menu when the hotlist window is closed.Chris Young2014-06-301-1/+5
* | Re-enable favicon render hook. Not sure why or when this was disabled.Chris Young2014-06-301-1/+1
* | Implement a very basic favicon cache for the hotlist menu to useChris Young2014-06-291-0/+37
|/
* Enable temporary change of search provider from the main browser windowChris Young2014-06-151-2/+7
* Change the search ico to be a chooser gadget with the icon as the displayChris Young2014-06-151-67/+38
* Double the stack as it still runs out on occasionChris Young2014-06-011-1/+1
* Remove an unused variable.Michael Drake2014-05-311-1/+0
* fix amiga build to use correct nsurl acessor functionVincent Sanders2014-05-271-1/+1
* fix errors with path_to_url conversionVincent Sanders2014-05-271-2/+3
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-148/+12
* Redraw the favicon if the window is resized.Chris Young2014-05-251-0/+1
* Try to ensure we get the correct search icon when the window opens.Chris Young2014-05-251-0/+1
* Move search_web_init somewhere saneChris Young2014-05-251-3/+2
* use new search web interface to refresh icon.Vincent Sanders2014-05-251-1/+1
* fix warnings in amiga build introduced in websearch changesVincent Sanders2014-05-251-4/+3
* fix amiga build errorVincent Sanders2014-05-251-1/+0
* Completely re-write web search provider handlingVincent Sanders2014-05-251-36/+49
* ensure all vmkpath implementations check their parametersVincent Sanders2014-05-171-0/+4
* Create cache dirChris Young2014-05-161-3/+10
* add backing store storage path to browser initialisationVincent Sanders2014-05-131-1/+1
* remove amiga specific mkpath wrapper as registration has been fixed and the g...Vincent Sanders2014-05-111-15/+3
* Make mkpath allocate the string buffer for map_filename. Fixes 2119.Chris Young2014-05-101-2/+6
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-2/+7
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-081-1/+0
* missing commaVincent Sanders2014-05-071-1/+1