summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-09; * src/window.c (Fset_window_start): Clarify the effect of NOFORCE.Eli Zaretskii
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-09Use right frame when computing mouse movement devicePo 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-09* src/pgtkterm.c (pgtk_set_cr_source_with_color): Fix default operator.Po Lu
2022-04-09Fix subpixel AA with alpha-background on Cairo on XPo Lu
2022-04-08Pacify clang -Wunused-variablePaul Eggert
2022-04-08Fix scrollbars on macOS 10.13 and below (bug#54623)Alan Third
2022-04-08Fix pacifying gcc -Wanalyzer-null-dereferencePaul Eggert
2022-04-08Rename mark_stack to mark_c_stackMattias Engdegård
2022-04-08; * src/nsterm.m: Remove stray semicolonMattias Engdegård
2022-04-08Fix GC marking of input events with devicesPo Lu
2022-04-08Implement support for reporting device names on PGTKPo Lu
2022-04-07; * src/emacs.c (main): Reword & reflow description of PGTK problem.Sean Whitton
2022-04-08Ignore input extension errors caused by grabbingPo Lu
2022-04-08Fix reporting of last-event-device for synthetic eventsPo 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-07OClosure: New function `function-documentation`Stefan Monnier
2022-04-07Expose the name of an event's input device to LispPo Lu
2022-04-07Fix xwidget smooth scrolling when the default pointer is not a touchpadPo Lu
2022-04-07Clarify read-answer-short/use-short-answers actionLars Ingebrigtsen
2022-04-07Use correct signal oldset in posix_spawn implementationJürgen Hötzel
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-07Remove more code mindlessly copied from NSPo 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-07* src/xselect.c (x_atom_to_symbol): Add XdndSelection.Po 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-06Improve safety of haiku-drag-messagePo Lu
2022-04-06; * src/xterm.c: Improve commentary.Po Lu
2022-04-06Clean up more PGTK codePo Lu
2022-04-06* src/emacs.c (main): Improve accuracy of daemon warning message on PGTK.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-05Handle remote system processesMichael Albinus
2022-04-05Mark some data during drag-and-dropPo Lu
2022-04-05Allow dropping text to the root windowPo Lu