aboutsummaryrefslogtreecommitdiffstats
path: root/src/xwidget.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-12-21; Avoid compilation warnings in xwidget.c on macOSEli Zaretskii1-10/+9
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-06-19Avoid compilation warningsEli Zaretskii1-4/+4
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu1-2/+4
2024-03-15; * src/xwidget.c (xwidget-webkit-disable-javascript): Doc fix.Eli Zaretskii1-2/+3
2024-03-15Fix last changePo Lu1-5/+6
2024-03-14; Fix last change (bug#68604)Eli Zaretskii1-3/+3
2024-03-14Add user option to disable JavaScript in xwidget webviewNoƩ Lopez1-1/+7
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-03-02Improvements to xwidget on macOS (bug#60703)Andrew De Angelis1-25/+38
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-04-07Fix xwidget smooth scrolling when the default pointer is not a touchpadPo Lu1-18/+49
2022-03-01; * src/xwidget.c: Add missing part of last change.Po Lu1-1/+1
2022-02-22Improve XInput2 version checkingPo Lu1-1/+1
2022-02-16Fix recent change in xwidget.cPo Lu1-4/+2
2022-02-13Work around tooltip bug on new versions of WebKitGTKPo Lu1-0/+19
2022-02-04* src/xwidget.c (xwidget_button): Always let button events through.Po Lu1-5/+0
2022-02-02Improve correctness of generated xwidget eventsPo Lu1-21/+75
2022-02-02Send button events before setting xwidget passive grabPo Lu1-18/+19
2022-01-28Prevent duplicate grab setting with xwidgetsPo Lu1-1/+1
2022-01-28Use the real cursor beneath the pointer on xwidgetsPo Lu1-13/+59
2022-01-28Fix xwidget build on PGTKPo Lu1-4/+4
2022-01-28Fix duplicate scroll events without XI2Po Lu1-35/+38
2022-01-28Clear xwidget passive grab whenever a drag beginsPo Lu1-0/+25
2022-01-28Fix inappropriate use of killed xwidgetsPo Lu1-2/+5
2022-01-28Implement xwidget passive grabsPo Lu1-33/+163
2022-01-27Improve xwidget window ancestry calculationsPo Lu1-7/+177
2022-01-27Implement crossing event generation between windows for xwidgets on XPo Lu1-20/+168
2022-01-22Fix PGTK build with xwidgetsPo Lu1-1/+1
2022-01-21Make xwidgets work on builds that don't use Cairo drawingPo Lu1-0/+1
2022-01-19Use Cairo XCB surfaces when XCB is availablePo Lu1-1/+1
2022-01-16* src/xwidget.c (webkit_js_to_lisp): Use correct constant to check size.Po Lu1-1/+1
2022-01-12Use correct coordinates when translating XI2 crossing eventsPo Lu1-2/+2
2022-01-05Fix xwidgets setting their own signal handlersPo Lu1-0/+4
2022-01-04Translate more modifiers to GDK ones in xwidgetsPo Lu1-0/+4
2022-01-04Stop assuming X kbd state works with GDK when forwarding events to xwidgetsPo Lu1-0/+34
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-31Don't select for gesture events on xwidgets if the server is too oldPo Lu1-3/+6
2021-12-31Add pinch event support to xwidgetsPo Lu1-3/+74
2021-12-31Restore original xwidget embedder after performing a lispy eventPo Lu1-3/+23
2021-12-31* src/xwidget.c (Fxwidget_perform_lispy_event): Use FRAME_WINDOW_P.Po Lu1-1/+1
2021-12-30Make xwidget motion commands hscroll the window of wide widgetsPo Lu1-2/+4
2021-12-30Translate crossing event mode when sending them to xwidgetsPo Lu1-5/+6
2021-12-29Translate state of XI2 entry events when sending them to xwidgetsPo Lu1-0/+35
2021-12-29Get rid of obsolete xwidget-related code on PGTKPo Lu1-0/+2
2021-12-29Queue xwidget views for allocation in more placesPo Lu1-0/+2
2021-12-29Improve xwidget event handling on XI2Po Lu1-37/+51
2021-12-29Use XI2 to handle xwidget button eventsPo Lu1-0/+2