VirtualBox

source: vbox/trunk/src/VBox/HostServices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39815   13 years vboxsync crOpenGL: work around Ubuntu 11.04 FBO issues
(edit) @39757   13 years vboxsync crOpenGL: remove unnecessary warning
(edit) @39737   13 years vboxsync crOpenGL: remove debug assertion
(edit) @39736   13 years vboxsync coOpenGL: followup to fix XP hosts, bugs #10071 and #10088
(edit) @39735   13 years vboxsync coOpenGL: fix XP hosts, bugs #10071 and #10088
(edit) @39685   13 years vboxsync doc updates.
(edit) @39646   13 years vboxsync SharedFolders: more fixes
(edit) @39643   13 years vboxsync SharedFolders: more fixes
(edit) @39630   13 years vboxsync shared folders: restore old code for deleting files/directories
(edit) @39629   13 years vboxsync more symlinks
(edit) @39628   13 years vboxsync symlinks: small fixes
(edit) @39627   13 years vboxsync backed out previous changeset
(edit) @39626   13 years vboxsync more symlink stuff
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39607   13 years vboxsync HostServices/SharedFolders: store the host folder name as UTF8 as we …
(edit) @39603   13 years vboxsync crHgsmi: cleanup
(edit) @39594   13 years vboxsync HostServices/SharedFolders: spaces
(edit) @39586   13 years vboxsync Shared folders: disallow following symbolic links
(edit) @39544   13 years vboxsync HostServices/SharedFolders: support multiple simultaneous connections …
(edit) @39543   13 years vboxsync HostServices/SharedFolders: starter unit test, try to make Windows happy.
(edit) @39542   13 years vboxsync HostServices/SharedFolders: starter unit test, try to make Windows happy.
(edit) @39541   13 years vboxsync HostServices/SharedFolders: starter unit test, try to fix a Darwin burn.
(edit) @39540   13 years vboxsync HostServices/SharedFolders: starter unit test.
(edit) @39507   13 years vboxsync crOpenGL: fix destroyed context refference in TLS
(edit) @39449   13 years vboxsync HostServices: DnD service
(edit) @39441   13 years vboxsync Logging.
(edit) @39440   13 years vboxsync HostServices/GuestCtrl: Added more checks.
(edit) @39427   13 years vboxsync r=bird: pre-review comments.
(edit) @39421   13 years vboxsync Build fix.
(edit) @39420   13 years vboxsync Build fix.
(edit) @39415   13 years vboxsync CrOpenGL: comments
(edit) @39412   13 years vboxsync CrOpenGL: work around ATI fullscreen issue
(edit) @39312   13 years vboxsync HostServices/GuestCtrl: Fixed cancellation of buffered (unassigned) …
(edit) @39288   13 years vboxsync CrOpenGL: avoid blocked client polling & extra memcpy (block hgsmi …
(edit) @39265   13 years vboxsync crOpenGL: flush on glEnd if some begin-end data was sent to host …
(edit) @39242   13 years vboxsync hungarian and spaces.
(edit) @39240   13 years vboxsync Test GET_NOTIFICATION with guard pages.
(edit) @39236   13 years vboxsync GuestProperties: Fixed buffer problem.
(edit) @39233   13 years vboxsync GuestProperties: Provoke get bug.
(edit) @39232   13 years vboxsync GuestProperties: Ripped out the std::list code.
(edit) @39230   13 years vboxsync GuestProperties: Enabled the string space code.
(edit) @39228   13 years vboxsync GuestProperties: Added code for using RTStrSpace instead of std::list …
(edit) @39206   13 years vboxsync Made OpenGL build against the Mac OS X 10.7 SDK. Some cleanups.
(edit) @38989   13 years vboxsync crOpenGL: reset last opengl error on context creation
(edit) @38964   13 years vboxsync crOpenGL: show max supported uniforms in log
(edit) @38737   13 years vboxsync One more Log redef gone.
(edit) @38736   13 years vboxsync *: Please don NOT redefine logger macros.
(edit) @38735   13 years vboxsync %lS -> %ls.
(edit) @38733   13 years vboxsync %S -> %s and some other minor cleanups.
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38505   13 years vboxsync crOpenGL: fix incorrect rendering when switching to/from fullscreen …
(edit) @38278   13 years vboxsync *.kmk: install path adjustments.
(edit) @38245   13 years vboxsync crOpenGL: prevent clients from deleting default mural
(edit) @38152   13 years vboxsync INSTARGET -> [12]_STAGE_TARGET.
(edit) @38142   13 years vboxsync crogl: correctly report texunits number as MIN(cr supports, gpu supports)
(edit) @38133   13 years vboxsync GuestCtrl: Removed obsolete code for guest directory enumeration.
(edit) @38082   13 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @37946   13 years vboxsync crOpenGL: missing param
(edit) @37706   13 years vboxsync OpenGL-OSX: update the window after the visible regions went to zero …
(edit) @37613   13 years vboxsync wddm/3d: fix snapshots with aero
(edit) @37472   13 years vboxsync HostServices/SharedClipboard: use headless attribute (X11 only)
(edit) @37458   13 years vboxsync HostServices/SharedClipboard/testcase: re-enable Windows
(edit) @37455   13 years vboxsync HostServices/SharedClipboard: setter for headless mode in service, …
(edit) @37438   13 years vboxsync HostServices/SharedClipboard/testcase: disable Windows for now
(edit) @37437   13 years vboxsync HostServices/SharedClipboard/testcase: attempt to hack/fix the Windows …
(edit) @37435   13 years vboxsync GuestHost/SharedClipboard: moved the RTEnvGet("DISPLAY") hack out into …
(edit) @37434   13 years vboxsync GuestHost/SharedClipboard: moved the RTEnvGet("DISPLAY") hack out into …
(edit) @37433   13 years vboxsync crOpenGL: prevent log flooding
(edit) @37432   13 years vboxsync crOpenGL: strict offset check (#5720)
(edit) @37429   13 years vboxsync compile fixes if VBOX_WITH_MAIN is not defined
(edit) @37394   13 years vboxsync Wddm/3D: fixed random screen corruption when running 3d apps under …
(edit) @37383   13 years vboxsync OpenGL-OSX: no alpha for the target
(edit) @37382   13 years vboxsync OpenGL-OSX: flush before swapping
(edit) @37375   13 years vboxsync GuestCtrl: Added APIs for guest directory enumeration, guest file …
(edit) @37352   13 years vboxsync HostServices/GuestCtrl: Simplified host/guest command handling.
(edit) @37333   14 years vboxsync OpenGl-OSX: debug left over; remove compiler warnings; use GL_LINEAR …
(edit) @37332   14 years vboxsync OpenGl-OSX: introduce double buffer support for FBO (Gnome3 fix); use …
(edit) @36873   14 years vboxsync HostServices/GuestCtrl: Rewritten testcase, now builds by default.
(edit) @36872   14 years vboxsync HostServices/GuestCtrl: Fixed several bugs revealed by upcoming testcase.
(edit) @36846   14 years vboxsync 3D for VRDP: initial commit, build fix (xTracker 5565).
(edit) @36845   14 years vboxsync 3D for VRDP: initial commit, build fix (xTracker 5565).
(edit) @36843   14 years vboxsync 3D for VRDP: initial commit (xTracker 5565).
(edit) @36743   14 years vboxsync HostServices/GuestCtrl: More checks for empty buffers, drop host …
(edit) @36735   14 years vboxsync crOpenGL: fix crash on mac (#5651)
(edit) @36580   14 years vboxsync Trunk: forward ported r70973: Additions/common/VBoxService: the …
(edit) @36529   14 years vboxsync iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
(edit) @36412   14 years vboxsync GuestProps: TRANSRESET implies TRANSIENT, return it for old additions …
(edit) @36375   14 years vboxsync tstGuestPropSvc.cpp: Used RTTest so we can allocate a guarded buffer …
(edit) @36290   14 years vboxsync crOpenGL: typo fix
(edit) @36259   14 years vboxsync HostServices/GuestProperties: fixed the maximum flag length a bit more …
(edit) @36231   14 years vboxsync crOpenGL: workaround for recent nvidia drivers, disabled yet as need …
(edit) @36052   14 years vboxsync crOpenGL: use PBO to get texture data in offscreen rendering mode
(edit) @36050   14 years vboxsync crOpenGL: fix snapshots with compiz
(edit) @36047   14 years vboxsync crOpenGL: fix crash on win hosts when forced shutting down a vm (#6443)
(edit) @35998   14 years vboxsync crOpenGL: fix guest compiz clipping with forced fbo
(edit) @35995   14 years vboxsync crOpenGL: fix 3d window clipping for fbo case
(edit) @35993   14 years vboxsync typo
(edit) @35969   14 years vboxsync crOpenGL: add option to force fbo usage for 3d over rdp
(edit) @35944   14 years vboxsync VBoxAuth samples: updated to the new generic auth interface (mac build …
(edit) @35943   14 years vboxsync VBoxAuth samples: updated to the new generic auth interface.
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