aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård2022-08-181-2/+1
* Only preserve PRIMARY and CLIPBOARD selection ownership by defaultPo Lu2022-07-151-6/+30
* Fix closing displays when preserving selections is enabledPo Lu2022-07-131-1/+1
* Try to save selections from being disowned during frame deletionPo Lu2022-07-121-7/+17
* Handle errors sending selection decline events asynchronouslyPo Lu2022-07-111-6/+17
* Improve drag-and-drop emulation time handlingPo Lu2022-07-091-11/+6
* Speed up interning XDS atomsPo Lu2022-07-061-0/+15
* Fix core dump with x-get-local-selectionPaul Eggert2022-07-041-3/+7
* Speed up receiving drops over slow connectionsPo Lu2022-07-031-3/+8
* Fix preservation of the original value of PRIMARY after dropping on xtermPo Lu2022-06-301-23/+39
* Fix handling invalidated selection requestsPo Lu2022-06-291-1/+4
* Implement starting X Direct Save (XDS) dropsPo Lu2022-06-291-1/+1
* Fix reported problem with drag-and-drop inside VirtualBoxPo Lu2022-06-291-9/+65
* Move selection delayed message to a better locationPo Lu2022-06-211-6/+35
* Fix x-selection-timeout if some keyboard input arrives while waitingPo Lu2022-06-201-1/+7
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-2/+2
* Comply with the Motif requirement for unique drag atomsPo Lu2022-06-161-0/+40
* Use coordinates provided by DND messages if availablePo Lu2022-06-141-2/+12
* Respect test function when performing local drag-and-dropPo Lu2022-06-131-2/+2
* Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-1/+1
* Make use of faster atom intern functions in xselect.cPo Lu2022-06-091-9/+8
* Allow running some DND tests interactivelyPo Lu2022-06-081-1/+12
* Make responding to selection requests work inside popupsPo Lu2022-06-081-2/+6
* Fix crash with outdated selection requestsPo Lu2022-06-081-3/+8
* Improve compatibility with some clients of the Motif drop protocolPo Lu2022-06-071-29/+78
* Signal an error XdndSelection was lost during drag-and-dropPo Lu2022-06-061-0/+6
* Rework X selections to make it safe to run the debugger inside convertersPo Lu2022-06-061-93/+0
* Clean up text/uri-list mess inside the Dired drag-and-drop codePo Lu2022-06-011-4/+15
* Fix hangs when x-get-selection is called inside a popup menuPo Lu2022-05-301-4/+18
* Fix frame destruction issues and misuse of x_get_atom_namePo Lu2022-05-281-5/+6
* Fix unlikely null pointer dereferencePaul Eggert2022-05-271-12/+8
* * src/xselect.c (Fx_register_dnd_atom): Use x_intern_cached_atom.Po Lu2022-05-261-2/+2
* Lower the roundtrip overhead of x-get-atom-name by 50% for common atomsPo Lu2022-05-251-4/+8
* Fix event mask and source indication of _NET_WM_STATE messagesPo Lu2022-05-041-1/+3
* Add missing Motif atomsPo Lu2022-04-181-18/+50
* * src/xselect.c (x_atom_to_symbol): Add XdndSelection.Po Lu2022-04-071-0/+2
* Add support for dragging text onto windows that don't support any DND protocolPo Lu2022-04-051-1/+15
* Fix crash when retrieving window property with invalid atom dataPo Lu2022-04-021-0/+2
* Allow dragging files from Dired to other programsPo Lu2022-03-181-3/+13
* Add support for dragging text from Emacs to other programsPo Lu2022-03-161-0/+19
* Fix maximum selection size reportingPo Lu2022-03-071-1/+5
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-4/+4
* Update the MULTIPLE property with conversion outcomesVladimir Panteleev2022-02-051-2/+11
* Do not delete the MULTIPLE property after reading itVladimir Panteleev2022-02-051-10/+16
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Don't error out when selection data is unavailable (bug#47642)Juri Linkov2021-04-141-7/+14
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix buffer overflow in x-send-client-messageKalle Olavi Niemitalo2020-08-181-4/+11
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-3/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1