summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* * src/xterm.c: Expand commentary.Po Lu2022-02-23
* * src/xterm.c (x_term_init): Don't catch errors too many times.Po Lu2022-02-23
* Fix X errors caused by GTK using newer versions of XI2 than EmacsPo Lu2022-02-23
* ; * src/xterm.h: Fix typo in recent change.Po Lu2022-02-22
* Fix build on glibc <2.10Po Lu2022-02-22
* Fix GTK build with GLib <2.44Po Lu2022-02-22
* Improve XInput2 version checkingPo Lu2022-02-22
* Fix duplicate wheel events on XI2Po Lu2022-02-22
* Always send wheel events on XI2Po Lu2022-02-22
* Merge from origin/emacs-28Stefan Kangas2022-02-22
|\
| * Fix 'display-line-numbers-mode' in hide-show buffersEli Zaretskii2022-02-21
| * Prevent crashes caused by invalid locale coding systemsPo Lu2022-02-17
* | Don't generate multibyte keystroke events if there is no actual textPo Lu2022-02-22
* | Don't pass invalid keyboard modifiers to the event loop on HaikuPo Lu2022-02-22
* | Try to fix bug#54051Po Lu2022-02-21
* | Prevent Haiku display from being opened multiple timesPo Lu2022-02-21
* | Prevent GTK from setting unreasonable size hints with large menu barsPo Lu2022-02-21
* | Implement left-right separators for dialog boxes on HaikuPo Lu2022-02-21
* | ; * src/haikuterm.c (haiku_read_socket): Add extra keyboard modifiers.Po Lu2022-02-21
* | Respect `extra-keyboard-modifiers' when handling XI2 keyboard inputPo Lu2022-02-21
* | (loadhist_initialize): Fix regression test failureStefan Monnier2022-02-20
* | ; Fix compilation warningsEli Zaretskii2022-02-20
* | Fix font panel on NSPo Lu2022-02-20
* | * src/haikumenu.c (haiku_dialog_show): Set `popup_activated_p'.Po Lu2022-02-20
* | Handle GUI input while inside popup dialog on HaikuPo Lu2022-02-20
* | Fix typo in last changePo Lu2022-02-20
* | Ignore modifier keys early when handling X key press eventsPo Lu2022-02-20
* | Free XI2 devices in x_delete_display insteadPo Lu2022-02-20
* | (specpdl_unrewind): Fix corner caseStefan Monnier2022-02-19
* | (loadhist_initialize): Minor refactoringStefan Monnier2022-02-19
* | Avoid consing extra string when processing GTK native inputPo Lu2022-02-19
* | Fix some more hangs when parenting child frames around on HaikuPo Lu2022-02-19
* | Improve portability of alpha channel visual detectionPo Lu2022-02-19
* | Fix symbols with position appearing in the output of `compile-defun'Alan Mackenzie2022-02-19
* | Fix character compositions on the mode lineEli Zaretskii2022-02-19
* | Don't ignore events from XI2 slave devices anymorePo Lu2022-02-19
* | Always decode GTK input method text as utf-8-unixPo Lu2022-02-19
* | Be less strict about which emulated motion events to ignorePo Lu2022-02-19
* | * src/haikufns.c (haiku_create_frame): Error if font wasn't found.Po Lu2022-02-19
* | Utilize new string decoding feature in GTK native inputPo Lu2022-02-19
* | Fix background stipple with `alpha_background'Po Lu2022-02-18
* | Fix a crash on some versions of GTKPo Lu2022-02-18
* | Fix blurry text on multiple scale monitor setupsPo Lu2022-02-18
* | Make treatment of `alpha-background' more consistentPo Lu2022-02-18
* | Make stipple backgrounds respect `alpha-background'Po Lu2022-02-18
* | Fix mis-parsing of certain malformed XBM filesPo Lu2022-02-18
* | Parse XBM images which use character escapes for hex literalsPo Lu2022-02-18
* | Fix or remove outdated commentsMattias EngdegÄrd2022-02-17
* | Fix crash when displaying XBM images on a 32-bit visualPo Lu2022-02-17
* | Implement XBM images on HaikuPo Lu2022-02-17