VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   4 months vboxsync Copyright year updates by scm.
(edit) @103631   11 months vboxsync Shared Clipboard: More cleanups (renaming Windows parts to match the …
(edit) @103630   11 months vboxsync Shared Clipboard: More cleanups (renaming, removed dead code). bugref:9437
(edit) @103615   11 months vboxsync Shared Clipboard/Transfers: Made code a bit easier to follow / read, …
(edit) @103453   11 months vboxsync Shared Clipboard: Condensed more code by adding a new Windows-specific …
(edit) @103450   11 months vboxsync Shared Clipboard: Condensed more code by adding a new Windows-specific …
(edit) @103445   11 months vboxsync Shared Clipboard: Condensed more code by adding a …
(edit) @103442   11 months vboxsync Shared Clipboard: Condensed more code by adding a …
(edit) @103363   11 months vboxsync Shared Clipboard: Added a dedicated VERR_SHCLPB_NO_DATA error code, to …
(edit) @100655   18 months vboxsync Shared Clipboard/VRDE: Integrated the logic of …
(edit) @100646   18 months vboxsync Shared Clipboard: Renaming (ShClSvcHostReportFormats -> …
(edit) @100552   19 months vboxsync Shared Clipboard: Removed shClSvcWinDataObjectTransferEndCallback(), …
(edit) @100541   19 months vboxsync Shared Clipboard: Renamed …
(edit) @100525   19 months vboxsync Shared Clipboard: Nit. bugref:9437
(edit) @100450   19 months vboxsync Shared Clipboard: Emphasize which format is which in the Windows …
(edit) @100432   19 months vboxsync Shared Clipboard: Added missing SharedClipboardWinTransferCreate() …
(edit) @100412   19 months vboxsync Shared Clipboard: Windows host service now uses the same way as the …
(edit) @100394   19 months vboxsync Shared Clipboard: Also use the transfers callbacks for the Windows …
(edit) @100381   19 months vboxsync Shared Clipboard: Linux build fixes. bugref:9437
(edit) @100378   19 months vboxsync Shared Clipboard: Installed Windows host callbacks for reading the …
(edit) @100375   19 months vboxsync Shared Clipboard: Renaming. bugref:9437
(edit) @100374   19 months vboxsync Shared Clipboard: Initialize the host-backend specific transfer …
(edit) @100370   19 months vboxsync Shared Clipboard: Removed ShClBackendTransferHGRootListRead(), not …
(edit) @100369   19 months vboxsync Shared Clipboard: More work on making the internal APIs more fine …
(edit) @100367   19 months vboxsync Shared Clipboard: More work on making the internal APIs more fine …
(edit) @100205   19 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100204   19 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @99967   20 months vboxsync Shared Clipboard: Use a define for clipboard timeouts. bugref:9437
(edit) @99966   20 months vboxsync Shared Clipboard: Use a define for clipboard timeouts. bugref:9437
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97282   2 years vboxsync Shared Clipboard/Service: Factored out and renamed …
(edit) @97239   2 years vboxsync Fix burn
(edit) @97235   2 years vboxsync Shared Clipboard: Windows host: Addressed todo regaring to documenting …
(edit) @97215   2 years vboxsync Shared Clipboard: Windows host: Fixed typo in return code which …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93919   3 years vboxsync Shared Clipboard: Resolved a @todo (renamed ShClBackendFormatAnnounce …
(edit) @93495   3 years vboxsync Shared Clipboard: Implemented backend callbacks and a dedicated …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92854   3 years vboxsync Host Services: Shared Clipboard: convert HTML content into CF_HTML …
(edit) @92739   3 years vboxsync Shared Clipboard/Transfers: Resolved @todos: Revamped event [source] …
(edit) @92735   3 years vboxsync Shared Clipboard/Transfers: Resolved @todos: Revamped event [source] …
(edit) @91749   3 years vboxsync VRDP: Shared Clipboard: delegate clipboard processing to VRDP service …
(edit) @90238   4 years vboxsync HGCM,HostServices: Extended VBOXHGCMSVCFNTABLE with client and call …
(edit) @90054   4 years vboxsync VBoxSharedClipboard/win: Replaced SharedClipboardWinAnnounceFormats …
(edit) @90050   4 years vboxsync SharedClipboard/win: Only call DefWindowProc for messages we don't …
(edit) @86890   4 years vboxsync Shared Clipboard: More (optional) release logging for error diagnosis …
(edit) @86889   4 years vboxsync Shared Clipboard: More (optional) release logging for error diagnosis.
(edit) @86247   4 years vboxsync SharedClipboard/win: Build fix (strict/win) and some cleanup.
(edit) @85983   4 years vboxsync Shared Clipboard/Host Service: No need to go forth and back between …
(edit) @85980   4 years vboxsync Shared Clipboard: Renamed backend-specific ShClSvcDataReadXXX …
(edit) @85775   4 years vboxsync Reverted r139926 (Shared Clipboard/Win: Don't leak allocated …
(edit) @85774   4 years vboxsync Shared Clipboard/Win: Don't leak allocated SHCLEVENTPAYLOAD struct.
(edit) @85763   4 years vboxsync Shared Clipboard: Some more assertions for ShClBackendReadData() …
(edit) @85121   5 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84142   5 years vboxsync Shared Clipboard/HostService: Renaming to match terminology (*SvcImpl* …
(edit) @83809   5 years vboxsync VBoxSharedClipboard: VC++ 14.1 adjustment. bugref:8489
(edit) @83624   5 years vboxsync SharedClipboard: Eliminated SHCLFORMATDATA and did some minor darwin …
(edit) @82893   5 years vboxsync Shared Clipboard: Dealt with event retention for …
(edit) @82881   5 years vboxsync Shared Clipboard: Ditched SHCLDATABLOCK [build fix]. bugref:9437
(edit) @82880   5 years vboxsync Shared Clipboard: Ditched SHCLDATABLOCK.
(edit) @82851   5 years vboxsync Shared Clipboard: Set the transfer source for all platforms in a …
(edit) @82846   5 years vboxsync Shared Clipboard: Renaming. bugref:9437
(edit) @82628   5 years vboxsync VBoxSharedClipboardSvc: If guest provided zero bytes, we get no …
(edit) @82527   5 years vboxsync SharedClipboardSvc,Vbgl: Worked over the host messages, taking locks …
(edit) @82526   5 years vboxsync SharedClipboardSvc,Vbgl: Started looking over the host message …
(edit) @82513   5 years vboxsync SharedClipboardSvc,Vbgl: Reviewed and adjusted the handling of the …
(edit) @82503   5 years vboxsync VBoxSharedClipboardSvc-win.cpp: Flagged some non-sense for fixing in a …
(edit) @82498   5 years vboxsync todos. bugref:9437
(edit) @82480   5 years vboxsync GuestHost/SharedClipboard.h: Got rid of all the leading underscores …
(edit) @82462   5 years vboxsync Shared Clipboard/Transfers: Renamed SHCLTRANSFERDIR_[READ|WRITE] -> …
(edit) @81843   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81824   5 years vboxsync Shared Clipboard: Generalized initial (host to guest) clipboard …
(edit) @81768   5 years vboxsync Shared Clipboard: Update.
(edit) @81746   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81451   5 years vboxsync Shared Clipboard/Svc: Some renaming.
(edit) @81223   5 years vboxsync Shared Clipboard/Transfers: Renaming.
(edit) @81212   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81041   5 years vboxsync Shared Clipboard: Don't return VINF_NO_CHANGE when clients are …
(edit) @80995   5 years vboxsync Shared Clipboard/HostService: More renaming.
(edit) @80990   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80866   5 years vboxsync Shared Clipboard/Transfers: Yet more renaming.
(edit) @80862   5 years vboxsync Shared Clipboard/URI: File renaming: *-uri* -> *-transfers*.
(edit) @80858   5 years vboxsync Shared Clipboard/URI: More renaming (URI -> transfer).
(edit) @80849   5 years vboxsync Shared Clipboard/URI: Renamed VBOX_WITH_SHARED_CLIPBOARD_URI_LIST -> …
(edit) @80847   5 years vboxsync Shared Clipboard/URI: More renaming to make code base more uniform.
(edit) @80845   5 years vboxsync Shared Clipboard/URI: More code for transfer channel handling.
(edit) @80664   5 years vboxsync Shared Clipboard: More renaming + unification.
(edit) @80662   5 years vboxsync Shared Clipboard: Renaming (SHAREDCLIPBOARD -> SHCL and VBOXCLIPBOARD …
(edit) @80623   5 years vboxsync Shared Clipboard: Removed old protocol handling cruft on the host side …
(edit) @80563   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @80562   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @80444   5 years vboxsync Shared Clipboard/URI: Added protocol versioning support plus enhanced …
(edit) @80374   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @79630   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @79497   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @79366   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @79347   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @79299   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @79269   6 years vboxsync Shared Clipboard/URI: SCM fix.
(edit) @79267   6 years vboxsync Shared Clipboard/URI: Update.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette