aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve preserving X coordinate during scroll commandsEli Zaretskii2022-01-131-1/+2
* Fix passive input focus when the pointer moves over inferiorsPo Lu2022-01-131-8/+28
* Filter key release events through GTK when using native inputPo Lu2022-01-132-3/+10
* Undelete deleted frames.Gregory Heytings2022-01-131-1/+4
* Fix GTK native input methods randomly freezing inputPo Lu2022-01-131-3/+1
* Block input when drawing fringe bitmaps on HaikuPo Lu2022-01-131-0/+2
* Use XI2 focus events on X toolkit buildsPo Lu2022-01-132-9/+10
* Avoid assertion violations with variable-weight fontsEli Zaretskii2022-01-121-18/+25
* Skip virtual FcPattern entries for variable weight fontsSean Whitton2022-01-121-0/+21
* Use correct coordinates when translating XI2 crossing eventsPo Lu2022-01-121-2/+2
* Ignore scroll lock key on HaikuPo Lu2022-01-121-2/+22
* Translate more keys on HaikuPo Lu2022-01-121-0/+8
* Fix display of text decorations in the mode linePo Lu2022-01-121-1/+3
* Avoid unnecessary lookup of min and max keycodes when XKB is presentPo Lu2022-01-121-2/+2
* Ignore resetting devices upon some events we don't have to handlePo Lu2022-01-121-0/+7
* * src/window.c (other-window-scroll-default): New variable (bug#51210).Juri Linkov2022-01-111-2/+12
* Clean up filelock code related to errnoPaul Eggert2022-01-111-31/+38
* Stop ungrabbing when freeing XI devicesPo Lu2022-01-111-2/+0
* Make native input work on GTK 2Po Lu2022-01-111-0/+1
* Stop decoding GTK event strings when using native inputPo Lu2022-01-111-33/+9
* Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-101-14/+14
|\
| * ; * src/fns.c (Frequire): Fix wording of doc string.Eli Zaretskii2022-01-091-14/+14
* | Use window beneath mouse for determining scroll deltas on HaikuPo Lu2022-01-111-3/+18
* | * src/filelock.c (lock_if_free): Fix Haiku positive errno check.Po Lu2022-01-111-1/+1
* | Assume C99 when defining pDPaul Eggert2022-01-101-19/+3
* | Implement recent improvements to underline display on PGTKPo Lu2022-01-101-5/+16
* | Prevent text decorations from overwriting surrounding areas on XPo Lu2022-01-101-10/+23
* | Allow controlling the underline position of facesPo Lu2022-01-106-18/+81
* | Load X resources from a settings file like other programs on HaikuPo Lu2022-01-103-0/+45
* | Use phys cursor height instead of font base to set spot YPo Lu2022-01-101-2/+5
* | Don't set callbacks on XIC when adjusting spot if callbacks are offPo Lu2022-01-101-8/+12
* | ; * src/xterm.c (handle_one_xevent): Fix typo in last change.Po Lu2022-01-101-2/+1
* | Make toggling native input methods via shift work againPo Lu2022-01-101-0/+31
* | Don't hard code key codes on HaikuPo Lu2022-01-103-98/+84
* | Map some more keypad keys on HaikuPo Lu2022-01-103-3/+9
* | Fix build without X11 I18NPo Lu2022-01-101-7/+51
* | Fix off-by-one errors in caret position applicationPo Lu2022-01-102-15/+18
* | ; * src/filelock.c (lock_if_free): Fix comment wording.Eli Zaretskii2022-01-091-2/+2
* | Fix filelock.c for HaikuPo Lu2022-01-091-1/+8
* | Pass through caret position from native GTK input methodsPo Lu2022-01-092-4/+15
* | Fix specification of caret positionPo Lu2022-01-092-30/+9
* | Add missing part of last commitPo Lu2022-01-091-0/+1
* | Display caret in preedit text where the input method askedPo Lu2022-01-091-0/+59
* | Fix native GTK input for cyrillic input methodsPo Lu2022-01-092-3/+20
* | Reduce flicker on Haiku Emacs tooltipsPo Lu2022-01-091-1/+1
* | ; * src/image.c (syms_of_image): Fix typo in last change.Po Lu2022-01-091-1/+1
* | * src/image.c (syms_of_image): Declare support for webp on Haiku.Po Lu2022-01-091-1/+2
* | Add support for native webp images on HaikuPo Lu2022-01-091-0/+2
* | Make caps lock work on HaikuPo Lu2022-01-091-2/+46
* | Fix some problems with Haiku font displayPo Lu2022-01-091-9/+11