Changeset 55401 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 23, 2015 10:03:17 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99740
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 50 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/file.c
r51254 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/info.c
r51997 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/net.c
r51997 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/path.c
r51997 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsf.h
r40532 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfhlp.c
r51997 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfhlp.h
r51997 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfshared.h
r40269 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/np/vboxmrxnp.cpp
r48944 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp
r51469 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.h
r44528 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBoxSeamless - Shared Clipboard -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
r53315 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxTray - Display Settings Interface abstraction for XPDM & WDDM -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.h
r48732 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxTray - Display Settings Interface abstraction for XPDM & WDDM -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.h
r48070 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBoxSeamless - Display notifications -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHelpers.cpp
r48070 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * helpers - Guest Additions Service helper functions -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.h
r31002 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxHostVersion - Checks the host's VirtualBox version and notifies -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.h
r48070 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBoxSeamless - Seamless windows -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSharedFolders.h
r31026 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxSharedFolders - Handling for shared folders -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxVRDP - VRDP notification -
trunk/src/VBox/Additions/WINNT/VBoxTray/resource.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp
r54615 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - Generic VMMDev request management. -
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp
r50838 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLib - Host-Guest Communication Manager. -
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp
r51522 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLib - Host-Guest Communication Manager internal functions, implemented by VBoxGuest -
trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp
r48938 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - Library initialization. -
trunk/src/VBox/Additions/common/VBoxGuestLib/Mouse.cpp
r50837 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - Mouse Integration. -
trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp
r46181 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - Physical memory heap. -
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp
r44528 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - IDC with VBoxGuest and HGCM helpers. -
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h
r44528 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - System dependent helpers internal header. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h
r44558 r55401 1 /* Id: 73443$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - Internal header. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxGuestLibR0 - Guest Logging facility. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibCrOgl.cpp
r50821 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxGuestLib - Central calls header. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibCrOgl.h
r40483 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxGuestLib - Central calls header. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.c
r51962 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestR0LibSharedFolders - Ring 0 Shared Folders calls. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h
r44558 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxGuestLib - Central calls header. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxGuestLibR0 - VMMDev device related functions. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VbglR0CanUsePhysPageList.cpp
r44558 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - Physical memory heap. -
trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h
r54012 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r55180 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * X11 guest client - Drag and Drop. -
trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
r54008 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * X11 guest client - host version check. -
trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
r54185 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
r52564 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * X11 Seamless mode. -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h
r52564 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp
r54008 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * X11 Guest client - seamless mode: main logic, communication with the host and -
trunk/src/VBox/Additions/x11/VBoxClient/seamless.h
r53624 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * X11 Guest client - seamless mode, missing proper description while using the -
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp
r52564 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * Automated test of the X11 seamless Additions code. -
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp
r54008 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * Linux seamless guest additions simulator in host. -
trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse.c
r50578 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox X11 Guest Additions, mouse driver for X.Org server 1.5 -
trunk/src/VBox/Additions/x11/vboxvideo/pointer.c
r55391 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox X11 Additions graphics driver utility functions -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
r55392 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/x11/vboxvideo/vbva.c
r55390 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox X11 Additions graphics driver 2D acceleration functions
Note:
See TracChangeset
for help on using the changeset viewer.