summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-10; * src/xterm.c (handle_one_xevent): Fix typo in last change.Po Lu
2022-01-10Make toggling native input methods via shift work againPo Lu
2022-01-10Don't hard code key codes on HaikuPo Lu
2022-01-10Map some more keypad keys on HaikuPo Lu
2022-01-10Fix build without X11 I18NPo Lu
2022-01-10Fix off-by-one errors in caret position applicationPo Lu
2022-01-09; * src/filelock.c (lock_if_free): Fix comment wording.Eli Zaretskii
2022-01-09; * src/fns.c (Frequire): Fix wording of doc string.Eli Zaretskii
2022-01-09Fix filelock.c for HaikuPo Lu
2022-01-09Pass through caret position from native GTK input methodsPo Lu
2022-01-09Fix specification of caret positionPo Lu
2022-01-09Add missing part of last commitPo Lu
2022-01-09Display caret in preedit text where the input method askedPo Lu
2022-01-09Fix native GTK input for cyrillic input methodsPo Lu
2022-01-09Reduce flicker on Haiku Emacs tooltipsPo Lu
2022-01-09; * src/image.c (syms_of_image): Fix typo in last change.Po Lu
2022-01-09* src/image.c (syms_of_image): Declare support for webp on Haiku.Po Lu
2022-01-09Add support for native webp images on HaikuPo Lu
2022-01-09Make caps lock work on HaikuPo Lu
2022-01-09Fix some problems with Haiku font displayPo Lu
2022-01-09Implement override redirect on HaikuPo Lu
2022-01-09Fix some portability bugs in gtkutil.cPo Lu
2022-01-08Make sure native keypresses are received immediately on GTKPo Lu
2022-01-08Correctly translate GDK virtual modifiers when using native inputPo Lu
2022-01-08* src/haikuterm.c (haiku_clear_frame): Fix clipping.Po Lu
2022-01-08Add an option to rely on passive touch grabs on XPo Lu
2022-01-08Fix build on PGTKPo Lu
2022-01-08Allow using GTK+ to handle input methods on XPo Lu
2022-01-08* src/pgtkterm.c (pgtk_enqueue_string): Free return of g_utf8_to_ucs4.Po Lu
2022-01-08Call EVENT_INIT in some placesPo Lu
2022-01-07Minor improvements for 'pgtk' documentationEli Zaretskii
2022-01-07Handle internal events specially on PGTKYuuki Harano
2022-01-07Fix special-cased cursor foreground and background correctly on PGTKPo Lu
2022-01-07Disable new input method behaviour by default on XPo Lu
2022-01-07Allow controlling the X input method stylePo Lu
2022-01-07* src/haikuselect.c: Fix implicit declaration of free.Po Lu
2022-01-07Display pre-edit information from X input methodsPo Lu
2022-01-06Revert "Fix selection of fonts that don't have regular weight"Eli Zaretskii
2022-01-06Remove some more useless clipping stack calls on HaikuPo Lu
2022-01-06Generate TOUCH_END_EVENTs on NS when mwheel momentum is disabledPo Lu
2022-01-06Make sure touch end events aren't sent too many timesPo Lu
2022-01-06Add group to xkey state before filtering it on XI_KeyReleasePo Lu
2022-01-06Fix GNUstep compilation warningsPo Lu
2022-01-06Fix duplicate overhang display on GNUstepPo Lu
2022-01-06* src/xterm.c (handle_one_xevent): Check for errors when kbd map.Po Lu
2022-01-05Enable subpixel antialiasing on the Cairo font driver on HaikuPo Lu
2022-01-05Resolve clipping related mysteries on HaikuPo Lu
2022-01-05Make sure mouse face doesn't stay on the cursor after it is clearedPo Lu
2022-01-05Simply conditions for mouse face display when drawing cursor on HaikuPo Lu
2022-01-05Remove some unnecessary graphics state saves on HaikuPo Lu