summaryrefslogtreecommitdiff
path: root/amiga/stringview/urlhistory.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-124/+0
|
* Allow URL completion to pick up non-visited URLsChris Young2015-04-091-1/+2
|
* More OS3 compilation fixesChris Young2015-01-181-8/+8
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-121-3/+10
| | | | where it is not necessary.
* move options includeVincent Sanders2013-05-281-1/+1
|
* Fix up ripples from urldb change.Michael Drake2012-10-111-4/+4
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=13548
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-301-1/+3
| | | | svn path=/trunk/netsurf/; revision=11155
* Fix some typesChris Young2010-06-261-1/+1
| | | | | | If "easy" charset conversion fails, return a copy of the original string. svn path=/trunk/netsurf/; revision=10580
* Don't list unvisited pagesChris Young2010-04-281-0/+3
| | | | svn path=/trunk/netsurf/; revision=10510
* Allow the user to disable URL suggestion.Chris Young2009-07-261-0/+3
| | | | svn path=/trunk/netsurf/; revision=8806
* Fix logicChris Young2009-07-261-14/+6
| | | | svn path=/trunk/netsurf/; revision=8801
* Replace URL bar with custom StringView class. Thanks to Stephen Fellner, ↵Chris Young2009-07-231-0/+116
Rene W Olsen and Joerg Strohmayer. svn path=/trunk/netsurf/; revision=8723