Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Read expected buffer size (#17409) | KN4CK3R | 2021-10-24 | 1 | -2/+4 |
| | | | | | | * Read expected buffer size. * Changed name. | ||||
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -1/+1 |
| | | | | | * Fix various doc, user-facing, and source comment typos Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby` | ||||
* | Add Image Diff for SVG files (#14867) | KN4CK3R | 2021-06-05 | 2 | -0/+193 |
* Added type sniffer. * Switched content detection from base to typesniffer. * Added GuessContentType to Blob. * Moved image info logic to client. Added support for SVG images in diff. * Restore old blocked svg behaviour. * Added missing image formats. * Execute image diff only when container is visible. * add margin to spinner * improve BIN tag on image diffs * Default to render view. * Show image diff on incomplete diff. Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv> |