summaryrefslogtreecommitdiff
path: root/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* Shared Clipboard/Service: Factored out and renamed vboxClipboardSvcWinDataSet...vboxsync2022-10-241-67/+3
* Fix burnvboxsync2022-10-191-2/+1
* Shared Clipboard: Windows host: Addressed todo regaring to documenting VINF_B...vboxsync2022-10-191-1/+27
* Shared Clipboard: Windows host: Fixed typo in return code which prevented gue...vboxsync2022-10-181-2/+2
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* Shared Clipboard: Resolved a @todo (renamed ShClBackendFormatAnnounce -> ShCl...vboxsync2022-02-241-1/+1
* Shared Clipboard: Implemented backend callbacks and a dedicated backend conte...vboxsync2022-01-311-16/+28
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Host Services: Shared Clipboard: convert HTML content into CF_HTML format whe...vboxsync2021-12-091-0/+18
* Shared Clipboard/Transfers: Resolved @todos: Revamped event [source] interfac...vboxsync2021-12-031-4/+4
* Shared Clipboard/Transfers: Resolved @todos: Revamped event [source] interfac...vboxsync2021-12-031-2/+1
* VRDP: Shared Clipboard: delegate clipboard processing to VRDP service when re...vboxsync2021-10-141-1/+2
* HGCM,HostServices: Extended VBOXHGCMSVCFNTABLE with client and call limits. T...vboxsync2021-07-191-1/+2
* VBoxSharedClipboard/win: Replaced SharedClipboardWinAnnounceFormats with Shar...vboxsync2021-07-061-10/+1
* SharedClipboard/win: Only call DefWindowProc for messages we don't handle as ...vboxsync2021-07-061-2/+3
* Shared Clipboard: More (optional) release logging for error diagnosis [build ...vboxsync2020-11-161-1/+1
* Shared Clipboard: More (optional) release logging for error diagnosis.vboxsync2020-11-161-40/+61
* SharedClipboard/win: Build fix (strict/win) and some cleanup.vboxsync2020-09-231-1/+1
* Shared Clipboard/Host Service: No need to go forth and back between common se...vboxsync2020-09-011-3/+5
* Shared Clipboard: Renamed backend-specific ShClSvcDataReadXXX functions to em...vboxsync2020-09-011-2/+2
* Reverted r139926 (Shared Clipboard/Win: Don't leak allocated SHCLEVENTPAYLOAD...vboxsync2020-08-141-5/+0
* Shared Clipboard/Win: Don't leak allocated SHCLEVENTPAYLOAD struct.vboxsync2020-08-141-0/+5
* Shared Clipboard: Some more assertions for ShClBackendReadData() implementati...vboxsync2020-08-141-2/+6
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-4/+3
* Shared Clipboard/HostService: Renaming to match terminology (*SvcImpl* -> *Ba...vboxsync2020-05-051-11/+11
* VBoxSharedClipboard: VC++ 14.1 adjustment. bugref:8489vboxsync2020-04-181-1/+1
* SharedClipboard: Eliminated SHCLFORMATDATA and did some minor darwin cleanups...vboxsync2020-04-081-16/+9
* Shared Clipboard: Dealt with event retention for ShClSvcDataReadRequest(). bu...vboxsync2020-01-281-8/+1
* Shared Clipboard: Ditched SHCLDATABLOCK [build fix]. bugref:9437vboxsync2020-01-271-3/+3
* Shared Clipboard: Ditched SHCLDATABLOCK.vboxsync2020-01-271-13/+14
* Shared Clipboard: Set the transfer source for all platforms in a common way i...vboxsync2020-01-241-5/+1
* Shared Clipboard: Renaming. bugref:9437vboxsync2020-01-241-5/+5
* VBoxSharedClipboardSvc: If guest provided zero bytes, we get no payload. bugr...vboxsync2019-12-201-2/+2
* SharedClipboardSvc,Vbgl: Worked over the host messages, taking locks when nee...vboxsync2019-12-101-23/+13
* SharedClipboardSvc,Vbgl: Started looking over the host message handling, addi...vboxsync2019-12-091-3/+3
* SharedClipboardSvc,Vbgl: Reviewed and adjusted the handling of the VBOX_SHCL_...vboxsync2019-12-091-3/+0
* VBoxSharedClipboardSvc-win.cpp: Flagged some non-sense for fixing in a bit......vboxsync2019-12-091-1/+1
* todos. bugref:9437vboxsync2019-12-081-0/+5
* GuestHost/SharedClipboard.h: Got rid of all the leading underscores that I co...vboxsync2019-12-071-1/+1
* Shared Clipboard/Transfers: Renamed SHCLTRANSFERDIR_[READ|WRITE] -> SHCLTRANS...vboxsync2019-12-061-1/+1
* Shared Clipboard/Transfers: Update.vboxsync2019-11-141-3/+3
* Shared Clipboard: Generalized initial (host to guest) clipboard syncing code.vboxsync2019-11-131-14/+0
* Shared Clipboard: Update.vboxsync2019-11-111-2/+8
* Shared Clipboard/Transfers: Update.vboxsync2019-11-081-3/+3
* Shared Clipboard/Svc: Some renaming.vboxsync2019-10-221-6/+6
* Shared Clipboard/Transfers: Renaming.vboxsync2019-10-111-5/+5
* Shared Clipboard/Transfers: Update.vboxsync2019-10-101-0/+12
* Shared Clipboard: Don't return VINF_NO_CHANGE when clients are connecting to ...vboxsync2019-09-271-0/+11
* Shared Clipboard/HostService: More renaming.vboxsync2019-09-251-22/+22