summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* 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
* try and improve usage of browser window internalsVincent Sanders2014-07-061-2/+6
* 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
* | Stop the throbber resetting itself to frame 1Chris Young2014-07-051-1/+1
* | Move favicon redraw to scheduled callbackChris Young2014-07-051-11/+11
* | Move the throbber to proper scheduled operationChris Young2014-07-053-78/+50
* | Moved forced throbber redraw to a scheduled callbackChris Young2014-07-052-3/+17
* | 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
* | Remove some code duplication, tidy up and documentationChris Young2014-07-031-49/+68
* | If we try to duplicate an existing scheduled event, reschedule it instead.Chris Young2014-07-021-12/+37
* | tidy up schedule removalChris Young2014-07-021-28/+31
* | documentation fixes and cleanupsVincent Sanders2014-07-021-3/+3
* | Neaten up sub-menu highlightingChris Young2014-07-011-18/+56
* | Add some space between icon and text in the menuChris Young2014-07-011-6/+15
|/
* Merge branch 'vince/fetchschedule'Vincent Sanders2014-07-012-10/+1
|\
| * convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-9/+0
| * clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-1/+1
* | Re-disable the favicon render hookChris Young2014-07-011-1/+1
* | fix warningsChris Young2014-06-301-0/+1
* | Recreate the entire menu when the hotlist window is closed.Chris Young2014-06-305-13/+7
* | 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-295-4/+55
|/
* 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-154-71/+47
* Use search provider iterator.Chris Young2014-06-151-27/+28
* fix disc cache size option to be unsignedVincent Sanders2014-06-091-3/+3
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-051-0/+66
* Double the stack as it still runs out on occasionChris Young2014-06-011-1/+1
* Confidently remove the debugChris Young2014-06-011-4/+0
* Sometimes (but not always) the UTF-16 conversion inserts a BOM. Skip it.Chris Young2014-06-011-0/+2
* Remove unused variable.Michael Drake2014-05-311-1/+0
* Remove an unused variable.Michael Drake2014-05-311-1/+0
* make launch_url core operation use nsurlVincent Sanders2014-05-272-7/+13
* fix amiga build to use correct nsurl acessor functionVincent Sanders2014-05-272-1/+2
* fix errors with path_to_url conversionVincent Sanders2014-05-273-2/+5
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-265-183/+218
* 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
* Map default.icoChris Young2014-05-252-0/+3
* 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-255-59/+66
* Fix login window titleChris Young2014-05-241-1/+1