summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-04-05Add support for dragging text onto windows that don't support any DND protocolPo Lu
2022-04-05Respect new DND options when dragging to ourselves on HaikuPo Lu
2022-04-04; * src/alloc.c (grow_mark_stack): Remove unused variable.Eli Zaretskii
2022-04-04Reduce GC mark-phase recursion by using explicit stack (bug#54698)Mattias Engdegård
2022-04-04Use correct signal oldset in posix_spawn implementationJürgen Hötzel
2022-04-04Handle mouse movement correctly during DND from one of our own framesPo Lu
2022-04-04Fix generation of extra DND events while dragging on HaikuPo Lu
2022-04-04* src/xterm.c: Explain meaning of drag-and-drop state variables.Po Lu
2022-04-04Inline call0..8Mattias Engdegård
2022-04-04Speed up comparisons between 2 fixnumsMattias Engdegård
2022-04-04Faster `string-lessp` for unibyte argumentsMattias Engdegård
2022-04-04Respect frame extents during drag and dropPo Lu
2022-04-04Don't baselessly ignore frames after passing through the root windowPo Lu
2022-04-04Improve behavior of dragging text to windows on top of framesPo Lu
2022-04-04Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen
2022-04-04Add optional GC marking function to specpdl unwind_ptr recordMattias Engdegård
2022-04-04* src/xterm.c (x_dnd_get_target_window): Look at root window proxies too.Po Lu
2022-04-03Fix various bugs with mouse dragging on HaikuPo Lu
2022-04-03Implement `drag-source' values of `track-mouse' on PGTK.Po Lu
2022-04-03Implement `drag-source' values of track-mouse on NSPo Lu
2022-04-03Implement (sort of) `drag-source' on HaikuPo Lu
2022-04-03Make dragging stuff to a window above a frame workPo Lu
2022-04-03Look for DND proxies on the root window as wellPo Lu
2022-04-03Implement new DND features on GNUstepPo Lu
2022-04-03Implement new DND options on HaikuPo Lu
2022-04-03Fix Motif drag-and-drop on servers without XI2Po Lu
2022-04-03Fix incorrect usage of XM_DRAG_SIDE_EFFECTPo Lu
2022-04-02Fix crash when retrieving window property with invalid atom dataPo Lu
2022-04-02Compute size of structs with flexible arrays correctly in Motif DND codePo Lu
2022-04-02; * src/sqlite.c: Fix up header comment.Po Lu
2022-04-02Work around dynamic drag bugs in modern MotifPo Lu
2022-04-02Make Motif drag work on window managers that don't support client listsPo Lu
2022-04-01Implement the Motif drag protocolPo Lu
2022-04-01Only read 16 bytes of motif drag receiver infoPo Lu
2022-04-01Simplify Haiku drag-and-drop implementationPo Lu
2022-04-01Support Motif DND helpPo Lu
2022-04-01; * src/xterm.c: Update commentary.Po Lu
2022-04-01Avoid extra sync if we didn't get the right wmstatePo Lu
2022-04-01Fix a build warning on the non-XI2 buildPo Lu
2022-03-31Fix Motif DND on window managers that don't support client listsPo Lu
2022-03-31Implement missing parts of the Motif drag and drop protocolPo Lu
2022-03-31Minor fixes to treatment of `allow_current_frame'Po Lu
2022-03-31; * src/xterm.c (handle_one_xevent): Respect current window in Motif DND.Po Lu
2022-03-31Implement Motif drop protocolPo Lu
2022-03-30* src/pdumper.c (dump_get_max_page_size): Rename from 'dump_get_page_size'.Andrea Corallo
2022-03-30* src/pdumper.c: Remove getpagesize.h dependecy.Andrea Corallo
2022-03-30Extend signal-process and proced.elMichael Albinus
2022-03-30Ignore mouse movement correctly on Haiku during drag and dropPo Lu
2022-03-30Prevent signals when dragging nonexistent files on HaikuPo Lu
2022-03-30Avoid calling XGetAtomName in a loop when fetching monitor attributesPo Lu