aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Add functions to set frame size and position in one compound stepMartin Rudalics2025-12-221-0/+1
* Port back to GTK2Paul Eggert2025-12-091-1/+1
* ; Fix a typo in xterm.[ch].Eli Zaretskii2025-12-091-1/+1
* Fix some C symbol extern visibilityPaul Eggert2025-12-081-9/+4
* Fix handling of visibility on tty frames (Bug#76031)Martin Rudalics2025-02-101-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* On X, avoid reporting unrepresentable touch IDs to LispPo Lu2024-06-011-6/+9
* Pacify gcc -Wmissing-variable-declarationsPaul Eggert2024-05-111-0/+1
* Pacify GCC 14 -Wnull-dereferencePaul Eggert2024-04-301-0/+2
* Be more systematic about parens in C source codePaul Eggert2024-01-201-3/+3
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-181-5/+57
|\ \
| * | Expose the ``cancellation'' of touch events to LispPo Lu2023-07-181-5/+57
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-221-6/+5
|\ \ \ | |/ /
| * | Plug various leaks and fix input method initializationPo Lu2023-05-221-6/+5
* | | Update Android portPo Lu2023-01-261-0/+7
|/ /
* | Correctly handle touches on the tool barPo Lu2023-01-171-0/+17
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Redisplay "invisible" frames that are actually visible on modern XPo Lu2022-12-261-0/+10
* | Handle selection transfer errors earlierPo Lu2022-12-151-1/+6
* | ; * src/xterm.h: Fix minor copyeditsPo Lu2022-12-091-2/+2
* | ; Minor copyedits of the latest xterm changeEli Zaretskii2022-12-071-2/+2
* | Fix some more problems with running Emacs as untrustedPo Lu2022-12-071-0/+4
* | Make Emacs build with Xfixes support on old versions of the libraryPo Lu2022-12-041-1/+17
* | More behind the scenes transparent speedups around xselect.cPo Lu2022-12-021-9/+7
* | Finish up last change with more speedupsPo Lu2022-12-011-0/+6
* | Speed up handling X selection requestsPo Lu2022-12-011-0/+6
|/
* 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