WebSurf/frontends
Michael Drake a122b94efd URL escape: Simplify to avoid unnecessary allocation.
This removes the toskip parameter, which was only used by the RISC OS
front end.  The toskip param was used to skip 8 characters which did
not need to be escaped from the start of the URL.  The RISC OS front
end now orders the steps of its URL construction to avoid the need
for this.
2016-07-25 09:04:35 +01:00
..
amiga Fix TODO (writing past end of buffer) 2016-07-24 22:38:46 +01:00
atari URL escape: Simplify to avoid unnecessary allocation. 2016-07-25 09:04:35 +01:00
beos URL unescape: return the new length to the caller. 2016-07-24 14:03:16 +01:00
cocoa move key press enums and operations to their own header 2016-07-01 14:27:04 +01:00
framebuffer add header for memcpy prototype 2016-07-15 14:40:40 +01:00
gtk Explicitely support http and https URI schemes in the .desktop 2016-07-22 11:50:07 +01:00
monkey Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal but better 2016-06-27 21:09:39 +01:00
riscos URL escape: Simplify to avoid unnecessary allocation. 2016-07-25 09:04:35 +01:00
windows URL unescape: return the new length to the caller. 2016-07-24 14:03:16 +01:00
Makefile Allow include directories to be added by sub makefiles 2016-06-06 14:47:27 +01:00