summaryrefslogtreecommitdiff
path: root/amiga/stringview/stringview.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-1/+0
|
* This needs to be set as CustomScreen to ensure it isn't classed as a ↵Chris Young2013-03-201-1/+1
| | | | "visitor" window, for reasons not fully understood.
* We are opening on a public screen, not a custom screen (even our own screen ↵Chris Young2013-03-201-1/+1
| | | | is a public screen)
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-301-0/+2
| | | | svn path=/trunk/netsurf/; revision=11155
* Replace URL bar with custom StringView class. Thanks to Stephen Fellner, ↵Chris Young2009-07-231-0/+868
Rene W Olsen and Joerg Strohmayer. svn path=/trunk/netsurf/; revision=8723