summaryrefslogtreecommitdiff
path: root/src/xwidget.h
Commit message (Expand)AuthorAge
* Send scroll stop events to xwidgets correctlyPo Lu2021-12-08
* Allow handling smooth scroll events in xwidgetsPo Lu2021-11-21
* Don't draw xwidgets that have just been resizedPo Lu2021-11-17
* Lower xwidget views owned by parent when lowering framePo Lu2021-11-16
* Stop assuming xwidget views will only be displayed in TEXT_AREAPo Lu2021-11-15
* Prevent crashes in xwidgets whose buffers have been killedPo Lu2021-11-12
* Set embedder correctly to fix menus appearing in the wrong locationPo Lu2021-11-10
* Fix build on nextstepPo Lu2021-11-07
* Add functions for performing searches on xwidgetsPo Lu2021-11-07
* Fix cursor for new widget viewsPo Lu2021-11-07
* Add support for cursors in xwidget viewsPo Lu2021-11-07
* Allow xwidgets to accept motion and button eventsPo Lu2021-11-07
* Destroy xwidgets when destroying framesPo Lu2021-11-07
* Enable scrolling optimization for xwidgetsPo Lu2021-11-07
* Use an X window to display xwidgets on X11Po Lu2021-11-07
* Update copyright year to 2021Paul Eggert2021-01-01
* Add utility functions and new xwidget commandsSungbin Jo2020-08-12
* Add xwidget support for macOSSungbin Jo2020-08-12
* Update copyright year to 2020Paul Eggert2020-01-01
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Shrink pseudovectors a bitPaul Eggert2018-09-06
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-10
* | Make xwidget-webkit-execute-script safe against GC (Bug#31545)Andreas Schwab2018-05-21
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Change vectorlike from struct to unionPaul Eggert2017-11-13
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Remove scrolled window container around WebKit widgetRicardo Wurmus2016-10-25
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* xwidgets style cleanupPaul Eggert2016-01-22
* Don’t export C symbols not used elsewherePaul Eggert2016-01-20
* ; Add 2016 to copyright years of new files.Glenn Morris2016-01-19
* Support for the new Xwidget feature.Joakim Verona2016-01-19
* Revert changes installed by xwidgets mergePaul Eggert2015-02-01
* Implement native scrolling of the webkit xwidgetJoakim Verona2015-01-20
* Update to new DEFSYM strategyJoakim Verona2015-01-11
* whitespace cleanupjave2009-01-01
* Always store GTK Widget as GtkWidget*.Grégoire Jadi2013-07-25
* * src/xwidget.h (xwidget): Remove old todo.Grégoire Jadi2013-07-18
* * src/xwidget.c: Add a `query-on-exit' flag to determine whether we canGrégoire Jadi2013-07-16
* * src/xwidget.h src/xwidget.c (valid_xwidget_spec_p): RenamedGrégoire Jadi2013-07-16
* * src/xwidget.c: Replace xwidget_views by Vxwidget_view_list.Grégoire Jadi2013-06-28
* * src/xwidget.c: Fix access to w in xwidget_view (now a Lisp_Object)Grégoire Jadi2013-06-28
* * src/xwidget.h (XXWIDGET, XXWIDGET_VIEW): Use XUNTAG instead of XPNTRGrégoire Jadi2013-06-28
* * src/xwidget.h (xwidget_view): Convert member `model' to Lisp_Object.Grégoire Jadi2013-06-28
* Handle xwidgets like processes and delete them when their buffer is killed.Grégoire Jadi2013-06-24
* * src/xwidget.h (XXWIDGET): XXWIDGET expects a PSEUDOVECTOR not a displayGrégoire Jadi2013-06-24