summaryrefslogtreecommitdiff
path: root/lisp/xwidget.el
Commit message (Expand)AuthorAgeFilesLines
* Map previous-line and next-line to scroll-down and up.rekado-webkitrekado2016-09-201-2/+2
* xwidgets: Initialize size to fill window.rekado2016-09-201-1/+3
* WIP xwidgets: bind beginning/end of buffer.rekado2016-09-201-2/+15
* WIP: Webkit add zoom.rekado2016-09-201-0/+13
* WIP: WebKit widget can scroll by itself.rekado2016-09-201-6/+12
* Remove buggy non-native image scrolling...Paul Eggert2016-05-131-34/+9
* Remove unused arguments from make-xwidget...Joakim Verona2016-04-021-4/+3
* Quoting fixes in doc strings and diagnostics...Paul 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 error...Glenn 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: Nitpicks...Stefan 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 scrolling...Joakim 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/memq...Grégoire Jadi2013-07-251-6/+5
* Merge pull request #7 from daimrod/fix-image-mode-interaction...Joakim Verona2013-07-181-32/+26
|\
| * * lisp/xwidget.el: Fix the interaction between `image-mode' and xwidget....Grégoire Jadi2013-07-181-32/+26
* | * src/xwidget.c (Fset_frame_visible): Hack to force a frame to be...Grégoire Jadi2013-07-181-1/+7
|/
* * src/xwidget.c (Fxwidget_delete_zombies): Re-implemented in Lisp....Grégoire Jadi2013-07-181-5/+13
* * src/xwidget.c: Add a `query-on-exit' flag to determine whether we can...Grégoire Jadi2013-07-161-0/+1
* Handle xwidgets like processes and delete them when their buffer is killed....Grégoire Jadi2013-06-241-0/+10
* * lisp/xwidget.el (report-xwidget-bug): Add a function to submit a bug...Grégoire Jadi2013-06-131-0/+21
* * lisp/xwidget.el: Fix some warnings raised by the byte-compiler.Grégoire Jadi2013-06-111-3/+5
* * src/xwidget.c (Fmake_xwidget): Add a docstring and add BUFFER as an optiona......Grégoire Jadi2013-06-111-2/+4
* Small fixes...Grégoire Jadi2013-06-111-113/+113
* cl-flet replaces flet (Stefan Hussman)Joakim Verona2013-03-261-3/+3
* fixes so xwidgets doesnt pollute a non xwidget buildJoakim Verona2012-07-081-1/+2
* textareaJoakim Verona2012-03-201-1/+18
* upstream+selection supportJoakim Verona2012-03-081-0/+10
* bug when passing xwidget in eventJoakim Verona2012-02-271-2/+4
* added stuff for loggingJoakim Verona2012-01-231-19/+28