summaryrefslogtreecommitdiff
path: root/lisp/xwidget.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | xwidget: Get title via asynchronous JavaScript.Ricardo Wurmus2016-10-251-7/+8
* | xwidget: Do not use `xwidget-execute-script-rv' to insert stringRicardo Wurmus2016-10-251-24/+23
* | Remove scrolled window container around WebKit widgetRicardo Wurmus2016-10-251-6/+12
* | xwidget: Pass JavaScript return value to optional callback procedureRicardo Wurmus2016-10-251-14/+19
* | xwidget: Use WebKit2 APIRicardo Wurmus2016-10-251-3/+2
|/
* Remove buggy non-native image scrollingPaul Eggert2016-05-131-34/+9
* Remove unused arguments from make-xwidgetJoakim Verona2016-04-021-4/+3
* Quoting fixes in doc strings and diagnosticsPaul Eggert2016-02-031-4/+4
* * lisp/xwidget.el (xwidget-query-on-exit-flag): Declare.Glenn Morris2016-01-271-0/+1
* * lisp/xwidget.el (xwidget-webkit-browse-url): Give explicit errorGlenn Morris2016-01-271-0/+2
* * lisp/xwidget.el (xwidget-webkit-scroll-behavior):Glenn Morris2016-01-251-10/+10
* Yet more xwidget doc fixes.Glenn Morris2016-01-251-50/+49
* Spelling fixesPaul Eggert2016-01-251-1/+1
* * lisp/xwidget.el: NitpicksStefan Monnier2016-01-191-65/+58
* Don't hard-code 1 as point-min.Glenn Morris2016-01-191-4/+2
* ; * lisp/xwidget.el: Spelling fixes.Glenn Morris2016-01-191-27/+27
* * lisp/xwidget.el: Add declarations to silence non-xwidget compilation.Glenn Morris2016-01-191-5/+20
* Avoid advising image-display-size for xwidgets.Glenn Morris2016-01-191-17/+0
* Avoid breaking non-xwidget Emacs that happen to load xwidget.el.Glenn Morris2016-01-191-2/+4
* * lisp/xwidget.el (xwidget-webkit-scroll-behaviour): Fix custom spec.Glenn Morris2016-01-191-1/+3
* * lisp/xwidget.el (report-xwidget-bug): Remove.Glenn Morris2016-01-191-21/+0
* ; Add 2016 to copyright years of new files.Glenn Morris2016-01-191-1/+1
* Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+608
* Revert changes installed by xwidgets mergePaul Eggert2015-02-011-592/+0
* Fix compile warnings xwidget.elJoakim Verona2015-01-311-4/+5
* First attempt at bookmark supportJoakim Verona2015-01-281-1/+10
* added hint to webkit bufferJoakim Verona2015-01-261-2/+2
* Improved glitch fixJoakim Verona2015-01-251-3/+12
* Fix visual glitch during webkit resizingJoakim Verona2015-01-251-1/+3
* webkit scrolling bugfixJoakim Verona2015-01-211-8/+8
* rely less onimage modeJoakim Verona2015-01-211-6/+8
* Native scrollingJoakim Verona2015-01-211-20/+76
* * lisp/xwidget.el (xwidget-display): Return a useful value.Grégoire Jadi2013-08-131-2/+4
* * lisp/xwidget.el (xwidget-delete-zombies): Rewrite with dolist/memqGrégoire Jadi2013-07-251-6/+5