| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | Improvements to xwidget on macOS (bug#60703) | Andrew De Angelis | 2023-03-02 | 1 | -25/+38 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Fix xwidget smooth scrolling when the default pointer is not a touchpad | Po Lu | 2022-04-07 | 1 | -18/+49 |
* | ; * src/xwidget.c: Add missing part of last change. | Po Lu | 2022-03-01 | 1 | -1/+1 |
* | Improve XInput2 version checking | Po Lu | 2022-02-22 | 1 | -1/+1 |
* | Fix recent change in xwidget.c | Po Lu | 2022-02-16 | 1 | -4/+2 |
* | Work around tooltip bug on new versions of WebKitGTK | Po Lu | 2022-02-13 | 1 | -0/+19 |
* | * src/xwidget.c (xwidget_button): Always let button events through. | Po Lu | 2022-02-04 | 1 | -5/+0 |
* | Improve correctness of generated xwidget events | Po Lu | 2022-02-02 | 1 | -21/+75 |
* | Send button events before setting xwidget passive grab | Po Lu | 2022-02-02 | 1 | -18/+19 |
* | Prevent duplicate grab setting with xwidgets | Po Lu | 2022-01-28 | 1 | -1/+1 |
* | Use the real cursor beneath the pointer on xwidgets | Po Lu | 2022-01-28 | 1 | -13/+59 |
* | Fix xwidget build on PGTK | Po Lu | 2022-01-28 | 1 | -4/+4 |
* | Fix duplicate scroll events without XI2 | Po Lu | 2022-01-28 | 1 | -35/+38 |
* | Clear xwidget passive grab whenever a drag begins | Po Lu | 2022-01-28 | 1 | -0/+25 |
* | Fix inappropriate use of killed xwidgets | Po Lu | 2022-01-28 | 1 | -2/+5 |
* | Implement xwidget passive grabs | Po Lu | 2022-01-28 | 1 | -33/+163 |
* | Improve xwidget window ancestry calculations | Po Lu | 2022-01-27 | 1 | -7/+177 |
* | Implement crossing event generation between windows for xwidgets on X | Po Lu | 2022-01-27 | 1 | -20/+168 |
* | Fix PGTK build with xwidgets | Po Lu | 2022-01-22 | 1 | -1/+1 |
* | Make xwidgets work on builds that don't use Cairo drawing | Po Lu | 2022-01-21 | 1 | -0/+1 |
* | Use Cairo XCB surfaces when XCB is available | Po Lu | 2022-01-19 | 1 | -1/+1 |
* | * src/xwidget.c (webkit_js_to_lisp): Use correct constant to check size. | Po Lu | 2022-01-16 | 1 | -1/+1 |
* | Use correct coordinates when translating XI2 crossing events | Po Lu | 2022-01-12 | 1 | -2/+2 |
* | Fix xwidgets setting their own signal handlers | Po Lu | 2022-01-05 | 1 | -0/+4 |
* | Translate more modifiers to GDK ones in xwidgets | Po Lu | 2022-01-04 | 1 | -0/+4 |
* | Stop assuming X kbd state works with GDK when forwarding events to xwidgets | Po Lu | 2022-01-04 | 1 | -0/+34 |
* | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\ |
|
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | Don't select for gesture events on xwidgets if the server is too old | Po Lu | 2021-12-31 | 1 | -3/+6 |
* | | Add pinch event support to xwidgets | Po Lu | 2021-12-31 | 1 | -3/+74 |
* | | Restore original xwidget embedder after performing a lispy event | Po Lu | 2021-12-31 | 1 | -3/+23 |
* | | * src/xwidget.c (Fxwidget_perform_lispy_event): Use FRAME_WINDOW_P. | Po Lu | 2021-12-31 | 1 | -1/+1 |
* | | Make xwidget motion commands hscroll the window of wide widgets | Po Lu | 2021-12-30 | 1 | -2/+4 |
* | | Translate crossing event mode when sending them to xwidgets | Po Lu | 2021-12-30 | 1 | -5/+6 |
* | | Translate state of XI2 entry events when sending them to xwidgets | Po Lu | 2021-12-29 | 1 | -0/+35 |
* | | Get rid of obsolete xwidget-related code on PGTK | Po Lu | 2021-12-29 | 1 | -0/+2 |
* | | Queue xwidget views for allocation in more places | Po Lu | 2021-12-29 | 1 | -0/+2 |
* | | Improve xwidget event handling on XI2 | Po Lu | 2021-12-29 | 1 | -37/+51 |
* | | Use XI2 to handle xwidget button events | Po Lu | 2021-12-29 | 1 | -0/+2 |
* | | Fix embedder calculation for xwidgets on PGTK | Po Lu | 2021-12-29 | 1 | -3/+16 |
* | | Fix NS xwidget build | Po Lu | 2021-12-29 | 1 | -0/+2 |
* | | * src/xwidget.c (syms_of_xwidget): Fix typo. | Po Lu | 2021-12-29 | 1 | -1/+1 |
* | | Add support for xwidgets to the PGTK port | Po Lu | 2021-12-29 | 1 | -14/+237 |
* | | Merge remote-tracking branch 'origin/master' into feature/pgtk | Po Lu | 2021-12-16 | 1 | -0/+2 |
|\ \ |
|
| * | | Require xwidget.el in `make-xwidget' | Po Lu | 2021-12-16 | 1 | -0/+2 |
* | | | Merge remote-tracking branch 'origin/master' into feature/pgtk | Po Lu | 2021-12-08 | 1 | -4/+3 |
|\| | |
|
| * | | Send scroll stop events to xwidgets correctly | Po Lu | 2021-12-08 | 1 | -4/+3 |
* | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk | Yuuki Harano | 2021-12-04 | 1 | -0/+3 |
|\| | |
|