summaryrefslogtreecommitdiff
path: root/frontends/riscos
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'vince/ro-corewindow'Vincent Sanders2016-12-2824-2444/+2649
|\ | | | | | | | | Conflicts: frontends/riscos/sslcert.h
| * remove RISC OS treeview wrapper implementationVincent Sanders2016-12-287-1324/+12
| |
| * Update RISC OS ssl certificate viewer to core window interfaceVincent Sanders2016-12-285-229/+304
| |
| * Update RISC OS global history to use core window interfaceVincent Sanders2016-12-287-234/+364
| |
| * Update RISC OS hotlist to use core window interfaceVincent Sanders2016-12-287-412/+536
| |
| * Update RISC OS cookie window to use core window interfaceVincent Sanders2016-12-288-223/+362
| |
| * RISC OS corewindow implementationVincent Sanders2016-12-283-2/+1074
| |
| * reformat riscos treeview source so it can be understoodVincent Sanders2016-12-281-597/+573
| |
* | RISC OS: Remove unused function declaration.Michael Drake2016-12-181-1/+0
| |
* | RISC OS: Free nsoptionsChris Young2016-12-111-0/+1
|/
* fix spelling of retrivedVincent Sanders2016-11-211-2/+2
|
* complete transition to locale independant core operationVincent Sanders2016-09-291-12/+0
| | | | | | | | | | | | The netsurf core no longer uses any locale dependant operations excepting the mall number or cases where such operations are explicitly wanted. the netsurf_init now calls setlocale with the empty string and lets the c library setup as per its specific implementation. any core functionality that specificaly processes ascii text must use the utils/ascii.h header to do so.
* Treeview: Add `treeview_font_size` to options.Michael Drake2016-08-111-0/+6
| | | | Default is 11pt, and RISC OS overrides to 12pt.
* Treeview: Rationalise initialisation and finalisation.Michael Drake2016-08-101-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the expected behaviour for front ends using the correct API for hotlist, global history, cookie manager, and ssl cert viewer was that the front end would initialise the treeview module on startup and finalise it on application exit. However, this meant that the front ends had to include the core treeview header, which they didn't otherwise need. Since the tree module provided access to the new treeview utilities through the old tree API, and was used by front ends with no changes for the new treeview API, the tree layer refcounted initialisations of treeview-based widgets, and only called the underlying treeview init/fini functions when needed. This change moves that refcounting into the treeview module. Now the hotlist, global history, cookie manager, and ssl cert viewer widgets call call treeview init/fini as part of their own initialisation and finalisation. This means that front ends using the correct APIs for treeview-based widgets don't need to know anything about the underlying treeview, and the tree module compatibility layer has had its treeview refcounting removed. Finally, the treeview_init function took a font size parameter. Now it does not and lit gets font size from config. We probably want to add a new `treeview_font_size` option to nsoptions, and have differnent defaults on different platforms. 12pt on RISC OS, and 11pt elsewhere, most likely.
* 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