summaryrefslogtreecommitdiff
path: root/frontends/riscos
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow certificate verification user prompt creation to return errorsVincent Sanders2016-07-312-11/+13
|
* URL escape: Simplify to avoid unnecessary allocation.Michael Drake2016-07-251-16/+19
| | | | | | | | 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.
* URL unescape: return the new length to the caller.Michael Drake2016-07-242-2/+5
| | | | | | | | The avoids situations were we threw away the length, only for the caller to have to strlen the returned string. Note, there seems to be a case of the amiga front end writing beyond end of allocation. Added a TODO for now.
* move key press enums and operations to their own headerVincent Sanders2016-07-017-7/+5
|
* remove unecessary textinput header use from global history headerVincent Sanders2016-06-301-1/+2
|
* remove unecessary textinput header use from hotlist headerVincent Sanders2016-06-301-0/+1
|
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-292-6/+8
|
* move the public form APIVincent Sanders2016-06-142-2/+2
|
* msplit public url database API out for frontendsVincent Sanders2016-06-136-7/+12
|
* remove unecessary risc os frontend usage of content headersVincent Sanders2016-06-1014-50/+43
|
* Clean up RISC OS save source to remove forward declarations and improve ↵Vincent Sanders2016-06-061-747/+754
| | | | documentation
* Update content to split public and internal APIVincent Sanders2016-06-0615-61/+58
|
* move plotters header into public APIVincent Sanders2016-05-3014-14/+13
|
* move desktop window header into public APIVincent Sanders2016-05-3018-28/+30
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-302-2/+2
|
* move netsurf header into public APIVincent Sanders2016-05-301-1/+1
|
* move layout header into public APIVincent Sanders2016-05-301-1/+1
|
* move fetch header into public APIVincent Sanders2016-05-301-1/+1
|
* move misc header into public APIVincent Sanders2016-05-301-1/+1
|
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
|
* move download header into public APIVincent Sanders2016-05-301-2/+2
|
* move clipboard header into public APIVincent Sanders2016-05-301-1/+1
|
* move window header into public APIVincent Sanders2016-05-306-6/+6
|
* move search header into public APIVincent Sanders2016-05-301-1/+1
|
* move bitmap API header to core include directoryVincent Sanders2016-05-263-3/+3
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-233-3/+3
|
* move frontends into sub directoryVincent Sanders2016-05-15228-0/+63025