summaryrefslogtreecommitdiff
path: root/src/xterm.h
AgeCommit message (Expand)Author
2026-05-23Fix misleading x_dnd_begin_drag_and_drop APIPaul Eggert
2026-05-19Make X_ERROR_MESSAGE_SIZE dependency more explicitPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-22Add functions to set frame size and position in one compound stepMartin Rudalics
2025-12-09Port back to GTK2Paul Eggert
2025-12-09; Fix a typo in xterm.[ch].Eli Zaretskii
2025-12-08Fix some C symbol extern visibilityPaul Eggert
2025-02-10Fix handling of visibility on tty frames (Bug#76031)Martin Rudalics
2025-01-01Update copyright year to 2025Paul Eggert
2024-06-01On X, avoid reporting unrepresentable touch IDs to LispPo Lu
2024-05-11Pacify gcc -Wmissing-variable-declarationsPaul Eggert
2024-04-30Pacify GCC 14 -Wnull-dereferencePaul Eggert
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-18Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-18Expose the ``cancellation'' of touch events to LispPo Lu
2023-05-22Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-22Plug various leaks and fix input method initializationPo Lu
2023-01-26Update Android portPo Lu
2023-01-17Correctly handle touches on the tool barPo Lu
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-26Redisplay "invisible" frames that are actually visible on modern XPo Lu
2022-12-15Handle selection transfer errors earlierPo Lu
2022-12-09; * src/xterm.h: Fix minor copyeditsPo Lu
2022-12-07; Minor copyedits of the latest xterm changeEli Zaretskii
2022-12-07Fix some more problems with running Emacs as untrustedPo Lu
2022-12-04Make Emacs build with Xfixes support on old versions of the libraryPo Lu
2022-12-02More behind the scenes transparent speedups around xselect.cPo Lu
2022-12-01Finish up last change with more speedupsPo Lu
2022-12-01Speed up handling X selection requestsPo Lu
2022-11-27Make frame synchronization more robustPo Lu
2022-11-18Add knob to make `mouse-position' faster on XPo Lu
2022-11-15More fixes to last changePo Lu
2022-10-28Simplify scroll valuator reset handlingPo Lu
2022-10-25Fix drag-and-drop bugs on Lucid buildPo Lu
2022-10-23Reduce duplicate code for creating "special windows"Po Lu
2022-10-17Fix pieces of code being too expensive over slow network connectionsPo Lu
2022-10-16Fix multiple sources of flicker under XPo Lu
2022-10-03Fix coding systems used for X input methodsPo Lu
2022-09-27Optimize coordinate translation during event handlingPo Lu
2022-09-24Reduce complexity of scroll bar window protection codePo Lu
2022-09-23Fix more toolkit scroll bar window protection issuesPo Lu
2022-09-06Correctly handle frame synchronization on fullscreen KWinPo Lu
2022-09-02Prevent crashes when embedding Emacs in a nonexistent parentPo Lu
2022-08-26; * src/xterm.h (struct x_display_info): Update comment.Po Lu
2022-08-25Fix overflows in HAVE_XSYNC timestamp handlingPaul Eggert
2022-08-25Fix various problems with mouse highlight on XI2 buildsPo Lu
2022-08-23Make frame synchronization conditional on clock_gettimePo Lu