VirtualBox

source: vbox/trunk/include/VBox/GuestHost/DragAndDrop.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97799   2 years vboxsync DnD: Resolved a @todo: Return rc when closing DnD objects.
(edit) @97769   2 years vboxsync DnD: Added DnDActionListToStrA().
(edit) @97762   2 years vboxsync DnD: Added VBOXDNDSTATE enum + string conversion function.
(edit) @97730   2 years vboxsync DnD: Added DnDHostMsgToStr() and DnDGuestMsgToStr().
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95821   2 years vboxsync DnD: Added GuestHost/DnDUtils module for various utility functions, …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(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) @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) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @79482   5 years vboxsync x11/VBoxClient: Heed RT_NEED_NEW_AND_DELETE.
(edit) @78036   6 years vboxsync DnD/GuestHost: Attribute DnDURIObject::m_fIsOpen is not used anymore, …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76558   6 years vboxsync include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @76379   6 years vboxsync VBox/GuestHost/DragAndDrop.h: Don't include err.h, dir.h and file.h …
(edit) @74715   6 years vboxsync DnD/URIList: Added support for handling UNC paths.
(edit) @74714   6 years vboxsync DnD: Cleaned up DnDURIObject API / internal state handling.
(edit) @74577   6 years vboxsync Build fix (Doxygen).
(edit) @74575   6 years vboxsync DnD/DnDObject: Documentation, a bit of cleaning / re-structuring. No …
(edit) @74526   6 years vboxsync DnD: Renaming for DnDURIObject / DnDURIList classes, some typedefs to …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69107   7 years vboxsync include/VBox/: (C) year
(edit) @68675   7 years vboxsync include file build fixes (kmk -C include)
(edit) @59855   9 years vboxsync DnD/DnDURIList: Use uint64_t for counts/sizes, as we also want to …
(edit) @59828   9 years vboxsync DnD/DnDURIObject: Use a dedicated flag for indicating the opening status.
(edit) @58370   9 years vboxsync DnD: Warnings.
(edit) @58212   9 years vboxsync DnD: Updates. - Introduced protocol changelog in DragAndDropSvc.h. …
(edit) @57776   9 years vboxsync DnD: Renamed DNDDIRDROPPEDFILES to DnDDroppedFiles and restructured it …
(edit) @57654   9 years vboxsync DnD: Moved allocation of DNDDIRDROPPEDFILES into …
(edit) @57500   9 years vboxsync DnD: Use a separate context for URI object when transferring, misc …
(edit) @56909   9 years vboxsync DnD: Changed DnDURIList's allocation scheme for stored DnDURIObject …
(edit) @56903   9 years vboxsync DnD/DnDURIList: Added support for keeping objects open while in list, …
(edit) @56900   9 years vboxsync DnD: DNDDIRDROPPEDFILES: Track directory open status internally.
(edit) @55805   10 years vboxsync DnDURIList: Implemented resolving symlinks.
(edit) @55640   10 years vboxsync DnD: - Overhauled "dropped files" directory + general file …
(edit) @55556   10 years vboxsync DnD: Rollback handling, bugfixes, cleanup.
(edit) @55549   10 years vboxsync DnD: Update.
(edit) @55512   10 years vboxsync DnD: Bugfixes, cleanup, spelling.
(edit) @55422   10 years vboxsync DnD: Protocol overhaul with versioning added which now can communicate …
(edit) @51211   11 years vboxsync header fix
(edit) @50830   11 years vboxsync DnD: Bugfixes.
(edit) @50561   11 years vboxsync DnD: Update, bugfixes.
(edit) @50508   11 years vboxsync DnD: Update.
(add) @50460   11 years vboxsync DnD: 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