aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * 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
* | 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
| * Repair bug#65068 on Emacs 29Po Lu2023-08-261-0/+10
* | Update Android portPo Lu2023-10-031-24/+30
* | Update Android portPo Lu2023-10-011-7/+2
* | Update Android portPo Lu2023-09-261-1/+0
* | Properly clip overlaid fringe bitmapsPo Lu2023-09-261-8/+43
* | ; * src/xterm.c (handle_one_xevent): Cite the bug meant to be fixed.Po Lu2023-09-151-1/+1
* | Correct bug#65919Po Lu2023-09-151-8/+60
* | Correct many instances of ``allows to''Po Lu2023-09-101-9/+11
* | Disable XkbLC_ControlFallbackPo Lu2023-08-261-3/+14
* | Attempt to fix bug#65068Po Lu2023-08-251-61/+186
* | ; Improve sectioning and documentation in xterm.cPo Lu2023-08-101-66/+124
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-201-16/+79
|\ \
| * | Improve commentary in xterm.cPo Lu2023-07-191-16/+79
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-181-0/+2
|\ \ \ | |/ /
| * | Fix event data leakPo Lu2023-07-181-0/+2
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-181-17/+75
|\ \ \ | |/ /
| * | Expose the ``cancellation'' of touch events to LispPo Lu2023-07-181-17/+75