aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Look for DND proxies on the root window as wellPo Lu2022-04-031-2/+17
* Implement new DND features on GNUstepPo Lu2022-04-031-0/+31
* Implement new DND options on HaikuPo Lu2022-04-033-3/+20
* Fix Motif drag-and-drop on servers without XI2Po Lu2022-04-031-1/+3
* Fix incorrect usage of XM_DRAG_SIDE_EFFECTPo Lu2022-04-031-3/+6
* Fix crash when retrieving window property with invalid atom dataPo Lu2022-04-021-0/+2
* Compute size of structs with flexible arrays correctly in Motif DND codePo Lu2022-04-021-3/+8
* ; * src/sqlite.c: Fix up header comment.Po Lu2022-04-021-3/+3
* Work around dynamic drag bugs in modern MotifPo Lu2022-04-021-6/+42
* Make Motif drag work on window managers that don't support client listsPo Lu2022-04-021-26/+134
* Implement the Motif drag protocolPo Lu2022-04-011-61/+556
* Only read 16 bytes of motif drag receiver infoPo Lu2022-04-011-3/+3
* Simplify Haiku drag-and-drop implementationPo Lu2022-04-013-5/+1
* Support Motif DND helpPo Lu2022-04-011-4/+27
* ; * src/xterm.c: Update commentary.Po Lu2022-04-011-1/+38
* Avoid extra sync if we didn't get the right wmstatePo Lu2022-04-011-17/+8
* Fix a build warning on the non-XI2 buildPo Lu2022-04-011-3/+3