summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* RISC OS: Be less intrusive with URL bar max URL length handling.Michael Drake2020-05-231-12/+8
|
* Tests: NetSurf style for game of life test.Michael Drake2020-05-231-10/+13
|
* fs_backing_store: Stop trying to render offsets in hexDaniel Silverstone2020-05-231-4/+4
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fs_backing_store: Do not use %jx because amigaos3 can't render it properlyDaniel Silverstone2020-05-231-14/+14
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* test/js: Game of LifeDaniel Silverstone2020-05-232-0/+123
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* update ca-bundleVincent Sanders2020-05-231-77/+36
|
* update resources copyright years and readme version numbersVincent Sanders2020-05-239-15/+15
|
* Canvas: Move bitmap management to the 2D render contextDaniel Silverstone2020-05-232-152/+162
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fix: Make it OK if the chain isn't avilable during bad-ssl queryingDaniel Silverstone2020-05-233-22/+33
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fix corestring testVincent Sanders2020-05-231-1/+1
|
* Amiga: fix an issue where the page info icon was not updating correctlyChris Young2020-05-231-47/+51
|
* Amiga: make page info borderlessChris Young2020-05-231-10/+12
|
* Amiga: make page info close when window goes inactiveChris Young2020-05-231-2/+6
|
* Amiga: position page info window under page info buttonChris Young2020-05-223-8/+26
|
* Fix offset to allow tiled renderingChris Young2020-05-221-2/+2
|
* Amiga: simplify page info GUI, add close gadgetChris Young2020-05-221-23/+9
|
* make risc os url entry use the omi box and hence cope with bad urls gracefullyVincent Sanders2020-05-221-5/+6
|
* gtk: Do not attempt to use now-freed scaffolding when iterating them to quitDaniel Silverstone2020-05-221-1/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* html: Handle canvas width/height stated explicitly in pxDaniel Silverstone2020-05-221-2/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* CanvasRenderingContext2D: More verbose input validation error messageDaniel Silverstone2020-05-221-1/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* FatMessages: Undo encoding change from ChrisDaniel Silverstone2020-05-221-9/+9
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* test/js: Include mandelbrot exampleDaniel Silverstone2020-05-222-0/+32
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* javascript: Support Canvas to a basic levelDaniel Silverstone2020-05-225-2/+314
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Amiga: Add page info windowChris Young2020-05-225-12/+333
| | | | Currently untested but builds OK
* add page information core window handler to RISC OSVincent Sanders2020-05-2212-4/+518
|
* 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
|
* html: Don't both building a bitmap if we're not rendering itDaniel Silverstone2020-05-221-0/+7
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* html: Handle canvas in redrawDaniel Silverstone2020-05-221-1/+29
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* html: set up canvas box properlyDaniel Silverstone2020-05-221-0/+7
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* html: Add canvas node handling in dom_eventDaniel Silverstone2020-05-221-0/+133
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* css: Support canvas width/height presentational hintsDaniel Silverstone2020-05-221-0/+65
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* corestrings: Add a key for canvas node dataDaniel Silverstone2020-05-221-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* frontends/gtk: Defocus search before selecting all in relevant core windowsDaniel Silverstone2020-05-223-0/+12
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* treeview: Do not cancel selection when mouseovering search boxDaniel Silverstone2020-05-221-3/+11
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* treeview: If cancelling empty search, drop focusDaniel Silverstone2020-05-221-0/+6
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fetchers/curl: Move report_certs function outside WITH_OPENSSLDaniel Silverstone2020-05-221-21/+22
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Squash warnings: '%s' directive argument is NULL.Michael Drake2020-05-221-2/+2
|
* query/ssl: Include link to view certificate detailsDaniel Silverstone2020-05-223-1/+31
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Squash warning: "_GNU_SOURCE" redefined.Michael Drake2020-05-222-3/+0
| | | | The utils/config.h header handles this.
* env.sh: Reorder to prefer cross env, and export that to build systemDaniel Silverstone2020-05-221-2/+6
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* frontends/atari: Include the *right* options headerDaniel Silverstone2020-05-221-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* frontends/atari: Add missing include of options.hDaniel Silverstone2020-05-221-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkey: Excise sslcert and add loading blocking supportDaniel Silverstone2020-05-223-129/+6
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* chore: Perform sslcert_viewer-ectomyDaniel Silverstone2020-05-2243-4555/+6
| | | | | | | | | | | 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>
* remove unesessary construction of font plot stype in selection redrawVincent Sanders2020-05-211-3/+0
|
* simple reformat no code changesVincent Sanders2020-05-211-175/+268
|
* pass the browser window to selection click handlerVincent Sanders2020-05-207-59/+6
| | | | | | this means the content handlers do not have to provide a separate method to extract their browser window and it can simply be passed in.