VirtualBox

source: vbox/trunk/src/VBox/Main/src-client

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @74781   6 years vboxsync VideoRec/Main: Fixed a crash in WebMWriter::Close().
(edit) @74765   6 years vboxsync VideoRec/Main: Condensed code for enabling / disabling video (audio) …
(edit) @74752   6 years vboxsync DnD/Main: Doxygen build fix.
(edit) @74734   6 years vboxsync Guest Control/Main: Got rid of the "types" array in …
(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) @74474   6 years vboxsync Main,Devices: Graphics controller updates. bugref:8893
(edit) @74439   6 years vboxsync DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize …
(edit) @74413   6 years vboxsync DisplayImpl: mark the screen resized by VGA as active.
(edit) @74411   6 years vboxsync DnD: Renamed action names, added typedefs for DnD actions.
(edit) @74361   6 years vboxsync DnD/Main: Logging nits.
(edit) @73941   6 years vboxsync DnD/Main: Fixed including the context ID when using protocol v3 with …
(edit) @73940   6 years vboxsync DnD/HostService: Renaming, docs (build fix).
(edit) @73838   6 years vboxsync Audio: Added the backend's (friendly) name into the backend configuration.
(edit) @73768   6 years vboxsync Main,FE/VBoxManage: Allow changing the UART type of the serial ports …
(edit) @73685   6 years vboxsync Audio/DrvAudioVRDE: Corrected output stream buffer / period / …
(edit) @73638   6 years vboxsync Main/DrvAudioVRDE: do not crash if PDM driver does not exist. bugref:9225
(edit) @73629   6 years vboxsync Audio/Main: Also insert the debugging enabled / path values into the …
(edit) @73624   6 years vboxsync Main,SharedOpenGL: VRDP cleanup. bugref:9225
(edit) @73622   6 years vboxsync Main: Doxygen build fix.
(edit) @73621   6 years vboxsync Audio/AC97: Added runtime debugging support (output to .WAV files).
(edit) @73612   6 years vboxsync Audio/Main: Added support for superseding extra-data values with …
(edit) @73611   6 years vboxsync Audio: Renamed the (tweakable) per-driver CFGM options to make it …
(edit) @73584   6 years vboxsync DrvAudio/DrvAudioVRDE: Report the backend as operational via …
(edit) @73564   6 years vboxsync Audio/VRDE: Let the user know in verbose logging that VRDE does not …
(edit) @73543   6 years vboxsync Build fix.
(edit) @73541   6 years vboxsync Build fix.
(edit) @73540   6 years vboxsync Audio/DrvAudioVideoRec.cpp: Forgot that file wrt returning …
(edit) @73529   6 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73505   6 years vboxsync Main,Config.kmk: GCC 8.2.0 fixes
(edit) @73464   6 years vboxsync Audio/VRDE: Fixed setting the shift parameter of the acquired stream …
(edit) @73430   6 years vboxsync Audio/VRDE: Only report a running / writable state if any clients are …
(edit) @73408   6 years vboxsync Audio: Renamed *Ms* (milliseconds) timing helper functions to *Milli*.
(edit) @73380   6 years vboxsync Audio/DrvAudioCommon.cpp: Reordering helper function parameters to …
(edit) @73372   6 years vboxsync Build fix.
(edit) @73370   6 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73308   6 years vboxsync Main/ConsoleImple2: The new serial device needs the trusted helpers
(edit) @73258   6 years vboxsync Audio/Main: Implemented feeding the pre-buffering, buffer size and …
(edit) @73239   6 years vboxsync Audio/Main: Factored out the CFGM driver (LUN) construction to avoid …
(edit) @73104   6 years vboxsync Main: Two clang build fixes (offset-of cleanup).
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73063   6 years vboxsync Guest Control/Main: Renamed VERR_GSTCTL_PROCESS_EXIT_CODE -> …
(edit) @73040   6 years vboxsync Build fix.
(edit) @73038   6 years vboxsync Build fix.
(edit) @73037   6 years vboxsync Guest Control/Main: Cleaned up internal symlink handling for copyTo / …
(edit) @73036   6 years vboxsync Guest Control/Main: Renamed VERR_GSTCTL_PROCESS_EXIT_CODE -> …
(edit) @73005   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @73000   6 years vboxsync ConsoleImpl2.cpp: Missing break.
(edit) @72980   6 years vboxsync Main: Enjoy VBOX_WITH_XPCOM_CPP_ENUM_HACK and get rid of silly casts.
(edit) @72975   6 years vboxsync Main: Always use VBox/com/VirtualBox.h to include VirtualBox_XPCOM.h. …
(edit) @72973   6 years vboxsync Main: Some early sketches on how to get proper C++ enums with xpidl.
(edit) @72961   6 years vboxsync Main: Doxygen
(edit) @72960   6 years vboxsync Main/GuestCtrl: Move the guest additions update code from RTIsoFs* to …
(edit) @72958   6 years vboxsync Main/GuestCtrl: Move the guest additions update code from RTIsoFs* to …
(edit) @72919   6 years vboxsync Main/*: From now on any valid UTF8 string is considered a valid guest …
(edit) @72828   6 years vboxsync ConsoleImpl: test for empty() instead of size() == 0
(edit) @72804   6 years vboxsync Main/GuestSessionImpl: fix edito in previous, caught by -Wnonnull
(edit) @72352   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @72343   7 years vboxsync VMM,ConsoleImpl2: NEM and 64-bit guests. Sync NXE state with PGM. …
(edit) @72328   7 years vboxsync Main: Added read-only ExecutionEngine attribute to IMachineDebugger to …
(edit) @72096   7 years vboxsync Guest Control/Main: Also try to return guest error (if available) in …
(edit) @72090   7 years vboxsync Guest Control/Main: Logging nits.
(edit) @72089   7 years vboxsync Guest Control/Main: Try to return guest error (if available) in …
(edit) @72070   7 years vboxsync Main/GuestSessionImpl: Proposing more efficient and flexible copy flag …
(edit) @72067   7 years vboxsync Guest Control/Main: Made IGuestSession::copyFromGuest() and …
(edit) @72064   7 years vboxsync HGCM: LogRel nit.
(edit) @72045   7 years vboxsync Guest Control/Main: CopyTo/CopyFrom bugfixes.
(edit) @72023   7 years vboxsync Guest Control/Main: Removed unused code.
(edit) @72015   7 years vboxsync VideoRec/Main: Simplified recoding state checking by only using the …
(edit) @72014   7 years vboxsync VideoRec/Main: Simplified recoding state checking by only using the …
(edit) @72007   7 years vboxsync Guest Control/Main: Fixed progress object creation in …
(edit) @72001   7 years vboxsync Guest Control/Main: Implemented stubs …
(edit) @71977   7 years vboxsync Build fix.
(edit) @71976   7 years vboxsync Guest Control/Main: Added stubs for IGuestSession:copy[From|To]Guest() …
(edit) @71873   7 years vboxsync Build fix.
(edit) @71872   7 years vboxsync Guest Control/Main: Added GuestFsObjData::GetFileMode().
(edit) @71849   7 years vboxsync Guest Control/Main: Added more cancellation code to copyTo/copyFrom tasks.
(edit) @71848   7 years vboxsync Build fix.
(edit) @71847   7 years vboxsync Guest Control/Main: More bugfixes for copyTo/copyFrom tasks, along …
(edit) @71846   7 years vboxsync Guest Control/Main: Added IGuestSession::i_getPathStyle() to also make …
(edit) @71827   7 years vboxsync Guest Control/Main: Fixes for copying directory contents vs. entire …
(edit) @71825   7 years vboxsync Guest Control/Main: Unregister process tools from the session's object …
(edit) @71819   7 years vboxsync Build fix.
(edit) @71818   7 years vboxsync Build fix.
(edit) @71817   7 years vboxsync Guest Control/Main: Derived the copyTo/copyFrom tasks from a new base …
(edit) @71816   7 years vboxsync Guest Control/Main: Fixed returning written bytes in …
(edit) @71796   7 years vboxsync Guest Control/Main: GuestSessionTask::fileCopyFrom[Ex] are now using …
(edit) @71787   7 years vboxsync Guest Control/Main: Added validation for FileCopyFlags in …
(edit) @71785   7 years vboxsync Guest Control/Main: Implemented GuestSession::fileOpenEx().
(edit) @71782   7 years vboxsync Guest Control: Implemented GuestFile::queryInfo() and …
(edit) @71667   7 years vboxsync Guest Control/Main: Implemented file flag handling for …
(edit) @71653   7 years vboxsync Guest Control/Main: Make sure to terminate guest process tools in …
(edit) @71651   7 years vboxsync DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094
(edit) @71649   7 years vboxsync Guest Control/Main: Renamed SessionTaskUpdateAdditions::InstallerFile …
(edit) @71648   7 years vboxsync Guest Control/Main: Added a dedicated header file for guest session tasks.
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