summaryrefslogtreecommitdiff
path: root/src/xwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Substituted deprecated WebKitGTK+ api.Jimmy Aguilar Mena2019-09-171-127/+92
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-1/+3
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-3/+2
* Simplify list creation in C codePaul Eggert2019-03-041-2/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* | Streamline and fix vector-size checksPaul Eggert2018-12-081-3/+9
* | Suppress WebKitGTK+ 2.21.1 diagnosticsPaul Eggert2018-12-081-0/+8
* | Merge from origin/emacs-26Glenn Morris2018-11-281-0/+6
|\ \ | |/
| * Don't call xwidget functions until GTK has been initializedRobert Pluim2018-11-271-0/+6
* | Merge from origin/emacs-26Glenn Morris2018-11-121-2/+0
|\ \ | |/
| * * src/data.c (Ftype_of): xwidget objects are possible! (bug#33294)Stefan Monnier2018-11-091-2/+0
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-1/+1
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-1/+1
* | | More macro renamings for bignumTom Tromey2018-08-071-4/+4
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-10/+10
|/ /
* | New mint_ptr representation for C pointersPaul Eggert2018-06-141-4/+4
* | Fit kill_buffer_xwidgets into 80Paul Eggert2018-06-071-10/+10
* | Minor tweaks to recent fix for Bug#31545Paul Eggert2018-05-221-24/+11
* | * src/xwidget.c (Fxwidget_webkit_goto_uri): Encode uri.Andreas Schwab2018-05-221-0/+1
* | Make xwidget-webkit-execute-script safe against GC (Bug#31545)Andreas Schwab2018-05-211-27/+72
* | Merge from origin/emacs-26Glenn Morris2018-01-201-1/+1
|\ \ | |/
| * Don't unnecessarily use non-ASCII characters in C sourcesEli Zaretskii2018-01-191-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Reimplement Lisp_Object as pointer-to-incompletePaul Eggert2017-12-121-3/+2
* | Avoid unnecessary xwidget_view creationsJaesup Kwak2017-11-241-7/+5
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Verify xwidget USE_LSB_TAG assumptionPaul Eggert2017-02-201-0/+2
* Port xwidget to -DCHECK_LISP_OBJECT_TYPEPaul Eggert2017-02-201-5/+12
* Fix a few integer-overflow glitchesPaul Eggert2017-02-101-6/+6
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Simplify FUNCTIONP implementationPaul Eggert2016-12-061-1/+1
* | Prefer comments /* like this */ in C codePaul Eggert2016-11-051-7/+7
* | ; Spelling fixPaul Eggert2016-10-271-1/+1
* | * src/xwidget.c (webkit_js_to_lisp): Now static.Paul Eggert2016-10-251-1/+1
* | Implement zoom for WebKit widget.Ricardo Wurmus2016-10-251-0/+20
* | xwidget: Remove title hack.Ricardo Wurmus2016-10-251-22/+0
* | Remove scrolled window container around WebKit widgetRicardo Wurmus2016-10-251-60/+4
* | xwidget: Pass JavaScript return value to optional callback procedureRicardo Wurmus2016-10-251-7/+158
* | xwidget: Use WebKit2 APIRicardo Wurmus2016-10-251-106/+80
* | Omit unnecessary #includes from xwidget.cPaul Eggert2016-07-131-74/+0
* | Port xwidget.c to GCC 6 with --enable-gcc-warningsPaul Eggert2016-07-131-2/+12
|/
* * src/xwidget.c (x_draw_xwidget_glyph_string): More clipping fixes.YAMAMOTO Mitsuharu2016-04-141-16/+10
* Fix clipping of xwidgetsJoakim Verona2016-04-091-18/+16
* make-xwidget unused arg cleanupPaul Eggert2016-04-021-7/+7
* Remove unused arguments from make-xwidgetJoakim Verona2016-04-021-10/+6