summaryrefslogtreecommitdiff
path: root/src/xwidget.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* Fix xwidget's webkitgtk widget overriding of Emacs SIGCHLD handlerAkira Kyle2020-11-09
* Merge from origin/emacs-27Glenn Morris2020-10-27
|\
| * Use WebKit sandboxingPaul Eggert2020-10-24
* | Fix segfault in xwidget when there is no titleJeff Walsh2020-10-15
* | Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-15
* | Add utility functions and new xwidget commandsSungbin Jo2020-08-12
* | Add utility functions and new xwidget commandsSungbin Jo2020-08-12
* | Add xwidget support for macOSSungbin Jo2020-08-12
* | Improve integer range checkingPaul Eggert2020-04-05
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Substituted deprecated WebKitGTK+ api.Jimmy Aguilar Mena2019-09-17
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
* Simplify list creation in C codePaul Eggert2019-03-04
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Streamline and fix vector-size checksPaul Eggert2018-12-08
* | Suppress WebKitGTK+ 2.21.1 diagnosticsPaul Eggert2018-12-08
* | Merge from origin/emacs-26Glenn Morris2018-11-28
|\|
| * Don't call xwidget functions until GTK has been initializedRobert Pluim2018-11-27
* | Merge from origin/emacs-26Glenn Morris2018-11-12
|\|
| * * src/data.c (Ftype_of): xwidget objects are possible! (bug#33294)Stefan Monnier2018-11-09
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/ /
* | New mint_ptr representation for C pointersPaul Eggert2018-06-14
* | Fit kill_buffer_xwidgets into 80Paul Eggert2018-06-07
* | Minor tweaks to recent fix for Bug#31545Paul Eggert2018-05-22
* | * src/xwidget.c (Fxwidget_webkit_goto_uri): Encode uri.Andreas Schwab2018-05-22
* | Make xwidget-webkit-execute-script safe against GC (Bug#31545)Andreas Schwab2018-05-21
* | Merge from origin/emacs-26Glenn Morris2018-01-20
|\|
| * Don't unnecessarily use non-ASCII characters in C sourcesEli Zaretskii2018-01-19
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Reimplement Lisp_Object as pointer-to-incompletePaul Eggert2017-12-12
* | Avoid unnecessary xwidget_view creationsJaesup Kwak2017-11-24
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Verify xwidget USE_LSB_TAG assumptionPaul Eggert2017-02-20
* Port xwidget to -DCHECK_LISP_OBJECT_TYPEPaul Eggert2017-02-20
* Fix a few integer-overflow glitchesPaul Eggert2017-02-10
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Simplify FUNCTIONP implementationPaul Eggert2016-12-06
* | Prefer comments /* like this */ in C codePaul Eggert2016-11-05
* | ; Spelling fixPaul Eggert2016-10-27
* | * src/xwidget.c (webkit_js_to_lisp): Now static.Paul Eggert2016-10-25