summaryrefslogtreecommitdiff
path: root/src/xterm.c
AgeCommit message (Expand)Author
2022-04-15Fix core string lookup with modifiers on XI2Po Lu
2022-04-15Fix calls to XKB functions without testing for server supportPo Lu
2022-04-14Keep track of keyboard state during drag and dropPo Lu
2022-04-14Minor fixes to menus on XI2Po Lu
2022-04-14Ignore XdndPosition events triggered by the wrong mouse buttonPo Lu
2022-04-14Add support for Xdnd features introduced after version 5Po Lu
2022-04-13; * src/xterm.c (x_term_init): Fix whitespace.Eli Zaretskii
2022-04-13Move raw event selection on GTK+ 2 to a more appropriate placePo Lu
2022-04-13Fix input availability detection during visible-bellPo Lu
2022-04-13Fix bit rot in the XEmbed codePo Lu
2022-04-12Fix keyboard event device attribution on GTK+ 2Po Lu
2022-04-12Fix detection of Meta key in some casesPo Lu
2022-04-12Fix some confusing names in xterm.cPo Lu
2022-04-12Disallow drag and drop inside a menu-entryPo Lu
2022-04-12* src/xterm.c (frame_set_mouse_pixel_position): Avoid server grab.Po Lu
2022-04-12Fix selecting text and releasing the mouse buttons above the toolbarPo Lu
2022-04-11Fix IM event source attribution on GTKPo Lu
2022-04-11* src/xterm.c (handle_one_event): Make event attribution more accurate.Po Lu
2022-04-10Attribute filtered events to the right source devicePo Lu
2022-04-10Add missing details to filter event on XI2Po Lu
2022-04-10Update XI2 device use on slave attachment and detachmentPo Lu
2022-04-10Try harder to own DND selectionsPo Lu
2022-04-09Avoid sync when allowing touch events in handle_one_xeventPo Lu
2022-04-09Handle hierarchy events for updating scroll valuators correctlyPo Lu
2022-04-09Fix DND leave events not being sent to toplevel after returning framePo Lu
2022-04-09Minor cleanups in X Windows drag-and-drop codePo Lu
2022-04-09Fix source reporting for focus in and focus out eventsPo Lu
2022-04-09Clean up XI2 scroll valuator tracking codePo Lu
2022-04-09Fix subpixel AA with alpha-background on Cairo on XPo Lu
2022-04-08Fix pacifying gcc -Wanalyzer-null-dereferencePaul Eggert
2022-04-08Ignore input extension errors caused by grabbingPo Lu
2022-04-08Make device reporting work for tool bar clicksPo Lu
2022-04-08* src/xterm.c (handle_one_xevent): Fix build warning on non-GTK builds.Po Lu
2022-04-07Expose the name of an event's input device to LispPo Lu
2022-04-07Fix error when calling DND movement tracking functionPo Lu
2022-04-07* src/xterm.c (xm_write_targets_table): Remove extra XGrabServer pair.Po Lu
2022-04-07Fix DND bugs on GTKPo Lu
2022-04-07Fix sending unsupported drops when there is no target but a toplevelPo Lu
2022-04-07Return an appropriate action when performing unsupported dropPo Lu
2022-04-06Get rid of extra sync looking up window through XTranslateCoordinatesPo Lu
2022-04-06Move some X11 drag and drop processing to LispPo Lu
2022-04-06Prevent races when trying to set Motif drag windowPo 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-06Preserve contents of PRIMARY when sending unsupported dropPo Lu
2022-04-06* src/xterm.c (handle_one_xevent): Assert that hold_quit is present instead.Po Lu
2022-04-05Pacify gcc -Wanalyzer-null-dereferencePaul Eggert
2022-04-05Mark some data during drag-and-dropPo Lu
2022-04-05Allow dropping text to the root windowPo Lu
2022-04-05Add support for dragging text onto windows that don't support any DND protocolPo Lu