summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* ; * src/xterm.c (x_term_init): Fix whitespace.Eli Zaretskii2022-04-131-19/+19
* Move raw event selection on GTK+ 2 to a more appropriate placePo Lu2022-04-131-0/+25
* Fix input availability detection during visible-bellPo Lu2022-04-131-1/+13
* Fix bit rot in the XEmbed codePo Lu2022-04-131-4/+14
* Fix keyboard event device attribution on GTK+ 2Po Lu2022-04-121-1/+25
* Fix detection of Meta key in some casesPo Lu2022-04-121-2/+5
* Fix some confusing names in xterm.cPo Lu2022-04-121-40/+40
* Disallow drag and drop inside a menu-entryPo Lu2022-04-121-5/+21
* * src/xterm.c (frame_set_mouse_pixel_position): Avoid server grab.Po Lu2022-04-121-3/+4
* Fix selecting text and releasing the mouse buttons above the toolbarPo Lu2022-04-121-2/+13
* Fix IM event source attribution on GTKPo Lu2022-04-111-0/+12
* * src/xterm.c (handle_one_event): Make event attribution more accurate.Po Lu2022-04-111-1/+6
* Attribute filtered events to the right source devicePo Lu2022-04-101-0/+74
* Add missing details to filter event on XI2Po Lu2022-04-101-0/+9
* Update XI2 device use on slave attachment and detachmentPo Lu2022-04-101-0/+20
* Try harder to own DND selectionsPo Lu2022-04-101-8/+16
* Avoid sync when allowing touch events in handle_one_xeventPo Lu2022-04-091-12/+10
* Handle hierarchy events for updating scroll valuators correctlyPo Lu2022-04-091-72/+153
* Fix DND leave events not being sent to toplevel after returning framePo Lu2022-04-091-0/+69
* Minor cleanups in X Windows drag-and-drop codePo Lu2022-04-091-5/+6
* Fix source reporting for focus in and focus out eventsPo Lu2022-04-091-0/+11
* Clean up XI2 scroll valuator tracking codePo Lu2022-04-091-37/+28
* Fix subpixel AA with alpha-background on Cairo on XPo Lu2022-04-091-4/+10
* Fix pacifying gcc -Wanalyzer-null-dereferencePaul Eggert2022-04-081-1/+1
* Ignore input extension errors caused by grabbingPo Lu2022-04-081-0/+18
* Make device reporting work for tool bar clicksPo Lu2022-04-081-2/+3
* * src/xterm.c (handle_one_xevent): Fix build warning on non-GTK builds.Po Lu2022-04-081-1/+4
* Expose the name of an event's input device to LispPo Lu2022-04-071-18/+106
* Fix error when calling DND movement tracking functionPo Lu2022-04-071-1/+6
* * src/xterm.c (xm_write_targets_table): Remove extra XGrabServer pair.Po Lu2022-04-071-2/+0
* Fix DND bugs on GTKPo Lu2022-04-071-3/+7
* Fix sending unsupported drops when there is no target but a toplevelPo Lu2022-04-071-0/+17
* Return an appropriate action when performing unsupported dropPo Lu2022-04-071-1/+6
* Get rid of extra sync looking up window through XTranslateCoordinatesPo Lu2022-04-061-4/+27
* Move some X11 drag and drop processing to LispPo Lu2022-04-061-37/+89
* Prevent races when trying to set Motif drag windowPo Lu2022-04-061-1/+7
* ; * src/xterm.c: Improve commentary.Po Lu2022-04-061-6/+18
* * src/xterm.c (x_dnd_send_unsupported_drop): Also handle TEXT target.Po Lu2022-04-061-0/+1
* Preserve contents of PRIMARY when sending unsupported dropPo Lu2022-04-061-1/+4
* * src/xterm.c (handle_one_xevent): Assert that hold_quit is present instead.Po Lu2022-04-061-2/+3
* Pacify gcc -Wanalyzer-null-dereferencePaul Eggert2022-04-051-1/+2
* Mark some data during drag-and-dropPo Lu2022-04-051-1/+29
* Allow dropping text to the root windowPo Lu2022-04-051-20/+24
* Add support for dragging text onto windows that don't support any DND protocolPo Lu2022-04-051-68/+219
* Handle mouse movement correctly during DND from one of our own framesPo Lu2022-04-041-47/+59
* * src/xterm.c: Explain meaning of drag-and-drop state variables.Po Lu2022-04-041-7/+83
* Respect frame extents during drag and dropPo Lu2022-04-041-5/+121
* Don't baselessly ignore frames after passing through the root windowPo Lu2022-04-041-15/+15
* Improve behavior of dragging text to windows on top of framesPo Lu2022-04-041-5/+15
* * src/xterm.c (x_dnd_get_target_window): Look at root window proxies too.Po Lu2022-04-041-0/+32