summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix pieces of code being too expensive over slow network connectionsPo Lu2022-10-171-13/+242
* Fix multiple sources of flicker under XPo Lu2022-10-161-40/+77
* Remove redundant call to expensive function XOpenDisplayPo Lu2022-10-151-4/+18
* Avoid redundant creation of XRender picturesPo Lu2022-10-141-19/+49
* Shrink client list window structurePo Lu2022-10-131-9/+9
* Stop relying on Xt hack to set window manager hintsPo Lu2022-10-121-4/+15
* Also avoid setting _NET_WM_USER_TIME on crossingPo Lu2022-10-111-9/+11
* Remove some more unnecessary calls to block_inputPo Lu2022-10-111-18/+7
* Fix user time handling bug on GNOME Shell and MetacityPo Lu2022-10-091-26/+46
* Stop passing CurrentTime to SetInputFocusPo Lu2022-10-081-2/+31
* Handle IM server disconnects during preeditPo Lu2022-10-071-0/+36
* ; * src/xterm.c (x_term_init): Fix typo.Po Lu2022-10-061-1/+1
* Minor fixes to IM locale handlingPo Lu2022-10-061-1/+5
* Fix deiconification handling on FVWM and possibly other window managersPo Lu2022-10-041-0/+60
* Fix coding systems used for X input methodsPo Lu2022-10-031-4/+30
* Only rely on EWMH window activation if possiblePo Lu2022-10-021-5/+13
* Fix calculation of frame times when X server time overflowsPo Lu2022-09-301-3/+28
* Pacify compiler warning in xterm.cPo Lu2022-09-291-1/+1
* ; Fix typosStefan Kangas2022-09-281-1/+1
* Apply root window coordinate optimizations to crossing events as wellPo Lu2022-09-281-0/+30
* Optimize coordinate translation during event handlingPo Lu2022-09-271-45/+182
* Reduce complexity of scroll bar window protection codePo Lu2022-09-241-50/+54
* Fix more toolkit scroll bar window protection issuesPo Lu2022-09-231-2/+16
* Work around rare crash when turning scroll wheelPo Lu2022-09-221-16/+28
* Fix minor thinko in focus tracking logicPo Lu2022-09-211-3/+5
* Get rid of intern calls to static strings in xterm.cPo Lu2022-09-191-1/+4
* Fix GC protection of scroll bar windowsPo Lu2022-09-191-8/+14
* Remove what should be unnecessary calls to block_inputPo Lu2022-09-181-16/+6
* Fix MPX focus tracking upon frame deletionPo Lu2022-09-171-0/+10
* Fix wrong source window being generated for XDND leave eventsPo Lu2022-09-161-6/+9
* More fixes for XDND proxy supportPo Lu2022-09-151-3/+3
* Fix frames with explicit parent being unmapped after parent shuts downPo Lu2022-09-131-0/+4
* Fix focus restoration upon x_mouse_leave againPo Lu2022-09-121-2/+7
* Make it easier to clear the Motif drag window for debuggingPo Lu2022-09-111-0/+13
* Fix compliance with the XDND specification when dropping on a proxyPo Lu2022-09-101-28/+51
* Remove some redundant calls to x_ignore_errors_for_next_requestPo Lu2022-09-091-5/+2
* Avoid selecting for excessive output configuration eventsPo Lu2022-09-081-3/+6
* Correctly handle frame synchronization on fullscreen KWinPo Lu2022-09-061-0/+1
* Fix earlier change to xterm.cPo Lu2022-09-041-5/+27
* Work around another X server bug in crossing event dispatchPo Lu2022-09-031-1/+26
* Work around potential X server bugPo Lu2022-09-031-8/+25
* Prevent crashes when embedding Emacs in a nonexistent parentPo Lu2022-09-021-0/+39
* Fix bug#57476 for Xt buildsPo Lu2022-09-011-1/+5
* Gently nudge Xt into always setting size hintsPo Lu2022-08-311-2/+5
* Fix bug#57476Po Lu2022-08-311-3/+28
* Unify floating point handling when reading XI motion eventsPo Lu2022-08-291-15/+22
* Fix two issues in xterm.cPo Lu2022-08-281-1/+3
* Support "replacement characters" on TTY framesEli Zaretskii2022-08-271-0/+2
* Fix crash when handling "swallowed" generic eventsPo Lu2022-08-271-3/+24
* Restore old code in x_sync_trigger_fencePo Lu2022-08-261-2/+8