Michael Drake
7ca75a4cee
RISC OS: Fix hotlist save.
...
The read and write paths for hotlist are different:
#define CHOICES_PREFIX "<Choices$Write>.WWW.NetSurf."
NSOPTION_STRING(hotlist_path, "NetSurf:Hotlist")
NSOPTION_STRING(hotlist_save, CHOICES_PREFIX "Hotlist")
This switches to using hotlist_save for writing.
2016-12-29 15:15:41 +00:00
Michael Drake
354656b442
RISC OS: Update for new hotlist API.
...
This allows the hotlist backend to work before the hotlist window opens.
2016-12-29 14:51:43 +00:00
Vincent Sanders
5f32f9ddd6
Revert "RISC OS: Squash unused variable."
...
This reverts commit 7aa1dd601e
.
2016-12-29 12:56:38 +00:00
Michael Drake
7b7b1507d0
Revert "RISC OS: Ensure core's hotlist_init is called on startup."
...
This reverts commit 743637a8d2
.
2016-12-29 12:21:03 +00:00
Michael Drake
7aa1dd601e
RISC OS: Squash unused variable.
2016-12-29 12:01:29 +00:00
Michael Drake
743637a8d2
RISC OS: Ensure core's hotlist_init is called on startup.
...
Until the core hotlist_init is called, it is impossible to add
pages to the hotlist. This means we need to ensure it is called
on startup, rather than when first showing the hotlist.
2016-12-29 11:45:21 +00:00
Vincent Sanders
af3a78060f
Update RISC OS hotlist to use core window interface
2016-12-28 15:26:02 +00:00
Vincent Sanders
8066d1c8b4
move key press enums and operations to their own header
2016-07-01 14:27:04 +01:00
Vincent Sanders
690066bb56
remove unecessary textinput header use from hotlist header
2016-06-30 15:28:54 +01:00
Vincent Sanders
976eca9958
msplit public url database API out for frontends
2016-06-13 23:34:45 +01:00
Vincent Sanders
3153335fde
remove unecessary risc os frontend usage of content headers
2016-06-10 11:53:28 +01:00
Vincent Sanders
1eb86d9df2
move window header into public API
2016-05-30 11:01:40 +01:00
Vincent Sanders
d21447d096
move frontends into sub directory
2016-05-15 13:44:34 +01:00