summaryrefslogtreecommitdiff
path: root/src/xwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Improvements to xwidget on macOS (bug#60703)Andrew De Angelis2023-03-021-25/+38
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix xwidget smooth scrolling when the default pointer is not a touchpadPo Lu2022-04-071-18/+49
* ; * src/xwidget.c: Add missing part of last change.Po Lu2022-03-011-1/+1
* Improve XInput2 version checkingPo Lu2022-02-221-1/+1
* Fix recent change in xwidget.cPo Lu2022-02-161-4/+2
* Work around tooltip bug on new versions of WebKitGTKPo Lu2022-02-131-0/+19
* * src/xwidget.c (xwidget_button): Always let button events through.Po Lu2022-02-041-5/+0
* Improve correctness of generated xwidget eventsPo Lu2022-02-021-21/+75
* Send button events before setting xwidget passive grabPo Lu2022-02-021-18/+19
* Prevent duplicate grab setting with xwidgetsPo Lu2022-01-281-1/+1
* Use the real cursor beneath the pointer on xwidgetsPo Lu2022-01-281-13/+59
* Fix xwidget build on PGTKPo Lu2022-01-281-4/+4
* Fix duplicate scroll events without XI2Po Lu2022-01-281-35/+38
* Clear xwidget passive grab whenever a drag beginsPo Lu2022-01-281-0/+25
* Fix inappropriate use of killed xwidgetsPo Lu2022-01-281-2/+5
* Implement xwidget passive grabsPo Lu2022-01-281-33/+163
* Improve xwidget window ancestry calculationsPo Lu2022-01-271-7/+177
* Implement crossing event generation between windows for xwidgets on XPo Lu2022-01-271-20/+168
* Fix PGTK build with xwidgetsPo Lu2022-01-221-1/+1
* Make xwidgets work on builds that don't use Cairo drawingPo Lu2022-01-211-0/+1
* Use Cairo XCB surfaces when XCB is availablePo Lu2022-01-191-1/+1
* * src/xwidget.c (webkit_js_to_lisp): Use correct constant to check size.Po Lu2022-01-161-1/+1
* 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