aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-03-08Don't lose drag-and-drop data intended for XTerm-like programsPo Lu1-1/+8
2025-01-19Replace call[1-8] with callnStefan Kangas1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-05-11Pacify gcc -Wmissing-variable-declarationsPaul Eggert1-2/+2
2024-01-06Pacify Ubuntu GCC 13.2 in x_get_local_selectionPaul Eggert1-0/+6
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-10; Fix typosStefan Kangas1-1/+1
2023-07-03Fix leak when quit arrives during incremental selection transferPo Lu1-6/+28
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert1-3/+3
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-12-15Handle selection transfer errors earlierPo Lu1-9/+65
2022-12-08Remove conversion_fail_tag from selection requestsPo Lu1-38/+12
2022-12-04Fix potential crash deselecting for property change notificationsPo Lu1-2/+10
2022-12-02More behind the scenes transparent speedups around xselect.cPo Lu1-7/+25
2022-12-01Remove unnecessary error checks in xselect.cPo Lu1-4/+2
2022-12-01; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change.Po Lu1-0/+3
2022-12-01Fix pdumper buildPo Lu1-0/+5
2022-12-01Speed up handling X selection requestsPo Lu1-240/+542
2022-11-26Reduce wasted cycles in x*.cPo Lu1-4/+4
2022-11-20; Fix typosStefan Kangas1-1/+1
2022-11-12; * src/xselect.c (x_handle_selection_request): Fix typo in last change.Po Lu1-1/+1
2022-11-12Fix implementation of MULTIPLEPo Lu1-0/+7
2022-10-25Fix drag-and-drop bugs on Lucid buildPo Lu1-6/+1
2022-10-17Fix pieces of code being too expensive over slow network connectionsPo Lu1-3/+22
2022-09-05Fix crash while converting empty vector to X dataPo Lu1-1/+11
2022-08-30Fix junk data being returned with incremental selection transfersPo Lu1-5/+29
2022-08-18Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård1-2/+1
2022-07-15Only preserve PRIMARY and CLIPBOARD selection ownership by defaultPo Lu1-6/+30
2022-07-13Fix closing displays when preserving selections is enabledPo Lu1-1/+1
2022-07-12Try to save selections from being disowned during frame deletionPo Lu1-7/+17
2022-07-11Handle errors sending selection decline events asynchronouslyPo Lu1-6/+17
2022-07-09Improve drag-and-drop emulation time handlingPo Lu1-11/+6
2022-07-06Speed up interning XDS atomsPo Lu1-0/+15
2022-07-04Fix core dump with x-get-local-selectionPaul Eggert1-3/+7
2022-07-03Speed up receiving drops over slow connectionsPo Lu1-3/+8
2022-06-30Fix preservation of the original value of PRIMARY after dropping on xtermPo Lu1-23/+39
2022-06-29Fix handling invalidated selection requestsPo Lu1-1/+4
2022-06-29Implement starting X Direct Save (XDS) dropsPo Lu1-1/+1
2022-06-29Fix reported problem with drag-and-drop inside VirtualBoxPo Lu1-9/+65
2022-06-21Move selection delayed message to a better locationPo Lu1-6/+35
2022-06-20Fix x-selection-timeout if some keyboard input arrives while waitingPo Lu1-1/+7
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård1-2/+2
2022-06-16Comply with the Motif requirement for unique drag atomsPo Lu1-0/+40
2022-06-14Use coordinates provided by DND messages if availablePo Lu1-2/+12
2022-06-13Respect test function when performing local drag-and-dropPo Lu1-2/+2
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård1-1/+1
2022-06-09Make use of faster atom intern functions in xselect.cPo Lu1-9/+8
2022-06-08Allow running some DND tests interactivelyPo Lu1-1/+12