aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix reporting of last-event-device for synthetic eventsPo Lu2022-04-081-2/+1
* Make device reporting work for tool bar clicksPo Lu2022-04-083-5/+15
* * src/xterm.c (handle_one_xevent): Fix build warning on non-GTK builds.Po Lu2022-04-081-1/+4
* OClosure: New function `function-documentation`Stefan Monnier2022-04-071-49/+1
* Expose the name of an event's input device to LispPo Lu2022-04-075-19/+167
* Fix xwidget smooth scrolling when the default pointer is not a touchpadPo Lu2022-04-071-18/+49
* Clarify read-answer-short/use-short-answers actionLars Ingebrigtsen2022-04-071-0/+3
* 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
* Remove more code mindlessly copied from NSPo Lu2022-04-074-13/+1
* 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
* * src/xselect.c (x_atom_to_symbol): Add XdndSelection.Po Lu2022-04-071-0/+2
* 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-064-37/+146
* Prevent races when trying to set Motif drag windowPo Lu2022-04-061-1/+7
* Improve safety of haiku-drag-messagePo Lu2022-04-064-3/+45
* ; * src/xterm.c: Improve commentary.Po Lu2022-04-061-6/+18
* Clean up more PGTK codePo Lu2022-04-063-84/+31
* * src/emacs.c (main): Improve accuracy of daemon warning message on PGTK.Po Lu2022-04-061-2/+15
* * 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
* Handle remote system processesMichael Albinus2022-04-051-0/+17
* Mark some data during drag-and-dropPo Lu2022-04-053-1/+35
* 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-053-69/+236
* Respect new DND options when dragging to ourselves on HaikuPo Lu2022-04-054-2/+44
* ; * src/alloc.c (grow_mark_stack): Remove unused variable.Eli Zaretskii2022-04-041-1/+0
* Reduce GC mark-phase recursion by using explicit stack (bug#54698)Mattias Engdegård2022-04-041-264/+354
* Use correct signal oldset in posix_spawn implementationJürgen Hötzel2022-04-041-26/+9
* Handle mouse movement correctly during DND from one of our own framesPo Lu2022-04-043-47/+66
* Fix generation of extra DND events while dragging on HaikuPo Lu2022-04-043-7/+29
* * src/xterm.c: Explain meaning of drag-and-drop state variables.Po Lu2022-04-041-7/+83
* Inline call0..8Mattias Engdegård2022-04-042-79/+70
* Speed up comparisons between 2 fixnumsMattias Engdegård2022-04-042-1/+16
* Faster `string-lessp` for unibyte argumentsMattias Engdegård2022-04-041-4/+13
* 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-043-8/+20
* Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen2022-04-045-101/+1009
* Add optional GC marking function to specpdl unwind_ptr recordMattias Engdegård2022-04-042-1/+24
* * src/xterm.c (x_dnd_get_target_window): Look at root window proxies too.Po Lu2022-04-041-0/+32
* Fix various bugs with mouse dragging on HaikuPo Lu2022-04-031-18/+32
* Implement `drag-source' values of `track-mouse' on PGTK.Po Lu2022-04-032-19/+39
* Implement `drag-source' values of track-mouse on NSPo Lu2022-04-031-5/+16
* Implement (sort of) `drag-source' on HaikuPo Lu2022-04-031-2/+8
* Make dragging stuff to a window above a frame workPo Lu2022-04-033-21/+50