summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Translate buttons when sending XI2 motion events to xwidgetsPo Lu2021-12-291-2/+14
* Use XI2 to handle xwidget button eventsPo Lu2021-12-291-0/+22
* Fix menu placement on multiple-display setups when using lwlibPo Lu2021-12-281-0/+15
* Only rely on passive device grabs on XI2Po Lu2021-12-281-36/+0
* Fix menu window persistence and entry/leave events on Lucid on XI2Po Lu2021-12-271-0/+13
* Fix Lucid popup menu being stuck on XI2 buildsPo Lu2021-12-271-1/+1
* Add configure tests for faulty XI2 installationsPo Lu2021-12-261-0/+2
* Only focus frame implicitly if focus flag is setPo Lu2021-12-261-0/+1
* Add support for pinch gestures to the XI2 buildPo Lu2021-12-261-0/+33
* Add support for XI 2.4Po Lu2021-12-251-1/+3
* Grab the server when warping the client pointerPo Lu2021-12-241-0/+2
* Fix menu grabs on XI2 Motif buildsPo Lu2021-12-241-1/+5
* Fix some more incorrect valuator clearingPo Lu2021-12-241-1/+5
* Drop scrollbar motion events when valuators are foundPo Lu2021-12-241-1/+7
* Use XI2 calls to warp the client pointerPo Lu2021-12-221-2/+17
* Fix GTK crash when clicking on xwidgets on XI2Po Lu2021-12-221-0/+2
* ; * src/xterm.c (handle_one_xevent): Fix typo in last change.Po Lu2021-12-211-1/+1
* Ignore XI_TouchBegin events on the GTK tool barPo Lu2021-12-211-2/+15
* Don't drop touch events we're not interested in on GTK3Po Lu2021-12-211-2/+3
* Fix touch event menu bar detectionPo Lu2021-12-211-33/+41
* Fix xg_event_is_for_menubar for XI2 eventsPo Lu2021-12-211-0/+1
* * src/xterm.c (handle_one_xevent): Set user time on touch events.Po Lu2021-12-211-0/+3
* Ignore all emulated button events (i.e. those from touchscreens)Po Lu2021-12-211-3/+4
* Work around some mysterious touch ownership race on GNOME ShellPo Lu2021-12-181-37/+51
* Don't abort upon untracked TouchUpdate eventsPo Lu2021-12-181-1/+1
* Fix touchscreen support on Xt buildsPo Lu2021-12-171-0/+2
* Update menu bar when processing touch sequences on itPo Lu2021-12-171-0/+13
* Ignore motion events sent by an emulated pointerPo Lu2021-12-171-0/+6
* Add support for touchscreen events generated by XInput 2Po Lu2021-12-171-201/+403
* Prevent GDK from handling emulated button eventsPo Lu2021-12-151-1/+4
* Stop using XI focus events on non-GTK buildsPo Lu2021-12-131-11/+15
* Fix overline display when there is a boxPo Lu2021-12-121-4/+4
* * src/xterm.c (x_detect_focus_change): Fix XI2 focus on GTK builds.Po Lu2021-12-121-7/+7
* Fix last changePo Lu2021-12-121-1/+1
* Fix frame focus on X Toolkit builds with XInput 2Po Lu2021-12-121-3/+7
* Use window height to determine wheel event pixel deltas on XInput 2Po Lu2021-12-111-1/+15
* Pacify unused variable warning in xterm.cBasil L. Contovounesios2021-12-111-0/+2
* Send scroll stop events to xwidgets correctlyPo Lu2021-12-081-2/+7
* Add some primitive momentum-based precision scrollingPo Lu2021-12-021-7/+11
* Add `touch-end' event typePo Lu2021-12-021-13/+22
* Support precision mouse scrolling on MS-WindowsEli Zaretskii2021-12-011-8/+1
* Allow non-float values in x-scroll-event-delta-factorPo Lu2021-11-301-2/+2
* Allow customizing the pixel delta of wheel events on XPo Lu2021-11-291-0/+9
* Update XKB map on MappingNotifyPo Lu2021-11-291-0/+5
* Set motion event time when handling XI2 motion eventsPo Lu2021-11-271-0/+1
* Explain confusing aspects of XInput 2 scroll wheel reportingPo Lu2021-11-261-1/+42
* Make XInput 2 builds work without cairoPo Lu2021-11-261-0/+3
* Set serial when filtering XI_KeyPress eventsPo Lu2021-11-251-1/+1
* Add support for pixel wheel deltas on NSPo Lu2021-11-251-1/+1
* Use only effective modifiers when handling XI2 button eventsPo Lu2021-11-241-4/+1