summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix input extension focus tracking with some window managersPo Lu2022-08-241-0/+30
* ; * src/xterm.c (x_free_frame_resources): Fix typo.Po Lu2022-08-231-1/+1
* Make frame synchronization conditional on clock_gettimePo Lu2022-08-231-2/+2
* Make frame synchronization conditional on clock_gettimePo Lu2022-08-231-7/+7
* Allow disabling the input extension at runtime on GTK 3Po Lu2022-08-231-2/+47
* Fix child frame focus for MPX environmentsPo Lu2022-08-221-2/+20
* ; * src/xterm.c (handle_one_xevent): Avoid compiler warning.Eli Zaretskii2022-08-211-1/+2
* Minor optimization to x_query_pointer_1Po Lu2022-08-211-4/+14
* Fix crash when the keymap changesPo Lu2022-08-201-6/+5
* Fix more calls to XQueryPointer for MPXPo Lu2022-08-191-17/+60
* ; * src/xterm.c (xi_select_hierarchy_events): Fix typo.Po Lu2022-08-181-1/+1
* ; * src/xterm.c (xi_select_hierarchy_events): Fix typo.Po Lu2022-08-181-0/+2
* Avoid disabling device multiple times while handling XI attachment eventsPo Lu2022-08-171-3/+6
* Fix XInput hierarchy events not being delivered in daemon modePo Lu2022-08-161-0/+33
* Avoid lowering child frames below scroll bars on XPo Lu2022-08-161-7/+41
* Fix uninitialized variable false-positivesPo Lu2022-08-151-2/+2
* Fix selection preservation bug when USE_XCBPaul Eggert2022-08-141-5/+6
* More fixes to MPX drag-and-drop interactionPo Lu2022-08-141-1/+23
* Improve MPX interaction with drag-and-dropPo Lu2022-08-131-17/+122
* Prevent SelectionNotify etc from reaching GTK 3Po Lu2022-08-121-0/+12
* Adjust client pointer upon help eventPo Lu2022-08-111-1/+22
* Fix some undesirable frame focus changesPo Lu2022-08-101-6/+21
* Improve MPX interaction with xwidgets and drag-and-dropPo Lu2022-08-101-2/+12
* ; * src/xterm.c (xi_populate_device_from_info): Minor ifdef cleanup.Po Lu2022-08-091-5/+4
* ; * src/xterm.c (xi_disable_devices): Fix portability typo.Po Lu2022-08-091-0/+2
* Factor out some duplicate code from handle_one_xeventPo Lu2022-08-091-81/+73
* Fix handling of XI_DeviceChanged eventsPo Lu2022-08-091-107/+150
* ; Fix typosStefan Kangas2022-08-081-3/+3
* Fix warnings outside XI2 buildsPo Lu2022-08-081-3/+3
* Improve handling of pointer focus under the input extensionPo Lu2022-08-081-32/+139
* Pacify a gcc warning in xi_handle_focus_changeLars Ingebrigtsen2022-08-071-1/+1
* Revert "Improve X event timestamp tracking"Po Lu2022-08-071-94/+32
* Improve X event timestamp trackingDaniel Colascione2022-08-061-32/+94
* Correctly set user time on GTK+ for key press eventsPo Lu2022-08-071-0/+35
* Correctly initialize values after a new device is enabledPo Lu2022-08-061-0/+2
* Improve XI focus handling for entry and exit eventsPo Lu2022-08-061-10/+2
* Improve XI focus handlingPo Lu2022-08-061-12/+7
* Improve multi-pointer X supportPo Lu2022-08-051-0/+50
* Improve input extension focus handling with multiple master devicesPo Lu2022-08-051-43/+192
* ; * src/xterm.c (x_sync_init_fences): Fix number of fences announced.Po Lu2022-08-041-1/+1
* Correctly implement refresh synchronization fencesPo Lu2022-08-041-2/+90
* Reduce code duplication in XI scroll bar codePo Lu2022-08-041-56/+37
* Avoid redundant calls to XFlush in x_make_frame_visiblePo Lu2022-08-041-2/+10
* ; * src/xterm.c (x_if_event): Minor speed improvements.Po Lu2022-08-031-1/+6
* Improve X server time computationPo Lu2022-08-031-2/+13
* Add preparations for animation frame timing supportPo Lu2022-08-031-0/+77
* Fix window iconification, raising and lowering frames, etcPo Lu2022-08-031-18/+0
* Further reduce monitor change event duplicationPo Lu2022-08-021-10/+13
* Avoid extra consing on monitor configuration changePo Lu2022-08-021-8/+31
* Improve handling of xsettings eventsPo Lu2022-08-011-1/+2