aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Use BControlLook to determine scroll bar size on HaikuPo Lu2022-01-171-1/+4
* | | | | Display override redirect frames in all workspaces on HaikuPo Lu2022-01-171-0/+4
* | | | | * src/haikufns.c (Fx_show_tip): Sync after making window visible.Po Lu2022-01-171-1/+1
* | | | | Really eliminate tooltip flicker on HaikuPo Lu2022-01-173-1/+13
* | | | | Translate timestamps when using GTK native inputPo Lu2022-01-171-0/+3
* | | | | Exercise wire right after event is filtered for native inputPo Lu2022-01-171-0/+5
* | | | | Add undelete-frame-max instead of undelete-frame-mode (bug#51883)Juri Linkov2022-01-161-1/+1
* | | | | Fix XI2 event filtering for very old versions of libXiPo Lu2022-01-161-3/+3
* | | | | Fix the xft buildPo Lu2022-01-161-3/+2
* | | | | Use kMenuWindowFeel on Haiku toolkip windowsPo Lu2022-01-162-2/+5
* | | | | Make help event generation on Haiku behave closer to XPo Lu2022-01-161-4/+34
* | | | | Reduce poll time for Haiku file dialogsPo Lu2022-01-161-1/+1
* | | | | * src/gtkutil.c (xg_widget_key_press_event_cb): Also raise input signal.Po Lu2022-01-161-0/+3
* | | | | * src/pgtkterm.c (evq_flush): Shift events one by oneYuuki Harano2022-01-161-4/+18
* | | | | Avoid focus and allow monospace text in tooltip frames on HaikuPo Lu2022-01-162-4/+2
* | | | | Update modifier meanings even if an xkb_desc was not availablePo Lu2022-01-161-2/+1
* | | | | * src/xwidget.c (webkit_js_to_lisp): Use correct constant to check size.Po Lu2022-01-161-1/+1
* | | | | Fix a minor snafu when resizing frames on HaikuPo Lu2022-01-161-1/+1
* | | | | Fix setting cursor in pixel-scrolling modesEli Zaretskii2022-01-151-1/+2
* | | | | Use preferred XIM style without trying to detect if it's supportedPo Lu2022-01-151-5/+1
* | | | | * src/emacsgtkfixed.c (XSetWMSizeHints): Remove some useless code.Po Lu2022-01-151-5/+1
* | | | | Merge from origin/emacs-28Stefan Kangas2022-01-151-2/+6
|\ \ \ \ \ | |/ / / /
| * | | | Avoid another segfault in 'face_at_buffer_position'Eli Zaretskii2022-01-141-2/+6
* | | | | Find a way to make lowering frames work on HaikuPo Lu2022-01-151-0/+7
* | | | | Filter key release events when using native input without having XIMPo Lu2022-01-151-2/+4
* | | | | Fix native input when using core input eventsPo Lu2022-01-152-1/+2
* | | | | Remove non-functional configure testPo Lu2022-01-151-5/+6
| |_|_|/ |/| | |
* | | | * src/xterm.c: Add a small writeup on input handling on X.Po Lu2022-01-141-0/+66
* | | | Fix leak when refs are sent to a frame during destruction on HaikuPo Lu2022-01-141-1/+4
* | | | Make sure the X mouse position hook always looks at an X framePo Lu2022-01-141-2/+1
* | | | Use assq_no_quit on all local_var_alist accessesSergey Vinokurov2022-01-142-11/+7
* | | | Try to make sure an XKB desc is always availablePo Lu2022-01-141-0/+14
* | | | Fix out of bounds bitmap access on HaikuPo Lu2022-01-141-1/+1
* | | | Refresh keyboard mapping upon receiving new XKB mapPo Lu2022-01-141-0/+2
* | | | Avoid scrolling display when point moves into invisible textEli Zaretskii2022-01-131-0/+14
* | | | 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
| |_|/ |/| |