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