summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* ; * src/xterm.c (x_update_end): Condition on HAVE_XDBERobert Pluim2023-02-211-0/+2
* Fix build --without-xdbeEli Zaretskii2023-02-211-0/+4
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-12-261-1/+1
* Fix crashes and memory leaks during display deinitializationPo Lu2022-12-011-3/+28
* Make frame synchronization more robustPo Lu2022-11-271-7/+39
* Fix no-accept-focus handling for embedded framesPo Lu2022-11-261-2/+6
* Fix reentrancy problem/crash in xterm.cPo Lu2022-11-241-1/+27
* Improve last change to xterm.cPo Lu2022-11-231-6/+6
* Adjust x_display_set_last_user_time for Xlib sign-extensionPo Lu2022-11-221-0/+5
* Avoid potentially expensive XFlush and fix orderingPo Lu2022-11-221-4/+9
* Coalesce duplicate scroll valuator handling codePo Lu2022-11-201-17/+45
* Fixes to fast mouse position reportingPo Lu2022-11-191-94/+137
* ; Fix typosStefan Kangas2022-11-181-2/+2
* Add knob to make `mouse-position' faster on XPo Lu2022-11-181-1/+122
* ; Fix typos (duplicate words)Stefan Kangas2022-11-171-1/+1
* Fix treatment of input focus on MPX setupsPo Lu2022-11-171-16/+62
* Fix error trapping in x_focus_framePo Lu2022-11-161-7/+14
* Prevent crashes upon trying to focus a child frame on clickPo Lu2022-11-141-1/+12
* Fix warnings without XCB or XFixesPo Lu2022-11-131-3/+8
* Handle request serial wraparound more correctlyPo Lu2022-11-121-17/+53
* ; Fix typosStefan Kangas2022-11-111-1/+1
* Slightly adjust EWMH frame activation code for child framesPo Lu2022-11-111-0/+27
* Be a little more paranoid about XI 2.0 implementationsPo Lu2022-11-101-18/+39
* Avoid use of `uint' type in XKB codePo Lu2022-11-091-4/+5
* Clean up some duplicate event group conversion codePo Lu2022-11-081-7/+17
* Add missing SAFE_FREE on XI 2.0 serversPo Lu2022-11-071-0/+1
* Avoid invalid values showing up in scroll valuatorsPo Lu2022-11-071-1/+3
* Write more commentary on XI2 device managementPo Lu2022-11-061-13/+73
* Simplify XI scroll class reporting codePo Lu2022-11-051-130/+94
* Avoid using too up-to-date values when restoring valuatorsPo Lu2022-11-041-28/+117
* Fix initialization of scroll valuator emacs_valuePo Lu2022-11-041-1/+1
* Further simplify valuator reset codePo Lu2022-11-031-26/+16
* Improve commentary in some parts of xterm.cPo Lu2022-11-021-9/+15
* * src/xterm.c (x_term_init): Fix last change.Po Lu2022-11-011-1/+1
* Fix leak on Lucid buildPo Lu2022-11-011-5/+14
* Plug big leaks upon display IO errorPo Lu2022-10-301-8/+12
* Simplify scroll valuator reset handlingPo Lu2022-10-281-29/+18
* Clean up some xwidgets codePo Lu2022-10-281-31/+43
* Fix reporting of iconic state on old window managersPo Lu2022-10-271-2/+18
* Clean up some event handling codePo Lu2022-10-261-6/+7
* Fix drag-and-drop bugs on Lucid buildPo Lu2022-10-251-3/+27
* Fix focus stealing in the Emacs server for old window managersPo Lu2022-10-241-14/+30
* Reduce duplicate code for creating "special windows"Po Lu2022-10-231-27/+31
* Fix various menu problemsPo Lu2022-10-211-3/+41
* Work around problems setting input focus when a frame is in the backgroundPo Lu2022-10-201-0/+119
* Fix various buildsPo Lu2022-10-191-1/+17
* Fix build warning without XKB, Xmb, and XInput 2Po Lu2022-10-191-0/+7
* ; * src/xterm.c (mark_xterm): Fix x11 with i18n buildRandy Taylor2022-10-191-1/+1
* Fix bug#58584Po Lu2022-10-181-4/+11