summaryrefslogtreecommitdiff
path: root/src/xwidget.c
AgeCommit message (Expand)Author
2017-02-20Verify xwidget USE_LSB_TAG assumptionPaul Eggert
2017-02-20Port xwidget to -DCHECK_LISP_OBJECT_TYPEPaul Eggert
2017-02-10Fix a few integer-overflow glitchesPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-06Simplify FUNCTIONP implementationPaul Eggert
2016-11-05Prefer comments /* like this */ in C codePaul Eggert
2016-10-27; Spelling fixPaul Eggert
2016-10-25* src/xwidget.c (webkit_js_to_lisp): Now static.Paul Eggert
2016-10-25Implement zoom for WebKit widget.Ricardo Wurmus
2016-10-25xwidget: Remove title hack.Ricardo Wurmus
2016-10-25Remove scrolled window container around WebKit widgetRicardo Wurmus
2016-10-25xwidget: Pass JavaScript return value to optional callback procedureRicardo Wurmus
2016-10-25xwidget: Use WebKit2 APIRicardo Wurmus
2016-07-13Omit unnecessary #includes from xwidget.cPaul Eggert
2016-07-13Port xwidget.c to GCC 6 with --enable-gcc-warningsPaul Eggert
2016-04-14* src/xwidget.c (x_draw_xwidget_glyph_string): More clipping fixes.YAMAMOTO Mitsuharu
2016-04-09Fix clipping of xwidgetsJoakim Verona
2016-04-02make-xwidget unused arg cleanupPaul Eggert
2016-04-02Remove unused arguments from make-xwidgetJoakim Verona
2016-03-27* src/xwidget.c (Fxwidget_resize): Fix inappropriate use of XFASTINT.YAMAMOTO Mitsuharu
2016-03-25Fix scrolling upwards with 'xwidget-webkit-browse-url'Eli Zaretskii
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-30Spelling fixPaul Eggert
2016-01-25; Spelling fixes (American spelling)Glenn Morris
2016-01-25Spelling fixesPaul Eggert
2016-01-24* src/xwidget.c (Fxwidget_set_adjustment): Fix doc string quoting typo.Paul Eggert
2016-01-22xwidgets style cleanupPaul Eggert
2016-01-20Don’t export C symbols not used elsewherePaul Eggert
2016-01-20Port to platforms with gtk3 but not webkitgtk3Paul Eggert
2016-01-19Trivial doc copyedits.Glenn Morris
2016-01-19; Add 2016 to copyright years of new files.Glenn Morris
2016-01-19Support for the new Xwidget feature.Joakim Verona
2015-02-01Revert changes installed by xwidgets mergePaul Eggert
2015-01-21CleanupJoakim Verona
2015-01-21cleanupJoakim Verona
2015-01-20Implement native scrolling of the webkit xwidgetJoakim Verona
2015-01-11Update to new DEFSYM strategyJoakim Verona
2015-01-07Added two CHECK_STRING of argumentsjave
2009-01-01Doc strings, and whitespacejave
2014-06-23fixes: PREPARE_FACE_FOR_DISPLAY was removed, DEFUN less lenientJoakim Verona
2013-08-12remove FRAME_PTRroot
2013-07-25Merge pull request #14 from daimrod/offscreen_forward_eventsJoakim Verona
2013-07-25* src/xwidget.c (xwidget_init_view): Pass the view rather than the modelGrégoire Jadi
2013-07-25* src/xwidget.c (Fmake_xwidget): Force each widget to be shown.Grégoire Jadi
2013-07-25* src/xwidget.c: Remove old code.Grégoire Jadi
2013-07-25* src/xwidget.c (xwidget_init_view): Transfer embedder ownership when theGrégoire Jadi
2013-07-25* src/xwidget.c (xwidget_init_view): Transfer all events.Grégoire Jadi
2013-07-25* src/xwidget.c: Implement events forwarding with the set_embedder strategy.Grégoire Jadi
2013-07-25* src/xwidget.c (xwidget_init_view): Remove dead code.Grégoire Jadi