summaryrefslogtreecommitdiff
path: root/frontends/riscos
Commit message (Collapse)AuthorAgeFilesLines
* RISC OS: Image: Tinct workaround: Use OS alpha sprite rendering.Michael Drake2021-06-252-6/+67
| | | | | | | | | If NetSurf is configured to use OS for image rendering, and the OS supports Alpha sprites, avoid going via Tinct completely. Going via Tinct loses the alpha channel. However, with this workaround, we lose Tinct's pretiling optimisation for tiling tiny sprites.
* RISC OS: GUI: Add check for sprite alpha channel OS support.Michael Drake2021-06-252-0/+31
|
* RISC OS: Image: Add support for tiled plots with OS renderer.Michael Drake2021-06-251-6/+15
|
* RISC OS: Image: Remove forward declaration.Michael Drake2021-06-251-71/+63
|
* RISC OS: Image: Use #define to enable use of mask.Michael Drake2021-06-251-1/+1
|
* RISC OS: Image: Use #define for unspecified sprite area.Michael Drake2021-06-251-3/+3
|
* RISC OS: Unify both browser window redraw call paths.Michael Drake2021-04-261-67/+54
|
* RISC OS: Constify redraw region through buffer API.Michael Drake2021-04-262-2/+2
|
* RISC OS: Corewindow: Fix autoscroll segfault when pointer leaves window.Michael Drake2021-04-252-0/+13
|
* RISC OS: Fix EX0 EY0 rendering glitches when scrolling.Michael Drake2021-04-254-12/+42
|
* RISC OS: Plotters: On RISC OS y1 is top and y0 is bottom.Michael Drake2021-04-251-11/+16
| | | | When storing RISC OS coordinates, use y0 and y1 consistently.
* Correct indentation for previous changeRob Kendrick2021-02-241-1/+1
|
* Allow drag-and-drop loading of WebP images on RISC OSRob Kendrick2021-02-243-1/+8
|
* Improve target setup in makefilesVincent Sanders2021-01-171-0/+52
| | | | | split out HOST TARGET and SUBTARGET generation into separate file. split out target(frontend) specific tool settings into separate files.
* risc os: Don't let URL complete start consume URL bar drags.Michael Drake2020-11-101-12/+14
|
* risc os: URL bar: Fall back to URL drag if OS doesn't have text selection.Michael Drake2020-11-031-1/+1
|
* risc os: wimputils: Make text-selection helper static inline.Michael Drake2020-11-031-1/+1
|
* risc os: Don't swallow URL bar drags if the OS supports text-selection.Michael Drake2020-11-031-4/+7
| | | | It should still be possible to drag save the URL from the favicon.
* risc os: wimputils: Helper to check OS support for text-selection.Michael Drake2020-11-031-0/+26
|
* split tools and utilsVincent Sanders2020-06-271-1/+1
|
* fix RISC OS corewindows incorrectly becoming visible when scroll extents are setVincent Sanders2020-05-241-1/+5
|
* RISC OS: Prevent closed corewindows opening on scroll requests.Michael Drake2020-05-241-0/+14
|
* RISC OS: Drop extended scroll request logging.Michael Drake2020-05-241-2/+0
|
* RISC OS: Try to improve scroll wheel handling.Michael Drake2020-05-241-2/+4
|
* Fix open url dialog not coping with invalid url by using the omnibox helperVincent Sanders2020-05-241-27/+24
|
* RISC OS: Update page info urlbar icons.Michael Drake2020-05-231-0/+0
|
* riscos: Enable support for present_cookiesDaniel Silverstone2020-05-235-4/+8
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* RISC OS: Be less intrusive with URL bar max URL length handling.Michael Drake2020-05-231-12/+8
|
* make risc os url entry use the omi box and hence cope with bad urls gracefullyVincent Sanders2020-05-221-5/+6
|
* add page information core window handler to RISC OSVincent Sanders2020-05-2210-0/+489
|
* neaten up the sourec file list to make future changes easierVincent Sanders2020-05-221-11/+45
|
* make risc os url bar widget context consistentVincent Sanders2020-05-221-198/+211
|
* add url bar click actions for page info iconVincent Sanders2020-05-222-16/+36
|
* reformat riscos url bar gui module. no code changesVincent Sanders2020-05-221-486/+590
|
* chore: Perform sslcert_viewer-ectomyDaniel Silverstone2020-05-2210-1463/+1
| | | | | | | | | | | This removes the sslcert_viewer entirely from the code. Where possible I've also trimmed out of frontends any code I think should not be present. Frontends should check and remove any further references that I have failed to catch. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* improve content header usageVincent Sanders2020-05-073-0/+6
|
* fixup riscos image configuration dialog gadget idVincent Sanders2020-04-141-4/+4
| | | | | | | | when minimum GIF delay was removed in 38c632a7da14c2b0e46b0b81724200578482f4c9 the remaining gadget identifier numbers were not updated. Fixes #2745
* use form of window create which returns an error instead of abortingVincent Sanders2020-04-144-4/+38
|
* Frontends: Delete maps resource links.Michael Drake2020-02-241-1/+0
|
* fix frontends to cope with certificate chain updateVincent Sanders2020-02-232-4/+3
|
* Core window: Constify the core_window handle through the getters.Michael Drake2020-02-221-2/+3
|
* RISC OS: Remove unused minimum gif delay from Choices.Michael Drake2020-02-215-221/+0
| | | | The templates might need work to remove empty space.
* fix parent pointer use after free in RISC OS dialog handlingJohn-Mark Bell2019-12-221-1/+5
|
* make RISC OS specific window_screen_ options limited to that frontendVincent Sanders2019-12-201-4/+22
|
* add page info display to RiscOS frontendVincent Sanders2019-12-075-16/+162
|
* Update the default theme with page infor iconsVincent Sanders2019-12-071-0/+0
|
* remove warning callback from miscelaneous function tableVincent Sanders2019-11-111-1/+0
|
* add miscellaneous event to browser window callback tableVincent Sanders2019-08-201-9/+48
| | | | | | | | | | | | extend the browser window callback table with a miscallaneous event entry. This is used to replace all browser window callbacks which take no parameters. This reduces the API surface from seven separate calls to a single call with an enumeration which may be readily extended. The initial implementation in the frontends simply calls the original implementations to reduce scope for errors.
* remove login from riscos frontendVincent Sanders2019-08-148-727/+1
|
* Support SSL verification through new about: handlerDaniel Silverstone2019-08-061-1/+0
| | | | | | | | In doing this, also propagate why the certificates were bad so that the page can display a reason. We will need FatMessages for all these. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>