summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-26/+20
* Fix opaque region specification on no-toolkit buildsPo Lu2023-05-131-7/+20
* ; Fix compiler warningPo Lu2023-04-061-1/+1
* Merge from origin/emacs-29Stefan Kangas2023-02-231-0/+6
|\
| * ; * src/xterm.c (x_update_end): Condition on HAVE_XDBERobert Pluim2023-02-211-0/+2
| * Fix build --without-xdbeEli Zaretskii2023-02-211-0/+4
* | Support input method ``text conversion'' on X WindowsPo Lu2023-02-121-2/+39
* | ; * src/xterm.c (handle_one_xevent): Fix GTK build. (Bug#60883)Eli Zaretskii2023-01-171-0/+2
* | Make tool bar highlight work correctly during touch eventsPo Lu2023-01-171-3/+36
* | Correctly handle touches on the tool barPo Lu2023-01-171-9/+146
* | Fix potential crash with fast mouse position enabledPo Lu2023-01-031-0/+7
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
| * ; Fix typosStefan Kangas2022-12-261-1/+1
* | Redisplay "invisible" frames that are actually visible on modern XPo Lu2022-12-261-3/+3
* | ; * src/xterm.c (x_error_quitter): Fix typo.Po Lu2022-12-241-2/+2
* | Print out more X error detailsPo Lu2022-12-241-4/+10
* | ; Fix typosStefan Kangas2022-12-231-1/+1
* | Speed up completion plugins over slow networksPo Lu2022-12-231-4/+7
* | Simplify X premultipled pixel allocation codePo Lu2022-12-221-20/+56
* | Improve safety of calls to vendor-specific-keysymsPo Lu2022-12-201-5/+9
* | Improve earlier changes to xterm.cPo Lu2022-12-191-2/+5
* | ; * src/xterm.c (x_send_scroll_bar_event): Remove unused variables.Eli Zaretskii2022-12-171-2/+0
* | Minor improvements to frame synchronizationPo Lu2022-12-171-1/+9
* | Handle selection transfer errors earlierPo Lu2022-12-151-28/+42
* | Work around primary selection clobbering during xterm DNDPo Lu2022-12-141-1/+8
* | ; Fix typos in xterm.cEli Zaretskii2022-12-131-3/+3
* | ; * src/xterm.c: Improve commentary. Describe error handling.Po Lu2022-12-131-1/+66
* | ; * src/xterm.c (x_send_scroll_bar_event): Minor clean up.Po Lu2022-12-131-9/+5
* | Add variable to make resizing frames sometimes fasterPo Lu2022-12-121-32/+54
* | ; * src/xterm.c (x_connection_closed): Fix typo in change.Po Lu2022-12-101-1/+2
* | Improve X error messagesPo Lu2022-12-101-2/+3
* | Improve some behavior when the X server does not trust EmacsPo Lu2022-12-091-2/+14
* | ; Minor copyedits of the latest xterm changeEli Zaretskii2022-12-071-3/+3
* | Fix some more problems with running Emacs as untrustedPo Lu2022-12-071-0/+43
* | Work around sample server bugPo Lu2022-12-061-11/+22
* | Fix build with old XCBPo Lu2022-12-051-16/+15
* | Don't excessively sync in some other codePo Lu2022-12-051-8/+39
* | Make Emacs build with Xfixes support on old versions of the libraryPo Lu2022-12-041-6/+8
* | Improve performance of other_frames and XTfullscreen_hookPo Lu2022-12-031-13/+7
* | More behind the scenes transparent speedups around xselect.cPo Lu2022-12-021-0/+47
* | Finish up last change with more speedupsPo Lu2022-12-011-0/+14
* | Speed up handling X selection requestsPo Lu2022-12-011-0/+5
|/
* 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