summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix download URL handlingChris Young2014-05-241-4/+3
* Stop treeview items moving when they've been dragged outside the treeview win...Chris Young2014-05-241-4/+7
* Filter all control chars from width kerning and fix some const warnings.Chris Young2014-05-193-7/+7
* Add logging to nsfont_split function.Michael Drake2014-05-181-1/+9
* Don't try to kern a character with \0Chris Young2014-05-181-1/+3
* ensure all vmkpath implementations check their parametersVincent Sanders2014-05-171-0/+4
* Fix build.Michael Drake2014-05-161-4/+5
* Simplfy and clarify splitting function.Michael Drake2014-05-161-21/+16
* Set a more sensible upper cache size limit.Chris Young2014-05-161-1/+1
* Add disc cache size to settings UIChris Young2014-05-161-5/+5
* Tentatively enable the fs cache backing storeChris Young2014-05-161-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-094-4/+0
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-083-3/+2
* missing commaVincent Sanders2014-05-071-1/+1
* fix silly errors in atari and amiga file operation table changeVincent Sanders2014-05-071-2/+14
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-21/+122
* Make the install script work for Dutch language.Chris Young2014-05-051-0/+3
* Remove a rogue procedure callChris Young2014-05-031-1/+0
* Remove some unused library/SObj copying procedures from the Installer script.Chris Young2014-05-031-217/+0
* Remove Cairo from AmigaOS frontend.Chris Young2014-05-039-543/+144
* Update some version numbers for 3.2-dev.Chris Young2014-04-282-9/+7
* Try to fix Amiga build failure.Michael Drake2014-04-091-1/+1
* Ensure we don't get extraneous signals allocatedChris Young2014-04-061-1/+2
* Fix a case where the screen wouldn't close if NetSurf had been launched from ...Chris Young2014-04-061-4/+2
* Fix some more cppcheck unread/unusedVariable warningsChris Young2014-04-053-5/+1
* Change the scope of some variables picked up by cppcheck, minor reformattingChris Young2014-04-0510-50/+30
* Fix cppcheck constStatement warningChris Young2014-04-051-2/+2
* Fix cppcheck syntaxErrorChris Young2014-04-051-3/+3
* Add missing includeChris Young2014-04-051-0/+1
* Fix some cppcheck variableHidingTypedef warningsChris Young2014-04-053-22/+22
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-0518-44/+8
* Fix cppcheck variableScope warningsChris Young2014-04-052-5/+9
* Fix some cppcheck unused/unreadVariablesChris Young2014-04-051-3/+2
* Fix cppcheck arrayIndexOutOfBoundsChris Young2014-04-051-1/+1
* Fix cppcheck syntaxErrorChris Young2014-04-051-1/+1
* Fix some cppcheck variableScope warningsChris Young2014-04-051-4/+5