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