summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-3/+3
* Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Handle selection transfer errors earlierPo Lu2022-12-151-9/+65
* | Remove conversion_fail_tag from selection requestsPo Lu2022-12-081-38/+12
* | Fix potential crash deselecting for property change notificationsPo Lu2022-12-041-2/+10
* | More behind the scenes transparent speedups around xselect.cPo Lu2022-12-021-7/+25
* | Remove unnecessary error checks in xselect.cPo Lu2022-12-011-4/+2
* | ; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change.Po Lu2022-12-011-0/+3
* | Fix pdumper buildPo Lu2022-12-011-0/+5
* | Speed up handling X selection requestsPo Lu2022-12-011-240/+542
|/
* Reduce wasted cycles in x*.cPo Lu2022-11-261-4/+4
* ; Fix typosStefan Kangas2022-11-201-1/+1
* ; * src/xselect.c (x_handle_selection_request): Fix typo in last change.Po Lu2022-11-121-1/+1
* Fix implementation of MULTIPLEPo Lu2022-11-121-0/+7
* Fix drag-and-drop bugs on Lucid buildPo Lu2022-10-251-6/+1
* Fix pieces of code being too expensive over slow network connectionsPo Lu2022-10-171-3/+22
* Fix crash while converting empty vector to X dataPo Lu2022-09-051-1/+11
* Fix junk data being returned with incremental selection transfersPo Lu2022-08-301-5/+29
* 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