aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net/shr.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve calculation of indent prefixes when using text scalingJim Porter2025-02-041-3/+3
* ; Fix warnings in a tty-only build on MS-WindowsEli Zaretskii2025-01-051-0/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* shr.el: Define rendering rule for math tagAugusto Stoffel2024-10-311-0/+12
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-10/+10
* shr: handle anonymous documents with an empty baseAndreas Schwab2024-10-111-1/+1
* Improve computation of indent depth in SHR and 'visual-wrap-prefix-mode'Jim Porter2024-08-251-11/+11
* Improve SHR/EWW support for 'visual-wrap-prefix-mode'Jim Porter2024-08-181-5/+23
* Treat SVG images like other image types in 'shr-put-image'Jim Porter2024-07-131-11/+6
* ; * lisp/net/shr.el (shr-image-zoom-levels): Fix wrong type.Mattias Engdegård2024-07-091-4/+4
* Merge from savannah/emacs-30Po Lu2024-07-071-2/+3
|\
| * Fix formatting of tables with thead/tfoot but no tbodyJD Smith2024-07-061-2/+3
* | In SHR, load from URL cache if possible when zooming imagesJim Porter2024-07-041-24/+32
* | Fix the different image zoom levels in SHR to work as expectedJim Porter2024-07-041-51/+88
* | In SHR, keep track of image sizes as specified by the HTMLJim Porter2024-07-041-12/+26
* | Slice images based on their height in SHR, not their zoom levelJim Porter2024-07-041-3/+25
|/
* Fix zooming images in SHRJim Porter2024-06-221-42/+52
* Fix errors in 'shr-correct-dom-case'Visuwesh2024-04-291-1/+2
* Keep indenting text when 'shr-fill-text' is nil (bug#69555)Kévin Le Gouguec2024-03-151-5/+10
* shr: Correct SVG attribute caseSacha Chua2024-02-011-2/+74
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; * lisp/net/shr.el (shr-put-image): No more need to test for nil ALT.Eli Zaretskii2023-12-161-2/+2
* | Fix 'shr-put-image' with nil value for ALTVisuwesh2023-12-161-1/+3
* | ; Fix typosStefan Kangas2023-12-101-1/+1
* | Don't insert subscript on a newlineRahguzar2023-11-251-0/+7
* | Outline support for shr rendered documentsRahguzar2023-11-251-1/+40
* | Allow displaying images inlineRahguzar2023-11-251-15/+60
* | Make some aspects of shr rendering customizableRahguzar2023-11-251-9/+33
* | Revert use of seq-count in shr-countStefan Kangas2023-09-041-4/+7
* | ; * lisp/net/shr.el (shr-count): Fix typo.Stefan Kangas2023-09-041-1/+1
* | Use seq-count in three functionsStefan Kangas2023-09-041-6/+4
* | ; Fix previous changeRobert Pluim2023-07-201-3/+3
* | Fix defface's with no customization dataEli Zaretskii2023-07-201-0/+3
* | * lisp/net/shr.el (shr-dom-max-natural-width): Rewrite muddled code.Mattias Engdegård2023-05-311-17/+13
|/
* shr: allow moving between adjacent anchorsAndreas Schwab2023-05-221-1/+2
* Make image-map bindings available on image linksAndreas Schwab2023-04-151-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix (thing-at-point 'url) in eww formsLars Ingebrigtsen2022-09-261-2/+3
* Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-191-35/+27
* Also use eww URL transformers in the actual linksLars Ingebrigtsen2022-09-141-1/+8
* Enable undo in eww buffersLars Ingebrigtsen2022-09-131-0/+2
* Don't bug out in src when there's no srcsetLars Ingebrigtsen2022-07-231-5/+6
* Fix srcset parsing in shrLars Ingebrigtsen2022-07-231-29/+43
* Merge from origin/emacs-28Stefan Kangas2022-07-141-1/+1
|\
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-131-1/+1
* | Prefer keymap inheritance in shr-image-mapStefan Kangas2022-07-071-5/+4
* | Add support for <mark> in shrLars Ingebrigtsen2022-07-011-0/+13
* | Fix shr--set-target-ids test for empty bufferLars Ingebrigtsen2022-06-211-1/+1
* | Speed up shr-string-pixel-widthLars Ingebrigtsen2022-06-171-13/+5