VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @74714   6 years vboxsync DnD: Cleaned up DnDURIObject API / internal state handling.
(edit) @74574   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) @74499   6 years vboxsync Build fix.
(edit) @74495   6 years vboxsync DnD/Main: Cleaned up / documented error handling for …
(edit) @74492   6 years vboxsync DnD/Main: Made sure that the active flag of PRECVDATACTX / …
(edit) @74439   6 years vboxsync DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize …
(edit) @74361   6 years vboxsync DnD/Main: Logging nits.
(edit) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(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) @63475   8 years vboxsync build fix
(edit) @63471   8 years vboxsync DnD/Main: Resolved worker thread @todos.
(edit) @63259   8 years vboxsync Main: warnings
(edit) @63185   8 years vboxsync build fix
(edit) @63183   8 years vboxsync ThreadTask: Dealt with totally misguided m_pThread member. Started …
(edit) @63182   8 years vboxsync ThreadTask: split createThread up into three methods to avoid having …
(edit) @63180   8 years vboxsync GuestDnDTargetImpl.cpp,GuestDnDSourceImpl.cpp: @todo r=bird: Pointed …
(edit) @63159   8 years vboxsync Main: More uninitialized variable warnings.
(edit) @62372   8 years vboxsync backed out r108916
(edit) @62370   8 years vboxsync Main: a few fixes for -Wunused -Wconversion
(edit) @60050   9 years vboxsync Main/GuestDndSourceImpl: proper use of do { ... } while (0)
(edit) @59851   9 years vboxsync DnD/GuestDnDSourceImpl.cpp: Rollback fixes + logging.
(edit) @59842   9 years vboxsync DnD/Main: Fixes for raw data transfers and cancellation logic.
(edit) @58519   9 years vboxsync pr7179. DnD part has been changed.
(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) @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) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57221   9 years vboxsync DnD: Added support for "drag promises" on OS X for guest to host …
(edit) @56907   9 years vboxsync DnD/Main: GuestDnDSourceImpl.cpp: Compare incoming and previously …
(edit) @56782   9 years vboxsync Nit.
(edit) @56655   9 years vboxsync Build fix.
(edit) @56554   9 years vboxsync DnD/Main: Wait a bit longer when checking for pending guest->host …
(edit) @56553   9 years vboxsync DnD/Main: Update for error messages.
(edit) @56506   9 years vboxsync DnD: Main: GuestDnDSourceImpl.cpp: More code for guest error handling.
(edit) @56215   10 years vboxsync DnD: GuestDnDSourceImpl: Simpler guest->host accounting; some logging …
(edit) @55965   10 years vboxsync build fix
(edit) @55963   10 years vboxsync DnD: Fixed hang when reporting host errors such as inaccessible …
(edit) @55823   10 years vboxsync DnD: Main/GuestDnDSourceImpl.cpp: Don't route reported guest errors …
(edit) @55706   10 years vboxsync Logging.
(edit) @55644   10 years vboxsync Main: Made it compile without VBOX_WITH_GUEST_CONTROL.
(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) @55525   10 years vboxsync DnD: Handle receiving 0-byte files, only do workaround accounting on …
(edit) @55524   10 years vboxsync DnD: Another bugfix for protocol v1.
(edit) @55520   10 years vboxsync DnD: Don't allow simultaneous drop operations for now.
(edit) @55514   10 years vboxsync DnD: Make source/target blocksizes configurable.
(edit) @55512   10 years vboxsync DnD: Bugfixes, cleanup, spelling.
(edit) @55428   10 years vboxsync Build fixes.
(edit) @55427   10 years vboxsync No more auto_ptr.
(edit) @55423   10 years vboxsync No unique_ptr (yet).
(edit) @55422   10 years vboxsync DnD: Protocol overhaul with versioning added which now can communicate …
(edit) @55180   10 years vboxsync s/drag'n'drop/drag and drop/
(edit) @51799   10 years vboxsync Main/GuestDnD: warings
(edit) @51620   10 years vboxsync DnD: Autocallers, locking.
(edit) @51556   10 years vboxsync DnD: Added support for dynamically managing formats on the host.
(edit) @51489   11 years vboxsync DnD: Solaris build fix; no C++11 features available (yet).
(add) @51476   11 years vboxsync DnD: API overhaul; now using IDnDTarget + IDnDSource. Renamed …
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