summaryrefslogtreecommitdiff
path: root/src/xwidget.c
Commit message (Expand)AuthorAge
* Improvements to xwidget on macOS (bug#60703)Andrew De Angelis2023-03-02
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix xwidget smooth scrolling when the default pointer is not a touchpadPo Lu2022-04-07
* ; * src/xwidget.c: Add missing part of last change.Po Lu2022-03-01
* Improve XInput2 version checkingPo Lu2022-02-22
* Fix recent change in xwidget.cPo Lu2022-02-16
* Work around tooltip bug on new versions of WebKitGTKPo Lu2022-02-13
* * src/xwidget.c (xwidget_button): Always let button events through.Po Lu2022-02-04
* Improve correctness of generated xwidget eventsPo Lu2022-02-02
* Send button events before setting xwidget passive grabPo Lu2022-02-02
* Prevent duplicate grab setting with xwidgetsPo Lu2022-01-28
* Use the real cursor beneath the pointer on xwidgetsPo Lu2022-01-28
* Fix xwidget build on PGTKPo Lu2022-01-28
* Fix duplicate scroll events without XI2Po Lu2022-01-28
* Clear xwidget passive grab whenever a drag beginsPo Lu2022-01-28
* Fix inappropriate use of killed xwidgetsPo Lu2022-01-28
* Implement xwidget passive grabsPo Lu2022-01-28
* Improve xwidget window ancestry calculationsPo Lu2022-01-27
* Implement crossing event generation between windows for xwidgets on XPo Lu2022-01-27
* Fix PGTK build with xwidgetsPo Lu2022-01-22
* Make xwidgets work on builds that don't use Cairo drawingPo Lu2022-01-21
* Use Cairo XCB surfaces when XCB is availablePo Lu2022-01-19
* * src/xwidget.c (webkit_js_to_lisp): Use correct constant to check size.Po Lu2022-01-16
* Use correct coordinates when translating XI2 crossing eventsPo Lu2022-01-12
* Fix xwidgets setting their own signal handlersPo Lu2022-01-05
* Translate more modifiers to GDK ones in xwidgetsPo Lu2022-01-04
* Stop assuming X kbd state works with GDK when forwarding events to xwidgetsPo Lu2022-01-04
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Don't select for gesture events on xwidgets if the server is too oldPo Lu2021-12-31
* | Add pinch event support to xwidgetsPo Lu2021-12-31
* | Restore original xwidget embedder after performing a lispy eventPo Lu2021-12-31
* | * src/xwidget.c (Fxwidget_perform_lispy_event): Use FRAME_WINDOW_P.Po Lu2021-12-31
* | Make xwidget motion commands hscroll the window of wide widgetsPo Lu2021-12-30
* | Translate crossing event mode when sending them to xwidgetsPo Lu2021-12-30
* | Translate state of XI2 entry events when sending them to xwidgetsPo Lu2021-12-29
* | Get rid of obsolete xwidget-related code on PGTKPo Lu2021-12-29
* | Queue xwidget views for allocation in more placesPo Lu2021-12-29
* | Improve xwidget event handling on XI2Po Lu2021-12-29
* | Use XI2 to handle xwidget button eventsPo Lu2021-12-29
* | Fix embedder calculation for xwidgets on PGTKPo Lu2021-12-29
* | Fix NS xwidget buildPo Lu2021-12-29
* | * src/xwidget.c (syms_of_xwidget): Fix typo.Po Lu2021-12-29
* | Add support for xwidgets to the PGTK portPo Lu2021-12-29
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-16
|\ \
| * | Require xwidget.el in `make-xwidget'Po Lu2021-12-16
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-08
|\| |
| * | Send scroll stop events to xwidgets correctlyPo Lu2021-12-08
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-12-04
|\| |
| * | Send scroll stop events to xwidgets when built with XInput 2Po Lu2021-12-03