aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compilation with XInput 2 but without XKBPo Lu2021-11-231-2/+0
* Only reset scroll valuators on real enter eventsPo Lu2021-11-231-2/+6
* Fix XI2 keysym translationPo Lu2021-11-231-34/+19
* Move XI2 event filtering to a more appropriate locationPo Lu2021-11-221-25/+30
* Use more precise test for emulated wheel events in XI2Po Lu2021-11-221-2/+6
* Also filter XI_KeyRelease eventsPo Lu2021-11-221-0/+19
* Use only effective modifiers for XI2 key press eventsPo Lu2021-11-221-4/+1
* Report time in XInput 2 button eventsPo Lu2021-11-211-0/+1
* Fix documentation string of x_coalesce_scroll_eventsPo Lu2021-11-211-1/+1
* Allow handling smooth scroll events in xwidgetsPo Lu2021-11-211-0/+32
* Add XInput 2 input method supportPo Lu2021-11-211-43/+102
* Add support for the Haiku operating system and its window systemPo Lu2021-11-201-1/+1
* Prevent crashes when scrolling in an unknown Window on XI2Po Lu2021-11-201-9/+8
* Fix a comment in XInput related codePo Lu2021-11-201-1/+1
* Expose pixel-wise wheel events to LispPo Lu2021-11-201-11/+30
* Add support for event processing via XInput 2Po Lu2021-11-201-4/+1103
* Lower xwidget views owned by parent when lowering framePo Lu2021-11-161-0/+7
* Stop assuming xwidget views will only be displayed in TEXT_AREAPo Lu2021-11-151-1/+1
* Fix scroll event test in handle_one_xeventPo Lu2021-11-131-4/+2
* Don't emit SELECT_WINDOW_EVENT when an xwidget is scrolledPo Lu2021-11-131-1/+3
* Revert "Add support for event processing via XInput 2"Po Lu2021-11-101-1082/+4
* Add support for event processing via XInput 2oldosfan2021-11-101-4/+1082
* Fix flicker when setting hscroll of xwidgetPo Lu2021-11-091-10/+14
* Really fix xwidget scroll optimization and clipPo Lu2021-11-091-7/+16
* Ensure that the x_show_hourglass is seenLars Ingebrigtsen2021-11-071-0/+2
* Remove too-agressive window refresh in the hourglass codeLars Ingebrigtsen2021-11-071-1/+0
* Select window when clicking on an xwidget viewPo Lu2021-11-071-0/+6
* Fix xwidget scrollingPo Lu2021-11-071-4/+2
* Handle crossing events on xwidget windows correctlyPo Lu2021-11-071-0/+13
* Implement function for sending events to widgetsPo Lu2021-11-071-2/+2
* Allow xwidgets to accept motion and button eventsPo Lu2021-11-071-0/+41
* Destroy xwidgets when destroying framesPo Lu2021-11-071-0/+4
* Enable scrolling optimization for xwidgetsPo Lu2021-11-071-0/+82
* Use an X window to display xwidgets on X11Po Lu2021-11-071-2/+22
* Redisplay after changing to the hourglass mouse pointerLars Ingebrigtsen2021-10-271-0/+1
* Fix minor issues with text display when cursor is in mouse facePo Lu2021-10-171-16/+0
* Tweak x_connection_closed when I/O errorPaul Eggert2021-10-031-1/+2
* Port unused decls to C2xPaul Eggert2021-10-031-1/+1