index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xterm.c
Age
Commit message (
Expand
)
Author
2022-04-15
Fix core string lookup with modifiers on XI2
Po Lu
2022-04-15
Fix calls to XKB functions without testing for server support
Po Lu
2022-04-14
Keep track of keyboard state during drag and drop
Po Lu
2022-04-14
Minor fixes to menus on XI2
Po Lu
2022-04-14
Ignore XdndPosition events triggered by the wrong mouse button
Po Lu
2022-04-14
Add support for Xdnd features introduced after version 5
Po Lu
2022-04-13
; * src/xterm.c (x_term_init): Fix whitespace.
Eli Zaretskii
2022-04-13
Move raw event selection on GTK+ 2 to a more appropriate place
Po Lu
2022-04-13
Fix input availability detection during visible-bell
Po Lu
2022-04-13
Fix bit rot in the XEmbed code
Po Lu
2022-04-12
Fix keyboard event device attribution on GTK+ 2
Po Lu
2022-04-12
Fix detection of Meta key in some cases
Po Lu
2022-04-12
Fix some confusing names in xterm.c
Po Lu
2022-04-12
Disallow drag and drop inside a menu-entry
Po Lu
2022-04-12
* src/xterm.c (frame_set_mouse_pixel_position): Avoid server grab.
Po Lu
2022-04-12
Fix selecting text and releasing the mouse buttons above the toolbar
Po Lu
2022-04-11
Fix IM event source attribution on GTK
Po Lu
2022-04-11
* src/xterm.c (handle_one_event): Make event attribution more accurate.
Po Lu
2022-04-10
Attribute filtered events to the right source device
Po Lu
2022-04-10
Add missing details to filter event on XI2
Po Lu
2022-04-10
Update XI2 device use on slave attachment and detachment
Po Lu
2022-04-10
Try harder to own DND selections
Po Lu
2022-04-09
Avoid sync when allowing touch events in handle_one_xevent
Po Lu
2022-04-09
Handle hierarchy events for updating scroll valuators correctly
Po Lu
2022-04-09
Fix DND leave events not being sent to toplevel after returning frame
Po Lu
2022-04-09
Minor cleanups in X Windows drag-and-drop code
Po Lu
2022-04-09
Fix source reporting for focus in and focus out events
Po Lu
2022-04-09
Clean up XI2 scroll valuator tracking code
Po Lu
2022-04-09
Fix subpixel AA with alpha-background on Cairo on X
Po Lu
2022-04-08
Fix pacifying gcc -Wanalyzer-null-dereference
Paul Eggert
2022-04-08
Ignore input extension errors caused by grabbing
Po Lu
2022-04-08
Make device reporting work for tool bar clicks
Po Lu
2022-04-08
* src/xterm.c (handle_one_xevent): Fix build warning on non-GTK builds.
Po Lu
2022-04-07
Expose the name of an event's input device to Lisp
Po Lu
2022-04-07
Fix error when calling DND movement tracking function
Po Lu
2022-04-07
* src/xterm.c (xm_write_targets_table): Remove extra XGrabServer pair.
Po Lu
2022-04-07
Fix DND bugs on GTK
Po Lu
2022-04-07
Fix sending unsupported drops when there is no target but a toplevel
Po Lu
2022-04-07
Return an appropriate action when performing unsupported drop
Po Lu
2022-04-06
Get rid of extra sync looking up window through XTranslateCoordinates
Po Lu
2022-04-06
Move some X11 drag and drop processing to Lisp
Po Lu
2022-04-06
Prevent races when trying to set Motif drag window
Po Lu
2022-04-06
; * src/xterm.c: Improve commentary.
Po Lu
2022-04-06
* src/xterm.c (x_dnd_send_unsupported_drop): Also handle TEXT target.
Po Lu
2022-04-06
Preserve contents of PRIMARY when sending unsupported drop
Po Lu
2022-04-06
* src/xterm.c (handle_one_xevent): Assert that hold_quit is present instead.
Po Lu
2022-04-05
Pacify gcc -Wanalyzer-null-dereference
Paul Eggert
2022-04-05
Mark some data during drag-and-drop
Po Lu
2022-04-05
Allow dropping text to the root window
Po Lu
2022-04-05
Add support for dragging text onto windows that don't support any DND protocol
Po Lu
[next]