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