summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ; * src/xterm.c (syms_of_xterm): Fix typo.Po Lu2024-03-161-5/+5
* Correct doc strings for x-*-keysymPo Lu2024-03-161-20/+22
* ; * src/xterm.c (x_focus_frame): Insert missing unblock_input.Po Lu2024-01-151-1/+4
* Fix bug#65116Po Lu2024-01-141-4/+30
* Share hash table test structsMattias Engdegård2024-01-131-1/+1
* Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-131-4/+1
* Represent hash table weakness as an enum internallyMattias Engdegård2024-01-131-1/+1
* ; Delete a superfluous bitwise 'or'Stefan Kangas2024-01-081-1/+0
* Revert "Add new `swap` macro and use it"Po Lu2024-01-061-5/+5
* Add new `swap` macro and use itStefan Kangas2024-01-061-5/+5
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-3/+3
* | ; Fix typosStefan Kangas2023-12-101-5/+5