summaryrefslogtreecommitdiff
path: root/lisp/xwidget.el
Commit message (Expand)AuthorAgeFilesLines
* Add `xwidget-webkit-isearch-yank-kill'Po Lu2021-11-101-0/+13
* Prevent skipping results while changing search directionPo Lu2021-11-101-2/+4
* Always set xwidget title if the event was "load-finished"Po Lu2021-11-091-3/+5
* Make xwidget-tests pass againPo Lu2021-11-091-9/+4
* Make xwidget-event-handler more resilientLars Ingebrigtsen2021-11-091-1/+2
* xwidget.el: limit buffer-name flicker in mode-lineFeng Shu2021-11-091-32/+64
* Fix C-r inside xwidget isearchPo Lu2021-11-071-1/+1
* Fix documentation and coding style in recent xwidget commitsEli Zaretskii2021-11-071-8/+7
* Fix backspace in xwidget webkit isearchPo Lu2021-11-071-0/+1
* Improve xwidget isearch visualsPo Lu2021-11-071-9/+16
* Default to creating new related sessionsPo Lu2021-11-071-5/+7
* Make "open in new window" from an xwidget's context menu workPo Lu2021-11-071-0/+24
* Add xwidget-webkit-isearch to the menu bar and tool barPo Lu2021-11-071-3/+10
* Add xwidget-webkit-isearch-modePo Lu2021-11-071-0/+116
* Display page titles in xwidget webkit header linePo Lu2021-11-071-0/+6
* Add xwidget-webkit-copy-selection-as-kill to the menu barPo Lu2021-11-071-1/+4
* Add new tool-bar items to xwidget-webkitPo Lu2021-11-071-0/+29
* Add a menu to xwidget-webkitPo Lu2021-11-071-0/+19
* Allow enabling xwidget-webkit-edit-mode via a bindingPo Lu2021-11-071-0/+1
* Add xwidget-webkit-edit-mode to make using the WebKit browser easierPo Lu2021-11-071-0/+46
* Do some xwidget NEWS markup (and adjust doc string)Lars Ingebrigtsen2021-09-181-1/+3
* Do command mode markup in xwidget.elLars Ingebrigtsen2021-08-231-33/+35
* Make xwidget-webkit-enable-plugins a defcustomLars Ingebrigtsen2021-08-231-2/+4
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in most filesStefan Kangas2020-12-091-1/+1
* ; Fix typosStefan Kangas2020-09-211-2/+2
* ; Minor fix for nsxwidget patchMasahiro Nakamura2020-09-161-2/+2
* Revert "Use format-prompt in read-file-name calls that have a default"Lars Ingebrigtsen2020-09-131-9/+8
* Use format-prompt in read-file-name calls that have a defaultLars Ingebrigtsen2020-09-071-8/+9
* Add utility functions and new xwidget commandsSungbin Jo2020-08-121-0/+32
* Add utility functions and new xwidget commandsSungbin Jo2020-08-121-69/+138
* Add xwidget support for macOSSungbin Jo2020-08-121-3/+26
* Allow specifying the callback in new xwidget sessionsPuneeth Chaganti2020-08-111-8/+5
* Make xwidget-webkit-browse-url slightly more DWIMLars Ingebrigtsen2020-07-201-0/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | xwidget: Map "previous-line" and "next-line" to scrollRicardo Wurmus2016-10-251-2/+2
* | xwidget: Bind "beginning-of-buffer" and "end-of-buffer"Ricardo Wurmus2016-10-251-2/+15
* | Implement zoom for WebKit widget.Ricardo Wurmus2016-10-251-0/+13
* | Dynamically resize WebKit widget.Ricardo Wurmus2016-10-251-8/+25
* | Let initial WebKit view fill windowRicardo Wurmus2016-10-251-1/+3
* | xwidget: Remove title hack.Ricardo Wurmus2016-10-251-24/+0
* | xwidget: Get URL asynchronously.Ricardo Wurmus2016-10-251-5/+5
* | xwidget: Get selection with asynchronous JavaScriptRicardo Wurmus2016-10-251-5/+7
* | xwidget: Add function to find element by CSS selectorRicardo Wurmus2016-10-251-0/+17
* | xwidget: Simplify functions to scroll to elementsRicardo Wurmus2016-10-251-44/+35