summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FatMessages: Undo encoding change from ChrisDaniel Silverstone2020-05-221-9/+9
* test/js: Include mandelbrot exampleDaniel Silverstone2020-05-222-0/+32
* javascript: Support Canvas to a basic levelDaniel Silverstone2020-05-225-2/+314
* Amiga: Add page info windowChris Young2020-05-225-12/+333
* 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
* html: Handle canvas in redrawDaniel Silverstone2020-05-221-1/+29
* html: set up canvas box properlyDaniel Silverstone2020-05-221-0/+7
* html: Add canvas node handling in dom_eventDaniel Silverstone2020-05-221-0/+133
* css: Support canvas width/height presentational hintsDaniel Silverstone2020-05-221-0/+65
* corestrings: Add a key for canvas node dataDaniel Silverstone2020-05-221-0/+1
* frontends/gtk: Defocus search before selecting all in relevant core windowsDaniel Silverstone2020-05-223-0/+12
* treeview: Do not cancel selection when mouseovering search boxDaniel Silverstone2020-05-221-3/+11
* treeview: If cancelling empty search, drop focusDaniel Silverstone2020-05-221-0/+6
* fetchers/curl: Move report_certs function outside WITH_OPENSSLDaniel Silverstone2020-05-221-21/+22
* 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
* Squash warning: "_GNU_SOURCE" redefined.Michael Drake2020-05-222-3/+0
* env.sh: Reorder to prefer cross env, and export that to build systemDaniel Silverstone2020-05-221-2/+6
* frontends/atari: Include the *right* options headerDaniel Silverstone2020-05-221-1/+1
* frontends/atari: Add missing include of options.hDaniel Silverstone2020-05-221-0/+1
* monkey: Excise sslcert and add loading blocking supportDaniel Silverstone2020-05-223-129/+6
* chore: Perform sslcert_viewer-ectomyDaniel Silverstone2020-05-2243-4555/+6
* 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
* cleanup selection code formatting and documentationVincent Sanders2020-05-203-467/+512
* Page info: Don't show cookies if it's not an http(s) scheme.Michael Drake2020-05-201-3/+33
* Page info: Get URL scheme on creation.Michael Drake2020-05-201-12/+5
* do not export texplain interfaces unnecessarilyVincent Sanders2020-05-192-189/+173
* Page info: Only show certificate if scheme is https.Michael Drake2020-05-191-0/+21
* nsurl: Expose scheme type accessor.Michael Drake2020-05-193-12/+28
* about: Rework freeing the san_names structureDaniel Silverstone2020-05-191-1/+11
* add subject alternative names to certificate viewerVincent Sanders2020-05-181-0/+103
* Page info: Improve certificate fault display style.Michael Drake2020-05-182-10/+9
* Display errors properly in certificate windowVincent Sanders2020-05-182-5/+23
* Improve certificate page styling.Michael Drake2020-05-172-10/+44
* add fingerprints to the certificate viewerVincent Sanders2020-05-171-0/+115
* split out public key table formatted outputVincent Sanders2020-05-171-55/+68
* use entity for colon in certificate hex values to allow netsurf to break prop...Vincent Sanders2020-05-171-2/+10
* get the sign right on the certificate openssl compatability interfaceVincent Sanders2020-05-171-2/+2
* fix typo in certificate openssl compatabilityVincent Sanders2020-05-171-1/+1
* add openssl compatability to certificate decodeVincent Sanders2020-05-171-12/+91
* make about handler ssenddataf cope with longer dataVincent Sanders2020-05-161-2/+24
* improve certificate viewerVincent Sanders2020-05-162-77/+610
* implement content opacity check through the function tableVincent Sanders2020-05-1313-16/+125