aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (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/+54
* 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-1/+3
* Prefer coarse timestamps when using X syncPaul Eggert2025-09-271-9/+2
* Fix crash when the same XI device appears in multiple hierarchy eventsPo Lu2025-09-041-4/+4
* Add frame parameter which allows border transparencyGarklein2025-07-261-11/+22
* Properly invalidate XRender surfaces when only EmacsFrame is resizedPo Lu2025-06-281-30/+42
* Synchronize Android and Haiku terminal frontends with XPo Lu2025-05-051-2/+1
* Fix support of 'mouse-highlight' on X (bug#78218)Gerd Möllmann2025-05-041-5/+6
* ; Fix thinko in recent commitStefan Kangas2025-04-221-1/+1
* xterm.c: Move GTK3-specific variables into narrower scopesStefan Kangas2025-04-191-44/+15
* Use a pristine copy of argv to restart EmacsJens Schmidt2025-04-131-1/+1
* Fix bug#76805Po Lu2025-03-101-19/+10
* Revert “Avoid some union buffered_input_event uses”Paul Eggert2025-03-031-203/+199
* Avoid some union buffered_input_event usesPaul Eggert2025-03-031-199/+203
* Handle negative frame position values in xterm.c (Bug#76190)Martin Rudalics2025-02-121-2/+2
* X11 drag-and-drop correctionsPo Lu2025-02-121-0/+2
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-2/+2
|\
| * Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-1/+1
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-1/+1
* | Protect against GCing of last_mouse_windowPaul Eggert2025-01-261-3/+0
* | Use gtk_disable_setlocalePaul Eggert2025-01-261-4/+2
* | Avoid unlikely int overflow.Paul Eggert2025-01-261-3/+4
* | Don’t silently truncate connection-lost diagnosticPaul Eggert2025-01-211-4/+6
* | Replace call[1-8] with callnStefan Kangas2025-01-191-3/+3
* | Prefer 'list (...)' to 'listn (N, ...)'Stefan Kangas2025-01-191-4/+4
* | In xt_action_hook don't act on deleted window's scroll bar (Bug#75120)Martin Rudalics2025-01-091-1/+1
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Remove remaining references to redisplay-dont-pauseGerd Möllmann2024-12-191-1/+0
|/
* Prefer static_assert to verifyStefan Kangas2024-08-221-1/+1
* Fix x_construct_mouse_click || vs | typoPaul Eggert2024-08-161-1/+1
* Merge from origin/emacs-30Eli Zaretskii2024-07-271-1/+1
|\
| * Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas2024-07-251-1/+1
* | SAFE_ALLOCA fixesPaul Eggert2024-07-201-24/+14
|/
* ; * src/xterm.c (syms_of_xterm): Fix doc string typos.Collin Funk2024-06-031-5/+5
* On X, avoid reporting unrepresentable touch IDs to LispPo Lu2024-06-011-13/+31
* Pacify gcc -Wmissing-variable-declarationsPaul Eggert2024-05-111-4/+2
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-3/+4
* Switch to GXinvert in XTflashPo Lu2024-05-021-15/+4
* Pacify GCC 14 -Wnull-dereferencePaul Eggert2024-04-301-32/+30
* Implement dots and dashes on AndroidPo Lu2024-04-281-1/+0
* Implement dots and dashes on XPo Lu2024-04-281-20/+105
* Port double-line underlines to GUI systemsPo Lu2024-04-281-22/+45
* Add support for colored and styled underlines on tty framesMohsin Kaleem2024-04-271-3/+3
* Fix crash upon call to Fset_fontset_font after X server disconnectPo Lu2024-04-131-4/+11
* (mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier2024-04-091-10/+43
* ; * src/xterm.c (syms_of_xterm): Document x-*-keysym's default values.Po Lu2024-03-211-5/+10
* Makeshift solution for X server bugPo Lu2024-03-181-0/+8