VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98278   23 months vboxsync Main/src-client: Some more rc -> hrc/vrc stuff found by grep. A build …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95368   2 years vboxsync FE/Qt, Main/Console+Mouse, VBoxManage: Touchpad support, should be …
(edit) @94960   3 years vboxsync Main/src-client/ConsoleVRDPServer.cpp: Adjust to the new rules wrt. to …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91741   3 years vboxsync VRDP: Shared Clipboard: report error to remote client if clipboard …
(edit) @91738   3 years vboxsync Main: ConsoleVRDPServer: fix reference counting when register SVC …
(edit) @90828   3 years vboxsync Main: bugref:1909: Added API localization
(edit) @90790   3 years vboxsync Main: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @88253   4 years vboxsync DrvAudio,++: Started going over and tidying up the StreamPlay …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82502   5 years vboxsync Main/Console: Reverted VRDE clipboard breakage introduced in r131016
(edit) @81964   5 years vboxsync Main/GraphicsAdapter: Split off a few attributes from Machine …
(edit) @81682   5 years vboxsync Main/Console+ConsoleVRDPServer+ApplianceExport+Host+Machine+USBDeviceFi …
(edit) @80377   5 years vboxsync Main/ConsoleVRDPServer.cpp: Remove dependency on old chromium based 3D …
(edit) @80375   5 years vboxsync Main/ConsoleVRDPServer.cpp: Remove dependency on old chromium based 3D …
(edit) @78995   5 years vboxsync PDM, Devices, FE, Main: allow size hints without notification for …
(edit) @78897   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73624   6 years vboxsync Main,SharedOpenGL: VRDP cleanup. bugref:9225
(edit) @73505   6 years vboxsync Main,Config.kmk: GCC 8.2.0 fixes
(edit) @73370   6 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @70496   7 years vboxsync Audio: Renamed VBOX_WITH_VRDE_AUDIO -> VBOX_WITH_AUDIO_VRDE.
(edit) @67914   7 years vboxsync src-client: Define LOG_GROUP according to interface or similar.
(edit) @65164   8 years vboxsync Main/VRDE: Got rid of Doppelmoppel i_getAudioVRDE() functions and use …
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63240   8 years vboxsync Main: warnings
(edit) @63147   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) @62157   8 years vboxsync *: Instead of suppressing -Wno-delete-non-virtual-dtor globally we try …
(edit) @58383   9 years vboxsync Main: an option to use VRDE auth library from VBoxSVC (not enabled)
(edit) @58368   9 years vboxsync Main: moved external auth library helpers to a separate source file.
(edit) @56085   10 years vboxsync PDM/Audio: Removed old audio architecture.
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @54828   10 years vboxsync Main,Frontends: use BitmapFormat in API.
(edit) @54231   10 years vboxsync Build fix.
(edit) @54230   10 years vboxsync PDM/Audio: Update.
(edit) @53442   10 years vboxsync PDM Audio: Branch -> trunk.
(edit) @52978   10 years vboxsync IDisplay::GetScreenResolution returns status of the guest monitor.
(edit) @52923   10 years vboxsync ConsoleVRDPServer: update the mouse pointer when the VRDP server is …
(edit) @52442   10 years vboxsync Main: convert VirtualBoxClient and VRDEServerInfo to use 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) @51436   11 years vboxsync Main,Frontends: IDisplay provides the guest screen bitmap to frontends.
(edit) @51092   11 years vboxsync 6813 src-client/MachineDebuggerImpl.cpp + various formatting changes
(edit) @50940   11 years vboxsync compilable w/o CROGL
(edit) @50914   11 years vboxsync 6813 src-all/ExtPackManagerImpl.cpp
(edit) @50848   11 years vboxsync crOpenGL: new command submission continued
(edit) @50686   11 years vboxsync src/VBox/Devices/Audio, src/VBox/Main/src-client, include/VBox/vmm: …
(edit) @50319   11 years vboxsync ConsoleVRDPServer: another bitmap format for 3d redirect.
(edit) @49120   11 years vboxsync Main: emulated webcam updates.
(edit) @48406   11 years vboxsync Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed …
(edit) @47571   11 years vboxsync include,Devices,Main,VirtualBox: multi-touch input.
(edit) @47464   11 years vboxsync Main: use VRDE input interface.
(edit) @47251   11 years vboxsync ConsoleVRDPServer: obsolete assert
(edit) @47158   11 years vboxsync VRDP,Main,SharedOpenGL: enable 3d redirection if a RDP client connects
(edit) @47117   11 years vboxsync Main: RT_ZERO() / RTStrCopy()
(edit) @47113   11 years vboxsync ConsoleVRDPServer: stop remote usb thread before stopping the VRDP server.
(edit) @46295   12 years vboxsync ConsoleVRDPServer: image interface fix
(edit) @46291   12 years vboxsync ConsoleVRDPServer: image interface fix and logging updates
(edit) @46097   12 years vboxsync ConsoleVRDPServer: do not stop VRDP server if a resize is in process
(edit) @45680   12 years vboxsync Main/VRDEServer: Back out code to disable VRDE server if no graphics …
(edit) @45674   12 years vboxsync Main/Machine+Console+Display+VRDEServer,VBoxManage: allow VMs without …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44525   12 years vboxsync VRDP: cleanup: removed obsolete VBOX_WITH_VRDP_VIDEO_CHANNEL.
(edit) @44468   12 years vboxsync ConsoleVRDPServer: use a separate thread to call the external auth …
(edit) @44191   12 years vboxsync include,ExtPacks\Puel\UsbWebcam,Main,VRDP,VBoxManage: emulated USB webcam.
(edit) @43929   12 years vboxsync ConsoleVRDPServer: VideoIn updates
(edit) @43892   12 years vboxsync HostServices/HostChannel,Main: updates.
(edit) @43888   12 years vboxsync crOpenGL: more new present mechanism
(edit) @43462   12 years vboxsync HGCM Host Channel service: implemented a generic Query function.
(edit) @43446   12 years vboxsync ConsoleVRDPServer: use bitmap updates for 3D redirect if nothing else …
(edit) @43388   12 years vboxsync ConsoleVRDPServer: raw TSMF close channel.
(edit) @43384   12 years vboxsync ConsoleVRDPServer: raw TSMF fix.
(edit) @43351   12 years vboxsync ConsoleVRDPServer: host channel for raw TSMF interface (build fix).
(edit) @43350   12 years vboxsync ConsoleVRDPServer: host channel for raw TSMF interface.
(edit) @42248   12 years vboxsync API change for SetVideoModeHint to be able to disable guest screens …
(edit) @41352   13 years vboxsync Main: remote smartcard
(edit) @40626   13 years vboxsync ConsoleVRDPServer: use the new mouse pointers inteface for VRDE.
(edit) @39493   13 years vboxsync VRDP, Main: forward UTCINFO events as guest properties.
(edit) @39435   13 years vboxsync VRDP, Main: update RDP client name guest property.
(edit) @37809   13 years vboxsync gcc-4.6 warnings (shadowed declaration)
(edit) @37282   14 years vboxsync Main,ExtPacks/Puel/UsbWebcam: UsbWebcam intergration.
(edit) @36925   14 years vboxsync 3D for VRDP: updates (xTracker 5565).
(edit) @36856   14 years vboxsync warning
(edit) @36843   14 years vboxsync 3D for VRDP: initial commit (xTracker 5565).
(edit) @36063   14 years vboxsync VRDE: backward compatibility: try to load VBoxAuth if VRDP Auth is …
(edit) @35722   14 years vboxsync Main: reworked listener objects creation, fixes Win problems with …
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(copy) @35368   14 years vboxsync Main: source re-org.
copied from trunk/src/VBox/Main/ConsoleVRDPServer.cpp
(edit) @35191   14 years vboxsync Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
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