aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Add support for _NET_WM_STATE_SHADEDPo Lu2022-02-244-14/+43
* | Condition out things specific to some versions of the input extensionPo Lu2022-02-242-17/+75
* | Fix the MS-DOS portPo Lu2022-02-241-0/+6
* | Pacify gcc -Wanalyzer-null-dereferencePaul Eggert2022-02-231-0/+1
* | Expand commentary in xterm.cPo Lu2022-02-231-1/+137
* | ; * src/xterm.c: Minor fixes of the commentary.Eli Zaretskii2022-02-231-8/+9
* | * src/xterm.c (x_term_init): Catch some errors from defective X servers.Po Lu2022-02-231-1/+8
* | Improve input extension version checks on GTK 3Po Lu2022-02-231-13/+49
* | Fix display corruption with background alpha set on unsupported displayPo Lu2022-02-231-0/+12
* | * src/xterm.c: Expand commentary.Po Lu2022-02-231-1/+116
* | * src/xterm.c (x_term_init): Don't catch errors too many times.Po Lu2022-02-231-1/+2
* | Fix X errors caused by GTK using newer versions of XI2 than EmacsPo Lu2022-02-231-2/+31
* | ; * src/xterm.h: Fix typo in recent change.Po Lu2022-02-221-4/+4
* | Fix build on glibc <2.10Po Lu2022-02-221-2/+5
* | Fix GTK build with GLib <2.44Po Lu2022-02-222-6/+8
* | Improve XInput2 version checkingPo Lu2022-02-224-19/+41
* | Fix duplicate wheel events on XI2Po Lu2022-02-221-12/+15
* | Always send wheel events on XI2Po Lu2022-02-221-0/+22
* | Merge from origin/emacs-28Stefan Kangas2022-02-221-0/+8
|\ \ | |/
| * Fix 'display-line-numbers-mode' in hide-show buffersEli Zaretskii2022-02-211-0/+8
| * Prevent crashes caused by invalid locale coding systemsPo Lu2022-02-171-0/+9
* | Don't generate multibyte keystroke events if there is no actual textPo Lu2022-02-221-8/+14
* | Don't pass invalid keyboard modifiers to the event loop on HaikuPo Lu2022-02-221-1/+7
* | Try to fix bug#54051Po Lu2022-02-211-3/+11
* | Prevent Haiku display from being opened multiple timesPo Lu2022-02-211-6/+19
* | Prevent GTK from setting unreasonable size hints with large menu barsPo Lu2022-02-212-0/+59
* | Implement left-right separators for dialog boxes on HaikuPo Lu2022-02-213-16/+51
* | ; * src/haikuterm.c (haiku_read_socket): Add extra keyboard modifiers.Po Lu2022-02-211-1/+2
* | Respect `extra-keyboard-modifiers' when handling XI2 keyboard inputPo Lu2022-02-211-0/+2
* | (loadhist_initialize): Fix regression test failureStefan Monnier2022-02-201-1/+4
* | ; Fix compilation warningsEli Zaretskii2022-02-202-2/+8
* | Fix font panel on NSPo Lu2022-02-201-10/+8
* | * src/haikumenu.c (haiku_dialog_show): Set `popup_activated_p'.Po Lu2022-02-201-0/+2
* | Handle GUI input while inside popup dialog on HaikuPo Lu2022-02-204-10/+76
* | Fix typo in last changePo Lu2022-02-201-2/+2
* | Ignore modifier keys early when handling X key press eventsPo Lu2022-02-202-1/+53
* | Free XI2 devices in x_delete_display insteadPo Lu2022-02-201-4/+5
* | (specpdl_unrewind): Fix corner caseStefan Monnier2022-02-192-67/+17
* | (loadhist_initialize): Minor refactoringStefan Monnier2022-02-191-6/+10
* | Avoid consing extra string when processing GTK native inputPo Lu2022-02-193-4/+19
* | Fix some more hangs when parenting child frames around on HaikuPo Lu2022-02-191-2/+0
* | Improve portability of alpha channel visual detectionPo Lu2022-02-192-30/+53
* | Fix symbols with position appearing in the output of `compile-defun'Alan Mackenzie2022-02-191-2/+4
* | Fix character compositions on the mode lineEli Zaretskii2022-02-191-4/+12
* | Don't ignore events from XI2 slave devices anymorePo Lu2022-02-191-5/+5
* | Always decode GTK input method text as utf-8-unixPo Lu2022-02-191-0/+4
* | Be less strict about which emulated motion events to ignorePo Lu2022-02-191-2/+1
* | * src/haikufns.c (haiku_create_frame): Error if font wasn't found.Po Lu2022-02-191-2/+8
* | Utilize new string decoding feature in GTK native inputPo Lu2022-02-191-21/+7
* | Fix background stipple with `alpha_background'Po Lu2022-02-181-16/+16