aboutsummaryrefslogtreecommitdiffstats
path: root/src/xwidget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use correct coordinates when translating XI2 crossing eventsPo Lu2022-01-121-2/+2
* Fix xwidgets setting their own signal handlersPo Lu2022-01-051-0/+4
* Translate more modifiers to GDK ones in xwidgetsPo Lu2022-01-041-0/+4
* Stop assuming X kbd state works with GDK when forwarding events to xwidgetsPo Lu2022-01-041-0/+34
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Don't select for gesture events on xwidgets if the server is too oldPo Lu2021-12-311-3/+6
* | Add pinch event support to xwidgetsPo Lu2021-12-311-3/+74
* | Restore original xwidget embedder after performing a lispy eventPo Lu2021-12-311-3/+23
* | * src/xwidget.c (Fxwidget_perform_lispy_event): Use FRAME_WINDOW_P.Po Lu2021-12-311-1/+1
* | Make xwidget motion commands hscroll the window of wide widgetsPo Lu2021-12-301-2/+4
* | Translate crossing event mode when sending them to xwidgetsPo Lu2021-12-301-5/+6
* | Translate state of XI2 entry events when sending them to xwidgetsPo Lu2021-12-291-0/+35
* | Get rid of obsolete xwidget-related code on PGTKPo Lu2021-12-291-0/+2
* | Queue xwidget views for allocation in more placesPo Lu2021-12-291-0/+2
* | Improve xwidget event handling on XI2Po Lu2021-12-291-37/+51
* | Use XI2 to handle xwidget button eventsPo Lu2021-12-291-0/+2
* | Fix embedder calculation for xwidgets on PGTKPo Lu2021-12-291-3/+16
* | Fix NS xwidget buildPo Lu2021-12-291-0/+2
* | * src/xwidget.c (syms_of_xwidget): Fix typo.Po Lu2021-12-291-1/+1
* | Add support for xwidgets to the PGTK portPo Lu2021-12-291-14/+237
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-161-0/+2
|\ \
| * | Require xwidget.el in `make-xwidget'Po Lu2021-12-161-0/+2
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-081-4/+3
|\ \ \ | |/ /
| * | Send scroll stop events to xwidgets correctlyPo Lu2021-12-081-4/+3
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-12-041-0/+3
|\ \ \ | |/ /
| * | Send scroll stop events to xwidgets when built with XInput 2Po Lu2021-12-031-0/+3
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-84/+523
|\ \ \ | |/ /
| * | Fix xwidget popups on XI2 againPo Lu2021-11-281-0/+10
| * | Fix xwidget popups on XI2Po Lu2021-11-281-0/+14
| * | Make `xwidget-display-event' a special event as wellPo Lu2021-11-221-9/+25
| * | Implement `pick_embedded_child' for offscreen xwidgetsPo Lu2021-11-211-0/+29
| * | Attach download-started signals to correct WebKit contextPo Lu2021-11-211-4/+4
| * | Allow handling smooth scroll events in xwidgetsPo Lu2021-11-211-0/+113
| * | Fix xwidgets with XInput 2 buildsPo Lu2021-11-201-2/+22
| * | Allow terminating page loading operations in webkit xwidgetsPo Lu2021-11-201-0/+25
| * | Fix documentation of last commitEli Zaretskii2021-11-191-2/+2
| * | Allow controlling where xwidget-webkit stores cookiesPo Lu2021-11-191-1/+37
| * | Use CHECK_LIVE_XWIDGET in xwidget-webkit-estimated-load-progressPo Lu2021-11-191-1/+1
| * | Add `xwidget-webkit-estimated-load-progress'Po Lu2021-11-191-0/+24
| * | Prevent subprocess hangs in xwidgetPo Lu2021-11-171-5/+5
| * | Don't draw xwidgets that have just been resizedPo Lu2021-11-171-14/+28
| * | Lower xwidget views owned by parent when lowering framePo Lu2021-11-161-0/+14
| * | Prevent xwidget windows from obscuring child framesPo Lu2021-11-161-0/+1
| * | Fix documentation stringPo Lu2021-11-161-2/+2
| * | Fix xwidget-webkit-back-forward-listPo Lu2021-11-151-2/+2
| * | Stop assuming xwidget views will only be displayed in TEXT_AREAPo Lu2021-11-151-1/+3
| * | Expose xwidget navigation history to Lisp codePo Lu2021-11-141-0/+95
| * | Add `kill-xwidget'Po Lu2021-11-141-24/+57
| * | Fix crash in xwidget_end_redisplayPo Lu2021-11-141-10/+7