VirtualBox

source: vbox/trunk/include/VBox/GuestHost

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @86710   4 years vboxsync Shared Clipboard/X11: Guarded the Xt busy / update handling via …
(edit) @86000   4 years vboxsync Shared Clipboard/Host Service: Use and check for a context ID (CID) in …
(edit) @85986   4 years vboxsync Shared Clipboard: Resolved @todos wrt detaching payloads. bugref:9437
(edit) @85985   4 years vboxsync Shared Clipboard/Host Service: Automatically unregister event if it …
(edit) @85856   4 years vboxsync Consolidated all the different Bitmap (BMP) file format headers / …
(edit) @85845   4 years vboxsync Shared Clipboard/X11: Fixes for empty strings (was too strict before), …
(edit) @85837   4 years vboxsync Shared Clipboard: Doxygen fixes.
(edit) @85836   4 years vboxsync Shared Clipboard: Doxygen fixes, make more use of PCRTUTF16 for source …
(edit) @85833   4 years vboxsync Shared Clipboard/X11: Docs.
(edit) @85831   4 years vboxsync Shared Clipboard/X11: Renaming, a bit of additional (release) logging.
(edit) @85828   4 years vboxsync Shared Clipboard/X11: Major cleanup for string conversion functions. …
(edit) @85746   4 years vboxsync DnD: Renaming -- DND_FORMATS_SEPARATOR -> DND_FORMATS_SEPARATOR_STR …
(edit) @85557   4 years vboxsync DnD: Defined DND_DEFAULT_CHUNK_SIZE and use it where appropriate.
(edit) @85538   4 years vboxsync DnD/DnDTransferList: More fixes for newly added testcases, forgot …
(edit) @85471   4 years vboxsync DnD/DragAndDrop.h: Added DND_FORMATS_SEPARATOR.
(edit) @85435   4 years vboxsync DnD: Added DnDTransferListAppendRootsFromArray() + …
(edit) @85429   4 years vboxsync DnD: Added DnDTransferObjectInit() / DnDTransferObjectInitEx().
(edit) @85428   4 years vboxsync DnD: Added DnDTransferListInit() / DnDTransferListInitEx().
(edit) @85427   4 years vboxsync DnD: Added DnDDroppedFilesInit() / DnDDroppedFilesInitEx().
(edit) @85422   4 years vboxsync DnD/TransferList: More fixes.
(edit) @85411   4 years vboxsync DnD/TransferList: Added DnDTransferListObjRemove().
(edit) @85409   4 years vboxsync DnD/TransferList: More fixes + testcases [build fix, forgot a file].
(edit) @85371   4 years vboxsync DnD: Revamped code to simplify / untangle of internal data handling: - …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85028   4 years vboxsync DnD: DnDPathSanitizeFilename() -> DnDPathSanitize().
(edit) @85002   4 years vboxsync DnD: More work on path conversion / validation.
(edit) @84998   4 years vboxsync DnD: Greatly simplified usage / API of the DnDURIObject class.
(edit) @84983   4 years vboxsync DnD/DroppedFiles: Docs, a bit of renaming.
(edit) @84816   5 years vboxsync Guest Control: Also implemented a "force" flag for the reboot/shutdown …
(edit) @84732   5 years vboxsync Guest Control/VbglR3: Made initial session startup information a bit …
(edit) @84215   5 years vboxsync Guest Control/VbglR3 + VBoxService: Moved code to retrieve and …
(edit) @84147   5 years vboxsync Guest Control/VBoxService: Implemented heap data allocation for …
(edit) @83651   5 years vboxsync Guest Control/VBoxSerivce: Added an own vbox_stat toolbox exit code …
(edit) @83624   5 years vboxsync SharedClipboard: Eliminated SHCLFORMATDATA and did some minor darwin …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82906   5 years vboxsync Shared Clipboard/x11: Factored out common guest/host X11 testcases / …
(edit) @82880   5 years vboxsync Shared Clipboard: Ditched SHCLDATABLOCK.
(edit) @82874   5 years vboxsync Shared Clipboard/common: Added ShClEventRetain() and ShClEventRelease().
(edit) @82850   5 years vboxsync Shared Clipboard: Removed unused code. bugref:9437
(edit) @82534   5 years vboxsync VBoxSharedClipboardSvc: Fixed unresolved ShClEventIDGenerate in …
(edit) @82527   5 years vboxsync SharedClipboardSvc,Vbgl: Worked over the host messages, taking locks …
(edit) @82513   5 years vboxsync SharedClipboardSvc,Vbgl: Reviewed and adjusted the handling of the …
(edit) @82499   5 years vboxsync todos bugref:9437
(edit) @82493   5 years vboxsync VBox/HostServices/VBoxClipboardSvc.h,++: Moved the formats and context …
(edit) @82491   5 years vboxsync VBox/GuestHost/SharedClipboard-transfers.h: Just use …
(edit) @82490   5 years vboxsync VBox/GuestHost/SharedClipboard-transfers.h: Just use …
(edit) @82483   5 years vboxsync VBoxClipboardSvc: More save state cleanup. bugref:9437
(edit) @82480   5 years vboxsync GuestHost/SharedClipboard.h: Got rid of all the leading underscores …
(edit) @82478   5 years vboxsync GuestHost/SharedClipboard-transfers.h: Removed/disabled a bunch more …
(edit) @82476   5 years vboxsync GuestHost/SharedClipboard.h: Fixed some broken macros: …
(edit) @82465   5 years vboxsync Shared Clipboard/Transfers: Reduced SHCL_OBJ_CF_ flags / options to a …
(edit) @82462   5 years vboxsync Shared Clipboard/Transfers: Renamed SHCLTRANSFERDIR_[READ|WRITE] -> …
(edit) @82284   5 years vboxsync Shared Clipboard: Docs nits.
(edit) @82281   5 years vboxsync Shared Clipboard: Docs nits.
(edit) @82280   5 years vboxsync Shared Clipboard: Resolved some more @todos.
(edit) @82279   5 years vboxsync Shared Clipboard: Resolved some more @todos.
(edit) @82266   5 years vboxsync Shared Clipboard/X11: More cleanup.
(edit) @82262   5 years vboxsync Shared Clipboard/X11: Lots more cleanup.
(edit) @82216   5 years vboxsync Shared Clipboard/VBoxClient: Re-added code removed in r134460, as this …
(edit) @82161   5 years vboxsync Shared Clipboard: SCM fix.
(edit) @82160   5 years vboxsync Shared Clipboard: Build fix.
(edit) @82156   5 years vboxsync Shared Clipboard/VBoxClient: More cleanup for X11-specific code.
(edit) @81843   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81820   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81768   5 years vboxsync Shared Clipboard: Update.
(edit) @81747   5 years vboxsync Shared Clipboard/Transfers: Build fix, forgot some files.
(edit) @81444   5 years vboxsync Shared Clipboard/Svc: Split up client initialization / resetting code …
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @81346   5 years vboxsync Shared Clipboard/Transfers: Made the context ID 64-bit wide.
(edit) @81331   5 years vboxsync SharedClipboard-transfers.h: The SHCLPROVIDERFUNCDECL lazyness should …
(edit) @81325   5 years vboxsync Shared Clipboard/Transfers: Renaming.
(edit) @81324   5 years vboxsync Shared Clipboard/Transfers: Added more checking for open/create …
(edit) @81322   5 years vboxsync Shared Clipboard/Transfers: Added limiting of object and list handles …
(edit) @81269   5 years vboxsync Shared Clipboard/Transfers: Implemented transfer cancellation support …
(edit) @81259   5 years vboxsync Shared Clipboard/Transfers: Bugfixes.
(edit) @81229   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81223   5 years vboxsync Shared Clipboard/Transfers: Renaming.
(edit) @81220   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81212   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81172   5 years vboxsync Shared Clipboard/Win: Use a dedicated running flag for IDataObject …
(edit) @81044   5 years vboxsync Shared Clipboard/X11: Emphasize which X11 backend APIs are callbacks …
(edit) @81025   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80990   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80918   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80907   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80906   5 years vboxsync Shared Clipboard/Transfers: Build fix.
(edit) @80905   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80886   5 years vboxsync Shared Clipboard/Transfers: More renaming, fixed some assertions.
(edit) @80864   5 years vboxsync Shared Clipboard/URI: SCM fix.
(edit) @80863   5 years vboxsync Shared Clipboard/URI: File renaming: *-uri* -> *-transfers*.
(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) @80848   5 years vboxsync Shared Clipboard/URI: More renaming (typos).
(edit) @80847   5 years vboxsync Shared Clipboard/URI: More renaming to make code base more uniform.
(edit) @80846   5 years vboxsync Shared Clipboard/URI: Build fix.
(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) @80663   5 years vboxsync Shared Clipboard: Comment naming typos.
(edit) @80662   5 years vboxsync Shared Clipboard: Renaming (SHAREDCLIPBOARD -> SHCL and VBOXCLIPBOARD …
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