aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | * 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
* | | Implement override redirect on HaikuPo Lu2022-01-093-1/+49
* | | Fix some portability bugs in gtkutil.cPo Lu2022-01-091-0/+2
* | | Make sure native keypresses are received immediately on GTKPo Lu2022-01-081-0/+2
* | | Correctly translate GDK virtual modifiers when using native inputPo Lu2022-01-081-2/+27
* | | * src/haikuterm.c (haiku_clear_frame): Fix clipping.Po Lu2022-01-081-4/+4
* | | Add an option to rely on passive touch grabs on XPo Lu2022-01-081-4/+14
* | | Fix build on PGTKPo Lu2022-01-082-0/+4
* | | Allow using GTK+ to handle input methods on XPo Lu2022-01-085-17/+500
* | | * src/pgtkterm.c (pgtk_enqueue_string): Free return of g_utf8_to_ucs4.Po Lu2022-01-081-2/+3
* | | Call EVENT_INIT in some placesPo Lu2022-01-081-0/+2
* | | Minor improvements for 'pgtk' documentationEli Zaretskii2022-01-072-0/+6
* | | Handle internal events specially on PGTKYuuki Harano2022-01-071-0/+38
* | | Fix special-cased cursor foreground and background correctly on PGTKPo Lu2022-01-071-1/+13
* | | Disable new input method behaviour by default on XPo Lu2022-01-071-1/+1
* | | Allow controlling the X input method stylePo Lu2022-01-073-9/+42