summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAge
* Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Handle selection transfer errors earlierPo Lu2022-12-15
* | Remove conversion_fail_tag from selection requestsPo Lu2022-12-08
* | Fix potential crash deselecting for property change notificationsPo Lu2022-12-04
* | More behind the scenes transparent speedups around xselect.cPo Lu2022-12-02
* | Remove unnecessary error checks in xselect.cPo Lu2022-12-01
* | ; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change.Po Lu2022-12-01
* | Fix pdumper buildPo Lu2022-12-01
* | Speed up handling X selection requestsPo Lu2022-12-01
|/
* Reduce wasted cycles in x*.cPo Lu2022-11-26
* ; Fix typosStefan Kangas2022-11-20
* ; * src/xselect.c (x_handle_selection_request): Fix typo in last change.Po Lu2022-11-12
* Fix implementation of MULTIPLEPo Lu2022-11-12
* Fix drag-and-drop bugs on Lucid buildPo Lu2022-10-25
* Fix pieces of code being too expensive over slow network connectionsPo Lu2022-10-17
* Fix crash while converting empty vector to X dataPo Lu2022-09-05
* Fix junk data being returned with incremental selection transfersPo Lu2022-08-30
* Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård2022-08-18
* Only preserve PRIMARY and CLIPBOARD selection ownership by defaultPo Lu2022-07-15
* Fix closing displays when preserving selections is enabledPo Lu2022-07-13
* Try to save selections from being disowned during frame deletionPo Lu2022-07-12
* Handle errors sending selection decline events asynchronouslyPo Lu2022-07-11
* Improve drag-and-drop emulation time handlingPo Lu2022-07-09
* Speed up interning XDS atomsPo Lu2022-07-06
* Fix core dump with x-get-local-selectionPaul Eggert2022-07-04
* Speed up receiving drops over slow connectionsPo Lu2022-07-03
* Fix preservation of the original value of PRIMARY after dropping on xtermPo Lu2022-06-30
* Fix handling invalidated selection requestsPo Lu2022-06-29
* Implement starting X Direct Save (XDS) dropsPo Lu2022-06-29
* Fix reported problem with drag-and-drop inside VirtualBoxPo Lu2022-06-29
* Move selection delayed message to a better locationPo Lu2022-06-21
* Fix x-selection-timeout if some keyboard input arrives while waitingPo Lu2022-06-20
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-16
* Comply with the Motif requirement for unique drag atomsPo Lu2022-06-16
* Use coordinates provided by DND messages if availablePo Lu2022-06-14
* Respect test function when performing local drag-and-dropPo Lu2022-06-13
* Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-12
* Make use of faster atom intern functions in xselect.cPo Lu2022-06-09
* Allow running some DND tests interactivelyPo Lu2022-06-08
* Make responding to selection requests work inside popupsPo Lu2022-06-08
* Fix crash with outdated selection requestsPo Lu2022-06-08
* Improve compatibility with some clients of the Motif drop protocolPo Lu2022-06-07
* Signal an error XdndSelection was lost during drag-and-dropPo Lu2022-06-06
* Rework X selections to make it safe to run the debugger inside convertersPo Lu2022-06-06
* Clean up text/uri-list mess inside the Dired drag-and-drop codePo Lu2022-06-01
* Fix hangs when x-get-selection is called inside a popup menuPo Lu2022-05-30
* Fix frame destruction issues and misuse of x_get_atom_namePo Lu2022-05-28
* Fix unlikely null pointer dereferencePaul Eggert2022-05-27
* * src/xselect.c (Fx_register_dnd_atom): Use x_intern_cached_atom.Po Lu2022-05-26