VirtualBox

source: vbox/trunk/src/VBox/Main/include/GuestDnDPrivate.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98299   23 months vboxsync Main: doxygen fix attempt. bugref:10223
(edit) @98286   23 months vboxsync Main/src-client: doxygen. bugref:10223
(edit) @98273   23 months vboxsync Main/GuestDnD*: rc -> hrc/vrc. bugref:10223
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97802   2 years vboxsync DnD/Main: Made the progress object description a bit more flexible, to …
(edit) @97801   2 years vboxsync DnD/Main: Some more reset handling fixes.
(edit) @97788   2 years vboxsync DnD: Simplified / untangled reset handling: - Don't implicitly reset …
(edit) @97786   2 years vboxsync DnD/Main + FE/Qt: Moved the drag'n drop state to where it belongs, …
(edit) @97784   2 years vboxsync DnD/Main + FE/Qt: Moved the drag'n drop state to where it belongs, …
(edit) @97783   2 years vboxsync DnD/Main: Added ability to report back the guest-side rc when waiting …
(edit) @97781   2 years vboxsync DnD/Main: Added various i_setErrorXXX() methods for GuestDnDBase, …
(edit) @97780   2 years vboxsync DnD/Main: Added various i_setErrorXXX() methods for GuestDnDBase, …
(edit) @97772   2 years vboxsync DnD/Main: GuestDnD::toFormatString() now also accepts an optional …
(edit) @97725   2 years vboxsync DnD/Main: Increased the default timeout of …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91312   3 years vboxsync Main: bugref:1909: Prepared the API translation engine to using in …
(edit) @90828   3 years vboxsync Main: bugref:1909: Added API localization
(edit) @86530   4 years vboxsync Main/include: Doxygen
(edit) @85746   4 years vboxsync DnD: Renaming -- DND_FORMATS_SEPARATOR -> DND_FORMATS_SEPARATOR_STR …
(edit) @85744   4 years vboxsync DnD/Main: Renaming (GuestDnDResponse -> GuestDnDState).
(edit) @85739   4 years vboxsync DnD/Main: Got rid of protocol-guessing via Guest Additions version and …
(edit) @85583   4 years vboxsync DnD/Main: Also update the announced meta data in GuestDnDMetaData::add().
(edit) @85560   4 years vboxsync DnD/Main: Extended GuestDnD::toFormatList() to be able to specify an …
(edit) @85559   4 years vboxsync DnD/Main: Return boolean as return value for …
(edit) @85558   4 years vboxsync DnD/Main: Return list as return value for GuestDnDBase::i_getFormats().
(edit) @85557   4 years vboxsync DnD: Defined DND_DEFAULT_CHUNK_SIZE and use it where appropriate.
(edit) @85554   4 years vboxsync DnD/Main: Renamed GuestDnDMsg::setNextXXX() -> GuestDnDMsg::appendXXX().
(edit) @85553   4 years vboxsync DnD/Main: Docs.
(edit) @85549   4 years vboxsync DnD/Main: Use PAGE_SIZE for meta data block alignment.
(edit) @85537   4 years vboxsync DnD/Main: More fixes and cleanups.
(edit) @85436   4 years vboxsync DnD/Main: More guest -> host fixes.
(edit) @85423   4 years vboxsync DnD/Main: More fixes.
(edit) @85402   4 years vboxsync DnD/Main: Renaming; use size_t where appropriate.
(edit) @85376   4 years vboxsync DnD: Build fix.
(edit) @85373   4 years vboxsync DnD: Fixed crashes on VM shutdown.
(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) @85018   4 years vboxsync DnD/Main: Renaming internal send/receive data contexts to emphasize …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @78653   6 years vboxsync DnD/GuestDnDPrivate.h: Limit meta data size in …
(edit) @78095   6 years vboxsync DnD/Main: Added validation mask for the DND_OBJCTX_STATE_ flags, docs.
(edit) @78093   6 years vboxsync DnD/Main: Renamed GuestDnDInst() macro -> GUESTDNDINST().
(edit) @76562   6 years vboxsync Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76487   6 years vboxsync Main/include: Slapped #pragma once on all headers in prep for GCC …
(edit) @75737   6 years vboxsync HGCM: Replace C++-style inline members on VBOXHGCMSVCPARM with simple …
(edit) @74714   6 years vboxsync DnD: Cleaned up DnDURIObject API / internal state handling.
(edit) @74526   6 years vboxsync DnD: Renaming for DnDURIObject / DnDURIList classes, some typedefs to …
(edit) @74439   6 years vboxsync DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize …
(edit) @71398   7 years vboxsync DnD/Main: Got rid of defining LOG_GROUP in GuestDnDPrivate.h -- breaks …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @63253   8 years vboxsync Main: warnings
(edit) @63239   8 years vboxsync Main: warnings
(edit) @62485   8 years vboxsync (C) 2016
(edit) @62379   8 years vboxsync Main: 2nd try: fixes for a few -Wunused -Wconversion
(edit) @62372   8 years vboxsync backed out r108916
(edit) @62370   8 years vboxsync Main: a few fixes for -Wunused -Wconversion
(edit) @59834   9 years vboxsync DnD: GuestDnDURIObjCtx::getObj() is const, logging.
(edit) @58370   9 years vboxsync DnD: Warnings.
(edit) @58329   9 years vboxsync DnD: Updates/bugfixes: - Added separate VBOXDNDDISCONNECTMSG …
(edit) @58232   9 years vboxsync DnD: More validation.
(edit) @58230   9 years vboxsync DnD: Bugfixes.
(edit) @58225   9 years vboxsync DnD: Fixed invalid RTMemFree() for GuestDnDData::dataHdr.
(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) @57505   9 years vboxsync Main: a warning and a false positive
(edit) @57500   9 years vboxsync DnD: Use a separate context for URI object when transferring, misc …
(edit) @57469   9 years vboxsync DnD: Fixed host->guest crashes on OS X hosts.
(edit) @57221   9 years vboxsync DnD: Added support for "drag promises" on OS X for guest to host …
(edit) @56901   9 years vboxsync DnD/Main: Gracefully rollback on GuestDnDURIData::Reset().
(edit) @56653   9 years vboxsync DnD: Some renaming, documentation, logging.
(edit) @56074   10 years vboxsync Main: GuestDnDPrivate.h: Don't mix allocation stuff.
(edit) @55963   10 years vboxsync DnD: Fixed hang when reporting host errors such as inaccessible …
(edit) @55640   10 years vboxsync DnD: - Overhauled "dropped files" directory + general file …
(edit) @55571   10 years vboxsync DnD: Simplified cancellation logic.
(edit) @55556   10 years vboxsync DnD: Rollback handling, bugfixes, cleanup.
(edit) @55549   10 years vboxsync DnD: Update.
(edit) @55520   10 years vboxsync DnD: Don't allow simultaneous drop operations for now.
(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) @51556   10 years vboxsync DnD: Added support for dynamically managing formats on the host.
(copy) @51476   11 years vboxsync DnD: API overhaul; now using IDnDTarget + IDnDSource. Renamed …
copied from trunk/src/VBox/Main/include/GuestDnDImpl.h
(edit) @50508   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