summaryrefslogtreecommitdiff
path: root/src/xterm.h
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make frame synchronization more robustPo Lu2022-11-271-0/+6
* Add knob to make `mouse-position' faster on XPo Lu2022-11-181-13/+8
* More fixes to last changePo Lu2022-11-151-1/+1
* Simplify scroll valuator reset handlingPo Lu2022-10-281-5/+18
* Fix drag-and-drop bugs on Lucid buildPo Lu2022-10-251-0/+4
* Reduce duplicate code for creating "special windows"Po Lu2022-10-231-2/+1
* Fix pieces of code being too expensive over slow network connectionsPo Lu2022-10-171-0/+34
* Fix multiple sources of flicker under XPo Lu2022-10-161-5/+16
* Fix coding systems used for X input methodsPo Lu2022-10-031-0/+9
* Optimize coordinate translation during event handlingPo Lu2022-09-271-0/+9
* Reduce complexity of scroll bar window protection codePo Lu2022-09-241-9/+0
* Fix more toolkit scroll bar window protection issuesPo Lu2022-09-231-0/+9
* Correctly handle frame synchronization on fullscreen KWinPo Lu2022-09-061-1/+2
* Prevent crashes when embedding Emacs in a nonexistent parentPo Lu2022-09-021-2/+2
* ; * src/xterm.h (struct x_display_info): Update comment.Po Lu2022-08-261-1/+2
* Fix overflows in HAVE_XSYNC timestamp handlingPaul Eggert2022-08-251-5/+5
* Fix various problems with mouse highlight on XI2 buildsPo Lu2022-08-251-0/+6
* Make frame synchronization conditional on clock_gettimePo Lu2022-08-231-1/+2
* Make frame synchronization conditional on clock_gettimePo Lu2022-08-231-1/+1
* Improve handling of pointer focus under the input extensionPo Lu2022-08-081-3/+28
* Improve input extension focus handling with multiple master devicesPo Lu2022-08-051-2/+34
* Correctly implement refresh synchronization fencesPo Lu2022-08-041-3/+13
* Improve X server time computationPo Lu2022-08-031-0/+4
* Add preparations for animation frame timing supportPo Lu2022-08-031-0/+12
* Fix frame synchronization with scroll bar movementPo Lu2022-07-311-5/+0
* Fix handling of extended frame resize synchronizationPo Lu2022-07-291-0/+3
* Implement monitor refresh rate synchronization on XPo Lu2022-07-291-0/+25
* Implement extended frame synchronizationPo Lu2022-07-291-3/+7
* Handle virtual modifiers in the DND scrolling codePo Lu2022-07-181-0/+1
* Fix closing displays when preserving selections is enabledPo Lu2022-07-131-1/+2
* Try to save selections from being disowned during frame deletionPo Lu2022-07-121-0/+1
* Handle errors sending selection decline events asynchronouslyPo Lu2022-07-111-0/+2
* Improve drag-and-drop emulation time handlingPo Lu2022-07-091-1/+4
* Speed up interning XDS atomsPo Lu2022-07-061-0/+3
* Avoid code duplication converting XI event state in toolkit menu codePo Lu2022-07-041-0/+3
* Speed up receiving drops over slow connectionsPo Lu2022-07-031-0/+5
* Fix error handling for XCB XlibPo Lu2022-07-021-4/+14
* Return the correct action from the Lisp side of drag-and-dropPo Lu2022-07-021-1/+0
* Fix preservation of the original value of PRIMARY after dropping on xtermPo Lu2022-06-301-1/+2
* Implement starting X Direct Save (XDS) dropsPo Lu2022-06-291-0/+1
* Handle errors while sending client events asynchronouslyPo Lu2022-06-261-0/+10
* Fix setting user time for mouse movement eventsPo Lu2022-06-221-0/+3
* Cache the Motif drag window to avoid fetching it every timePo Lu2022-06-191-0/+3
* Improve window manager user time reporting mode switchingPo Lu2022-06-171-3/+2
* Update last event time during DND operationsPo Lu2022-06-171-4/+5
* Fix Motif DND after atom ownership is lost due to frame destructionPo Lu2022-06-161-0/+3
* Improve drag atom computationPo Lu2022-06-161-0/+3
* Comply with the Motif requirement for unique drag atomsPo Lu2022-06-161-2/+13