summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-15Fix setting cursor in pixel-scrolling modesEli Zaretskii
2022-01-15Use preferred XIM style without trying to detect if it's supportedPo Lu
2022-01-15* src/emacsgtkfixed.c (XSetWMSizeHints): Remove some useless code.Po Lu
2022-01-15Merge from origin/emacs-28Stefan Kangas
2022-01-15Find a way to make lowering frames work on HaikuPo Lu
2022-01-15Filter key release events when using native input without having XIMPo Lu
2022-01-15Fix native input when using core input eventsPo Lu
2022-01-15Remove non-functional configure testPo Lu
2022-01-14Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie
2022-01-14Commit fixes and enhancements to the scratch/correct-warning-pos branchAlan Mackenzie
2022-01-14Avoid another segfault in 'face_at_buffer_position'Eli Zaretskii
2022-01-14* src/xterm.c: Add a small writeup on input handling on X.Po Lu
2022-01-14Fix leak when refs are sent to a frame during destruction on HaikuPo Lu
2022-01-14Make sure the X mouse position hook always looks at an X framePo Lu
2022-01-14Use assq_no_quit on all local_var_alist accessesSergey Vinokurov
2022-01-14Try to make sure an XKB desc is always availablePo Lu
2022-01-14Fix out of bounds bitmap access on HaikuPo Lu
2022-01-14Refresh keyboard mapping upon receiving new XKB mapPo Lu
2022-01-13Avoid scrolling display when point moves into invisible textEli Zaretskii
2022-01-13Improve preserving X coordinate during scroll commandsEli Zaretskii
2022-01-13Fix passive input focus when the pointer moves over inferiorsPo Lu
2022-01-13Filter key release events through GTK when using native inputPo Lu
2022-01-13Undelete deleted frames.Gregory Heytings
2022-01-13Fix GTK native input methods randomly freezing inputPo Lu
2022-01-13Block input when drawing fringe bitmaps on HaikuPo Lu
2022-01-13Use XI2 focus events on X toolkit buildsPo Lu
2022-01-12Avoid assertion violations with variable-weight fontsEli Zaretskii
2022-01-12Skip virtual FcPattern entries for variable weight fontsSean Whitton
2022-01-12Use correct coordinates when translating XI2 crossing eventsPo Lu
2022-01-12Ignore scroll lock key on HaikuPo Lu
2022-01-12Translate more keys on HaikuPo Lu
2022-01-12Fix display of text decorations in the mode linePo Lu
2022-01-12Avoid unnecessary lookup of min and max keycodes when XKB is presentPo Lu
2022-01-12Ignore resetting devices upon some events we don't have to handlePo Lu
2022-01-11Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie
2022-01-11* src/window.c (other-window-scroll-default): New variable (bug#51210).Juri Linkov
2022-01-11Clean up filelock code related to errnoPaul Eggert
2022-01-11Stop ungrabbing when freeing XI devicesPo Lu
2022-01-11Make native input work on GTK 2Po Lu
2022-01-11Stop decoding GTK event strings when using native inputPo Lu
2022-01-10Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier
2022-01-11Use window beneath mouse for determining scroll deltas on HaikuPo Lu
2022-01-11* src/filelock.c (lock_if_free): Fix Haiku positive errno check.Po Lu
2022-01-10Assume C99 when defining pDPaul Eggert
2022-01-10Implement recent improvements to underline display on PGTKPo Lu
2022-01-10Prevent text decorations from overwriting surrounding areas on XPo Lu
2022-01-10Allow controlling the underline position of facesPo Lu
2022-01-10Load X resources from a settings file like other programs on HaikuPo Lu
2022-01-10Use phys cursor height instead of font base to set spot YPo Lu
2022-01-10Don't set callbacks on XIC when adjusting spot if callbacks are offPo Lu