VirtualBox

source: vbox/trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98273   23 months vboxsync Main/GuestDnD*: rc -> hrc/vrc. bugref:10223
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97817   2 years vboxsync DnD/Main: Fixed GuestDnDState::isProgressRunning().
(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) @97798   2 years vboxsync DnD/Main: Reset handling fixes: Use reset() with the GuestDnDState …
(edit) @97788   2 years vboxsync DnD: Simplified / untangled reset handling: - Don't implicitly reset …
(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) @97761   2 years vboxsync DnD/Main: Don't set any (new) progress if the progress object already …
(edit) @97760   2 years vboxsync DnD/Main: Don't set any (new) progress if the progress object already …
(edit) @97725   2 years vboxsync DnD/Main: Increased the default timeout of …
(edit) @97719   2 years vboxsync DnD/Main: Added a dedicated COM error for drag and drop operations …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95822   2 years vboxsync DnD: Added GuestHost/DnDUtils module for various utility functions, …
(edit) @95821   2 years vboxsync DnD: Added GuestHost/DnDUtils module for various utility functions, …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @90828   3 years vboxsync Main: bugref:1909: Added API localization
(edit) @85746   4 years vboxsync DnD: Renaming -- DND_FORMATS_SEPARATOR -> DND_FORMATS_SEPARATOR_STR …
(edit) @85745   4 years vboxsync DnD: Renaming -- prefix all HGCM function number defines with …
(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) @85681   4 years vboxsync DnD: Lots of documentation.
(edit) @85561   4 years vboxsync DnD/Main: Extended @todo.
(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) @85554   4 years vboxsync DnD/Main: Renamed GuestDnDMsg::setNextXXX() -> GuestDnDMsg::appendXXX().
(edit) @85553   4 years vboxsync DnD/Main: Docs.
(edit) @85537   4 years vboxsync DnD/Main: More fixes and cleanups.
(edit) @85423   4 years vboxsync DnD/Main: More fixes.
(edit) @85402   4 years vboxsync DnD/Main: Renaming; use size_t where appropriate.
(edit) @85371   4 years vboxsync DnD: Revamped code to simplify / untangle of internal data handling: - …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @78093   6 years vboxsync DnD/Main: Renamed GuestDnDInst() macro -> GUESTDNDINST().
(edit) @76891   6 years vboxsync DnD: Renamed HOST_DND_HG_EVT_CANCEL -> HOST_DND_HG_CANCEL, fixes for …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @74439   6 years vboxsync DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize …
(edit) @74411   6 years vboxsync DnD: Renamed action names, added typedefs for DnD actions.
(edit) @72980   6 years vboxsync Main: Enjoy VBOX_WITH_XPCOM_CPP_ENUM_HACK and get rid of silly casts.
(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) @67914   7 years vboxsync src-client: Define LOG_GROUP according to interface or similar.
(edit) @63259   8 years vboxsync Main: warnings
(edit) @63158   8 years vboxsync Main: More warnings about uninitialized variables.
(edit) @59842   9 years vboxsync DnD/Main: Fixes for raw data transfers and cancellation logic.
(edit) @58330   9 years vboxsync Build fix.
(edit) @58329   9 years vboxsync DnD: Updates/bugfixes: - Added separate VBOXDNDDISCONNECTMSG …
(edit) @58257   9 years vboxsync DnD: Added context IDs for all HGCM messages.
(edit) @58232   9 years vboxsync DnD: More validation.
(edit) @58230   9 years vboxsync DnD: Bugfixes.
(edit) @58212   9 years vboxsync DnD: Updates. - Introduced protocol changelog in DragAndDropSvc.h. …
(edit) @57500   9 years vboxsync DnD: Use a separate context for URI object when transferring, misc …
(edit) @57295   9 years vboxsync Logging instead of assertion.
(edit) @57291   9 years vboxsync Assertion.
(edit) @57287   9 years vboxsync DnD/Main: Tell the guest if a certain message is not understood …
(edit) @57221   9 years vboxsync DnD: Added support for "drag promises" on OS X for guest to host …
(edit) @56734   9 years vboxsync DnD/Main: Fixed setting the default action based on the allowed actions.
(edit) @56653   9 years vboxsync DnD: Some renaming, documentation, logging.
(edit) @56494   9 years vboxsync DnD: GuestDnDPrivate.cpp: Don't bail out too early when waiting for …
(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) @55539   10 years vboxsync DnD: ErrorInfo handling, formatting, validation.
(edit) @55512   10 years vboxsync DnD: Bugfixes, cleanup, spelling.
(edit) @55424   10 years vboxsync Build fix.
(edit) @55422   10 years vboxsync DnD: Protocol overhaul with versioning added which now can communicate …
(edit) @55244   10 years vboxsync Main: Fixed DnD progress object creation; don't allow cancellation of …
(edit) @55180   10 years vboxsync s/drag'n'drop/drag and drop/
(edit) @52978   10 years vboxsync IDisplay::GetScreenResolution returns status of the guest monitor.
(edit) @52082   10 years vboxsync 6813 - DisplayImpl using COM Wrappers
(edit) @52064   10 years vboxsync Main: IDisplay converted to use API wrappers.
(edit) @51612   10 years vboxsync 6813 Use of server side API wrapper code - ConsoleImpl.cpp
(edit) @51556   10 years vboxsync DnD: Added support for dynamically managing formats on the host.
(edit) @51529   10 years vboxsync DnD: Removed obsolete COMPOUND_TEXT; spaces.
(copy) @51476   11 years vboxsync DnD: API overhaul; now using IDnDTarget + IDnDSource. Renamed …
copied from trunk/src/VBox/Main/src-client/GuestDnDImpl.cpp
(edit) @51339   11 years vboxsync Main,Frontends: use GetScreenResolution to get the guest screen origin.
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