netsurf/frontends/riscos
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
..
configure move frontends into sub directory 2016-05-15 13:44:34 +01:00
content-handlers Update content to split public and internal API 2016-06-06 09:01:38 +01:00
distribution move frontends into sub directory 2016-05-15 13:44:34 +01:00
gui remove unecessary risc os frontend usage of content headers 2016-06-10 11:53:28 +01:00
scripts move frontends into sub directory 2016-05-15 13:44:34 +01:00
templates move frontends into sub directory 2016-05-15 13:44:34 +01:00
401login.c msplit public url database API out for frontends 2016-06-13 23:34:45 +01:00
assert.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
bitmap.c Update content to split public and internal API 2016-06-06 09:01:38 +01:00
bitmap.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
buffer.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
buffer.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
configure.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
configure.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
cookies.c move key press enums and operations to their own header 2016-07-01 14:27:04 +01:00
cookies.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
dialog.c move desktop window header into public API 2016-05-30 17:32:57 +01:00
dialog.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
download.c URL unescape: return the new length to the caller. 2016-07-24 14:03:16 +01:00
filetype.c Update content to split public and internal API 2016-06-06 09:01:38 +01:00
filetype.h Update content to split public and internal API 2016-06-06 09:01:38 +01:00
font.c move layout header into public API 2016-05-30 11:31:35 +01:00
font.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
global_history.c move key press enums and operations to their own header 2016-07-01 14:27:04 +01:00
global_history.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
gui.c URL escape: Simplify to avoid unnecessary allocation. 2016-07-25 09:04:35 +01:00
gui.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
help.c move mouse and pointer state header into public API 2016-05-30 12:10:08 +01:00
help.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
history.c move plotters header into public API 2016-05-30 21:05:57 +01:00
hotlist.c move key press enums and operations to their own header 2016-07-01 14:27:04 +01:00
hotlist.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
iconbar.c move desktop window header into public API 2016-05-30 17:32:57 +01:00
iconbar.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
image.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
image.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
Makefile move frontends into sub directory 2016-05-15 13:44:34 +01:00
Makefile.defaults move frontends into sub directory 2016-05-15 13:44:34 +01:00
menus.c move key press enums and operations to their own header 2016-07-01 14:27:04 +01:00
menus.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
message.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
message.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
mouse.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
mouse.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
options.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
oslib_pre7.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
palettes.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
palettes.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
plotters.c move plotters header into public API 2016-05-30 21:05:57 +01:00
print.c Update content to split public and internal API 2016-06-06 09:01:38 +01:00
print.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
query.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
query.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
save_draw.c Update content to split public and internal API 2016-06-06 09:01:38 +01:00
save_draw.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
save_pdf.c remove unecessary risc os frontend usage of content headers 2016-06-10 11:53:28 +01:00
save_pdf.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
save.c move the public form API 2016-06-14 12:39:54 +01:00
save.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
schedule.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
search.c Update content to split public and internal API 2016-06-06 09:01:38 +01:00
searchweb.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
sslcert.c remove unecessary risc os frontend usage of content headers 2016-06-10 11:53:28 +01:00
sslcert.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
textarea.c move desktop window header into public API 2016-05-30 17:32:57 +01:00
textarea.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
textselection.c move key press enums and operations to their own header 2016-07-01 14:27:04 +01:00
textselection.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
theme_install.c remove unecessary risc os frontend usage of content headers 2016-06-10 11:53:28 +01:00
theme.c remove unecessary risc os frontend usage of content headers 2016-06-10 11:53:28 +01:00
theme.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
tinct.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
toolbar.c remove unecessary risc os frontend usage of content headers 2016-06-10 11:53:28 +01:00
toolbar.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
treeview.c move key press enums and operations to their own header 2016-07-01 14:27:04 +01:00
treeview.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
ucstables.c move utf8 header into public API 2016-05-30 11:20:15 +01:00
ucstables.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
uri.c move desktop window header into public API 2016-05-30 17:32:57 +01:00
uri.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
url_complete.c msplit public url database API out for frontends 2016-06-13 23:34:45 +01:00
url_complete.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
url_protocol.c move desktop window header into public API 2016-05-30 17:32:57 +01:00
url_protocol.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
url_suggest.c msplit public url database API out for frontends 2016-06-13 23:34:45 +01:00
url_suggest.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
wimp_event.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
wimp_event.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
wimp.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
wimp.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
wimputils.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
window.c move key press enums and operations to their own header 2016-07-01 14:27:04 +01:00
window.h move frontends into sub directory 2016-05-15 13:44:34 +01:00