summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAge
* ; * src/xterm.c (handle_one_xevent): Fix typo in last change.Po Lu2021-12-21
* Ignore XI_TouchBegin events on the GTK tool barPo Lu2021-12-21
* Don't drop touch events we're not interested in on GTK3Po Lu2021-12-21
* Fix touch event menu bar detectionPo Lu2021-12-21
* Fix xg_event_is_for_menubar for XI2 eventsPo Lu2021-12-21
* * src/xterm.c (handle_one_xevent): Set user time on touch events.Po Lu2021-12-21
* Ignore all emulated button events (i.e. those from touchscreens)Po Lu2021-12-21
* Work around some mysterious touch ownership race on GNOME ShellPo Lu2021-12-18
* Don't abort upon untracked TouchUpdate eventsPo Lu2021-12-18
* Fix touchscreen support on Xt buildsPo Lu2021-12-17
* Update menu bar when processing touch sequences on itPo Lu2021-12-17
* Ignore motion events sent by an emulated pointerPo Lu2021-12-17
* Add support for touchscreen events generated by XInput 2Po Lu2021-12-17
* Prevent GDK from handling emulated button eventsPo Lu2021-12-15
* Stop using XI focus events on non-GTK buildsPo Lu2021-12-13
* Fix overline display when there is a boxPo Lu2021-12-12
* * src/xterm.c (x_detect_focus_change): Fix XI2 focus on GTK builds.Po Lu2021-12-12
* Fix last changePo Lu2021-12-12
* Fix frame focus on X Toolkit builds with XInput 2Po Lu2021-12-12
* Use window height to determine wheel event pixel deltas on XInput 2Po Lu2021-12-11
* Pacify unused variable warning in xterm.cBasil L. Contovounesios2021-12-11
* Send scroll stop events to xwidgets correctlyPo Lu2021-12-08
* Add some primitive momentum-based precision scrollingPo Lu2021-12-02
* Add `touch-end' event typePo Lu2021-12-02
* Support precision mouse scrolling on MS-WindowsEli Zaretskii2021-12-01
* Allow non-float values in x-scroll-event-delta-factorPo Lu2021-11-30
* Allow customizing the pixel delta of wheel events on XPo Lu2021-11-29
* Update XKB map on MappingNotifyPo Lu2021-11-29
* Set motion event time when handling XI2 motion eventsPo Lu2021-11-27
* Explain confusing aspects of XInput 2 scroll wheel reportingPo Lu2021-11-26
* Make XInput 2 builds work without cairoPo Lu2021-11-26
* Set serial when filtering XI_KeyPress eventsPo Lu2021-11-25
* Add support for pixel wheel deltas on NSPo Lu2021-11-25
* Use only effective modifiers when handling XI2 button eventsPo Lu2021-11-24
* Fix compilation with XInput 2 but without XKBPo Lu2021-11-23
* Only reset scroll valuators on real enter eventsPo Lu2021-11-23
* Fix XI2 keysym translationPo Lu2021-11-23
* Move XI2 event filtering to a more appropriate locationPo Lu2021-11-22
* Use more precise test for emulated wheel events in XI2Po Lu2021-11-22
* Also filter XI_KeyRelease eventsPo Lu2021-11-22
* Use only effective modifiers for XI2 key press eventsPo Lu2021-11-22
* Report time in XInput 2 button eventsPo Lu2021-11-21
* Fix documentation string of x_coalesce_scroll_eventsPo Lu2021-11-21
* Allow handling smooth scroll events in xwidgetsPo Lu2021-11-21
* Add XInput 2 input method supportPo Lu2021-11-21
* Add support for the Haiku operating system and its window systemPo Lu2021-11-20
* Prevent crashes when scrolling in an unknown Window on XI2Po Lu2021-11-20
* Fix a comment in XInput related codePo Lu2021-11-20
* Expose pixel-wise wheel events to LispPo Lu2021-11-20
* Add support for event processing via XInput 2Po Lu2021-11-20