VirtualBox

source: vbox/trunk/include/VBox/HostServices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51557   10 years vboxsync Build fix; forgotten to commit those files.
(edit) @51330   11 years vboxsync crOpenGL: more extended flexible caps info, backwards compatibility fixes
(edit) @50754   11 years vboxsync Dev/VGA/crOpenGL/wddm: command thread, more command processing
(edit) @50561   11 years vboxsync DnD: Update, bugfixes.
(edit) @50508   11 years vboxsync DnD: Update.
(edit) @50460   11 years vboxsync DnD: Update.
(edit) @50394   11 years vboxsync crOpenGL: greyed-out 3D image on VM pause
(edit) @50364   11 years vboxsync crOpenGL: screenshot support; a bit of performance for video recording
(edit) @50319   11 years vboxsync ConsoleVRDPServer: another bitmap format for 3d redirect.
(edit) @50314   11 years vboxsync crOpenGL/VideoRec: do hardweight screen capthure only when recorder is …
(edit) @50313   11 years vboxsync crOpenGL: video recording working
(edit) @50305   11 years vboxsync DnD: Update.
(edit) @50265   11 years vboxsync DnD: First working implementation for Windows guest->host support; …
(edit) @50251   11 years vboxsync crOpenGL: disable some async notifications for now
(edit) @50250   11 years vboxsync crOpenGL: async notifications
(edit) @50178   11 years vboxsync crOpenGL: seamless and resize bugfixes
(edit) @50149   11 years vboxsync crOpenGL: bugfixes
(edit) @50095   11 years vboxsync crOpenGL: presentation infrastructure rework (still work in progress)
(edit) @49891   11 years vboxsync Merged private draganddrop branch into trunk.
(edit) @49474   11 years vboxsync crOpenGL: some host bits for buffer-based command submission
(edit) @49349   11 years vboxsync Guest Control: - Implemented IGuestSession::DirectoryRemove, …
(edit) @47817   11 years vboxsync GuestCtrl: Update for IGuestFile; some renaming.
(edit) @47697   11 years vboxsync Forgot some files, build fix.
(edit) @47620   11 years vboxsync GuestCtrl: Fixed per-session command filtering, added command to …
(edit) @46783   11 years vboxsync wddm/crOpenGL: more TexPresent impl
(edit) @45718   12 years vboxsync Use UINT32_C() for the clipboard format flags.
(edit) @45415   12 years vboxsync GuestCtrl: Implemented using (public) VirtualBox events instead of own …
(edit) @45109   12 years vboxsync GuestCtrl: More stuff for IGuestFile and IGuestSession handling (work …
(edit) @45076   12 years vboxsync GuestCtrl: *_NOTFIY_* -> *_NOTIFY_*.
(edit) @45011   12 years vboxsync Build fix; forgot a file.
(edit) @44935   12 years vboxsync GuestCtrl: More code for guest session infrastructure handling …
(edit) @44863   12 years vboxsync GuestCtrl: Infrastructure changes for handling and executing dedicated …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43888   12 years vboxsync crOpenGL: more new present mechanism
(edit) @43786   12 years vboxsync include: HostChannel service header update.
(edit) @43462   12 years vboxsync HGCM Host Channel service: implemented a generic Query function.
(edit) @43347   12 years vboxsync HGCM Host Channel service header.
(edit) @42846   12 years vboxsync Guest Control 2.0: Update.
(edit) @42739   12 years vboxsync Main/VBoxService: Introduced ProcessCreateFlag_ExpandArguments (not …
(edit) @42661   12 years vboxsync HostServices/GuestCtrl: missing file check-in.
(edit) @42620   12 years vboxsync Main and HostServices/GuestCtrl: add FileRemove API. Untested. …
(edit) @42462   12 years vboxsync Build fix.
(edit) @42461   12 years vboxsync Guest Control 2.0: Update.
(edit) @42267   12 years vboxsync remove RTPrintf
(edit) @42266   12 years vboxsync OSE build fix
(edit) @42264   12 years vboxsync OSE build fix
(edit) @42160   12 years vboxsync Guest Control 2.0: Update.
(edit) @41404   13 years vboxsync crOpenGL: VM window scroll handling
(edit) @40767   13 years vboxsync also enumerate guest properties during guru meditation
(edit) @39906   13 years vboxsync GuestCtrl/VBoxService: Added active/inactive guest process thread …
(edit) @39654   13 years vboxsync GuestControlSvc.h: Fixed wait-for-start flag.
(edit) @39418   13 years vboxsync GuestCtrl: Added support for explicitly waiting on stdout/stderr, …
(edit) @38870   13 years vboxsync VBoxService/GuestCtrl: Fixed ABI for stdout pipe ID.
(edit) @38133   13 years vboxsync GuestCtrl: Removed obsolete code for guest directory enumeration.
(edit) @38085   13 years vboxsync GuestCtrl: Update of copy from guest (work in progress).
(edit) @37980   13 years vboxsync nit.
(edit) @37434   13 years vboxsync GuestHost/SharedClipboard: moved the RTEnvGet("DISPLAY") hack out into …
(edit) @37375   13 years vboxsync GuestCtrl: Added APIs for guest directory enumeration, guest file …
(edit) @36887   14 years vboxsync GuestCtrl: Added support for getting separated stdout/stderr output.
(edit) @36843   14 years vboxsync 3D for VRDP: initial commit (xTracker 5565).
(edit) @36536   14 years vboxsync include/*: Made the headers build on linux again (kmk -C include).
(edit) @36413   14 years vboxsync dang.
(edit) @36412   14 years vboxsync GuestProps: TRANSRESET implies TRANSIENT, return it for old additions …
(edit) @36382   14 years vboxsync hint
(edit) @36259   14 years vboxsync HostServices/GuestProperties: fixed the maximum flag length a bit more …
(edit) @36225   14 years vboxsync Guest properties: fixed MAX_FLAGS_LEN
(edit) @36219   14 years vboxsync Addressed some guest property (transient reset) todos.
(edit) @36214   14 years vboxsync GuestProps: r=bird: Another Q for Michael.
(edit) @36213   14 years vboxsync GuestPropertySvc.h: r=bird: Q for Michael.
(edit) @36178   14 years vboxsync Main/VBoxManage/Guest Additions: Added support for "TRANSIENT_RESET" …
(edit) @36099   14 years vboxsync Main/VBoxManage: Added ExecuteProcessStatus, update on todos.
(edit) @34571   14 years vboxsync crOpenGL: fix compiz for high resolution guests
(edit) @34556   14 years vboxsync GuestControlSvc.h: a bit of doxygen, dropping leading underscores
(edit) @34553   14 years vboxsync Build fix.
(edit) @34173   14 years vboxsync Comments.
(edit) @33988   14 years vboxsync crOpenGL/wddm: more multithreading fixes, vista expirience index works now
(edit) @33558   14 years vboxsync Guest Copy/Guest Additions: First working version of host-triggered …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33492   14 years vboxsync Guest Copy/Guest Additions: Update.
(edit) @33247   14 years vboxsync VBoxService/Guest Execution: Update.
(edit) @33146   14 years vboxsync wddm/3d: chromium hgsmi, host part + guest part debugging
(edit) @33116   14 years vboxsync wddm/3d: chromium hgsmi transport (guest part, disabled)
(edit) @33064   14 years vboxsync Guest Execution/Copy: Added support for input handling, added more …
(edit) @32852   14 years vboxsync Guest Execution: - Implemented "ignore orphaned childs" flag …
(edit) @30440   14 years vboxsync crOpenGL: wddm friendly windows info tracking + more consistent …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29785   15 years vboxsync Guest Control: More stable when client is crashing/aborting in an …
(edit) @29516   15 years vboxsync Guest Control: Remove unused Std* arguments.
(edit) @29438   15 years vboxsync Guest Control/VBoxService: Added support for cancel pending (blocking) …
(edit) @28887   15 years vboxsync Guest Control/Main: Faster (no polling on guest side), free data on …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28772   15 years vboxsync Guest Control/Main: Added local process list, added early …
(edit) @28557   15 years vboxsync Guest Control: Update (first stuff for piping output).
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28402   15 years vboxsync Guest Control: Update (guest shutdown handling, timed peeks).
(edit) @28297   15 years vboxsync Guest Control: Update (update on contexts for callbacks).
(edit) @28286   15 years vboxsync Guest Control: Update (introducing contexts for callbacks).
(edit) @28243   15 years vboxsync Guest Control: Update (callback + error handling, --verbose for …
(edit) @28233   15 years vboxsync Guest Control: Update.
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