summaryrefslogtreecommitdiff
path: root/src/xselect.c
AgeCommit message (Expand)Author
2024-05-11Pacify gcc -Wmissing-variable-declarationsPaul Eggert
2024-01-06Pacify Ubuntu GCC 13.2 in x_get_local_selectionPaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-10; Fix typosStefan Kangas
2023-07-03Fix leak when quit arrives during incremental selection transferPo Lu
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-15Handle selection transfer errors earlierPo Lu
2022-12-08Remove conversion_fail_tag from selection requestsPo Lu
2022-12-04Fix potential crash deselecting for property change notificationsPo Lu
2022-12-02More behind the scenes transparent speedups around xselect.cPo Lu
2022-12-01Remove unnecessary error checks in xselect.cPo Lu
2022-12-01; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change.Po Lu
2022-12-01Fix pdumper buildPo Lu
2022-12-01Speed up handling X selection requestsPo Lu
2022-11-26Reduce wasted cycles in x*.cPo Lu
2022-11-20; Fix typosStefan Kangas
2022-11-12; * src/xselect.c (x_handle_selection_request): Fix typo in last change.Po Lu
2022-11-12Fix implementation of MULTIPLEPo Lu
2022-10-25Fix drag-and-drop bugs on Lucid buildPo Lu
2022-10-17Fix pieces of code being too expensive over slow network connectionsPo Lu
2022-09-05Fix crash while converting empty vector to X dataPo Lu
2022-08-30Fix junk data being returned with incremental selection transfersPo Lu
2022-08-18Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård
2022-07-15Only preserve PRIMARY and CLIPBOARD selection ownership by defaultPo Lu
2022-07-13Fix closing displays when preserving selections is enabledPo Lu
2022-07-12Try to save selections from being disowned during frame deletionPo Lu
2022-07-11Handle errors sending selection decline events asynchronouslyPo Lu
2022-07-09Improve drag-and-drop emulation time handlingPo Lu
2022-07-06Speed up interning XDS atomsPo Lu
2022-07-04Fix core dump with x-get-local-selectionPaul Eggert
2022-07-03Speed up receiving drops over slow connectionsPo Lu
2022-06-30Fix preservation of the original value of PRIMARY after dropping on xtermPo Lu
2022-06-29Fix handling invalidated selection requestsPo Lu
2022-06-29Implement starting X Direct Save (XDS) dropsPo Lu
2022-06-29Fix reported problem with drag-and-drop inside VirtualBoxPo Lu
2022-06-21Move selection delayed message to a better locationPo Lu
2022-06-20Fix x-selection-timeout if some keyboard input arrives while waitingPo Lu
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård
2022-06-16Comply with the Motif requirement for unique drag atomsPo Lu
2022-06-14Use coordinates provided by DND messages if availablePo Lu
2022-06-13Respect test function when performing local drag-and-dropPo Lu
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård
2022-06-09Make use of faster atom intern functions in xselect.cPo Lu
2022-06-08Allow running some DND tests interactivelyPo Lu
2022-06-08Make responding to selection requests work inside popupsPo Lu
2022-06-08Fix crash with outdated selection requestsPo Lu
2022-06-07Improve compatibility with some clients of the Motif drop protocolPo Lu