summaryrefslogtreecommitdiff
path: root/lisp/net/eww.el
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Haiku operating system and its window systemPo Lu2021-11-201-4/+4
* Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-161-42/+42
* Add back/forward mouse button bindings in ewwStefan Kangas2021-11-091-0/+3
* Add new user option eww-url-transformersLars Ingebrigtsen2021-11-071-2/+22
* Tweak `eww' new-buffer parametersLars Ingebrigtsen2021-11-061-5/+5
* Change the with-delayed-message syntax to allow future extensibilityLars Ingebrigtsen2021-10-251-1/+1
* Display a message if HMTL rendering takes a long timeLars Ingebrigtsen2021-10-241-1/+2
* Merge from origin/emacs-28Glenn Morris2021-10-221-4/+4
|\
| * * lisp/net/eww.el (eww-retrieve-command): Add :tag.Robert Pluim2021-10-221-4/+4
* | Add sample user function in eww-auto-rename-bufferProtesilaos Stavrou2021-10-181-1/+8
* | Add new option to rename eww buffersProtesilaos Stavrou2021-10-151-5/+60
* | Change the call convention for `defvar-keymap'Lars Ingebrigtsen2021-10-051-12/+17
* | Remove :copy from define-keymapLars Ingebrigtsen2021-10-041-2/+2
* | Convert some keymaps to defvar-keymapLars Ingebrigtsen2021-10-041-163/+129
|/
* Add bookmark.el support to ewwStefan Kangas2021-09-291-0/+23
* * lisp/net/eww.el (eww-mode): Show keybindings in docstring.Stefan Kangas2021-09-291-1/+3
* Add support for url-retrieve-synchronously to eww-retrieve-command (bug#50680)Juri Linkov2021-09-201-14/+24
* ; Stylistic docfixes in net/*.el found by checkdocStefan Kangas2021-09-191-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* Add docstrings to context menu functions, and add middle-separatorJuri Linkov2021-09-151-0/+1
* Only do multi-isearch in eww if there's next/prev linksLars Ingebrigtsen2021-09-131-5/+8
* * lisp/mouse.el (context-menu-map): Add 'click' arg to called funs (bug#50256)Juri Linkov2021-09-121-3/+3
* Merge branch 'feature/context-menu'Juri Linkov2021-08-171-0/+30
|\
| * Add new context-menu options for menus "File At Point" and "Version Control".Juri Linkov2021-07-271-2/+1
| * Improve docstring of context-menu-functions and add eww-context-menuJuri Linkov2021-07-211-0/+31
* | Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-081-1/+1
|/
* Add command in eww to toggle imagesRalph Schleicher2021-04-121-0/+10
* Make radio checkboxes work in ewwLars Ingebrigtsen2021-03-041-2/+2
* Mark up eww.el for correct modesLars Ingebrigtsen2021-02-141-35/+43
* Provide a (thing-at-point 'url) in eww buffersLars Ingebrigtsen2021-01-231-0/+7
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Merge from origin/emacs-27Glenn Morris2020-12-011-1/+1
|\
| * Return the correct suffix in eww-make-unique-file-nameAkira Kyle2020-11-291-1/+1
* | Tweak eww-use-browse-url doc stringLars Ingebrigtsen2020-11-291-1/+1
* | Add a user option to control how links are followed in ewwLars Ingebrigtsen2020-11-241-1/+8
* | Merge from origin/emacs-27Glenn Morris2020-11-071-1/+1
|\|
| * Don't render XML declaration of an HTML document (bug#44348)Stephen Berman2020-11-021-1/+1
* | Fix coding system in eww-display-pdfBasil L. Contovounesios2020-11-051-2/+2
* | Improve eww support for externally viewed PDFsBasil L. Contovounesios2020-11-051-8/+13
* | Define backtab in text fields in ewwNicolas Graner2020-10-271-0/+2
* | eww: don't add keymap to <a> without hrefAndreas Schwab2020-10-221-5/+6
* | Merge from origin/emacs-27Glenn Morris2020-10-021-4/+4
|\|
| * ; * lisp/net/eww.el (eww-search-words): Doc fix.Eli Zaretskii2020-09-291-4/+4
* | Fix default value in checkboxes in ewwNicolas Graner2020-09-211-1/+1
* | Fix the defcustom type of eww-retrieve-commandLars Ingebrigtsen2020-09-181-1/+1
* | Further fixups of the variable-pitch eww header line changeLars Ingebrigtsen2020-09-131-4/+6
* | Make the eww header work again even if the title is nilLars Ingebrigtsen2020-09-131-7/+8
* | Clean up eww error bufferLars Ingebrigtsen2020-09-131-6/+12
* | Add a way to use an external command to download HTML in ewwLars Ingebrigtsen2020-09-131-2/+30
* | Use variable-pitch fonts in the eww headersLars Ingebrigtsen2020-09-071-21/+53