aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-2/+1
|\
| * Update copyright year to 2025Paul Eggert2025-01-011-1/+1
| * Remove remaining references to redisplay-dont-pauseGerd Möllmann2024-12-191-1/+0
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-10-191-2/+2
|\ \ | |/
| * Prefer static_assert to verifyStefan Kangas2024-08-221-1/+1
| * Fix x_construct_mouse_click || vs | typoPaul Eggert2024-08-161-1/+1
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-08-051-25/+15
|\ \ | |/
| * 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
| |/
* | More FIXME/igcGerd Möllmann2024-06-271-3/+3
* | * src/xterm.c (syms_of_xterm): Fix --with-x-toolkit=no build.Andrea Corallo2024-06-261-0/+2
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-06-231-18/+36
|\ \ | |/
| * ; * 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
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-05-261-77/+173
|\ \ | |/
| * 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 scroll bars for GTKHelmut Eller2024-05-051-0/+21
* | Make x_display_info and xi_device_t amig rootsHelmut Eller2024-05-041-4/+25
* | Allow compilation with X.Helmut Eller2024-04-231-0/+2
|/
* 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
* | Merge from origin/emacs-29Eli Zaretskii2023-12-091-1/+1
|\ \ | |/
| * ; Fix typosStefan Kangas2023-12-031-1/+1
* | Support for menu bar in window_from_coordinatesManuel Giraud2023-10-281-8/+9
* | Merge from origin/emacs-29Eli Zaretskii2023-10-211-2/+12
|\ \ | |/
| * Correctly register focus events concomitant with alpha changesPo Lu2023-10-171-2/+12