|
|
@39233
|
13 years |
vboxsync |
GuestProperties: Provoke get bug.
|
|
|
@39232
|
13 years |
vboxsync |
GuestProperties: Ripped out the std::list code.
|
|
|
@39230
|
13 years |
vboxsync |
GuestProperties: Enabled the string space code.
|
|
|
@39228
|
13 years |
vboxsync |
GuestProperties: Added code for using RTStrSpace instead of std::list …
|
|
|
@39206
|
13 years |
vboxsync |
Made OpenGL build against the Mac OS X 10.7 SDK. Some cleanups.
|
|
|
@38989
|
13 years |
vboxsync |
crOpenGL: reset last opengl error on context creation
|
|
|
@38964
|
13 years |
vboxsync |
crOpenGL: show max supported uniforms in log
|
|
|
@38737
|
13 years |
vboxsync |
One more Log redef gone.
|
|
|
@38736
|
13 years |
vboxsync |
*: Please don NOT redefine logger macros.
|
|
|
@38735
|
13 years |
vboxsync |
%lS -> %ls.
|
|
|
@38733
|
13 years |
vboxsync |
%S -> %s and some other minor cleanups.
|
|
|
@38636
|
13 years |
vboxsync |
*,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
|
|
|
@38505
|
13 years |
vboxsync |
crOpenGL: fix incorrect rendering when switching to/from fullscreen …
|
|
|
@38278
|
13 years |
vboxsync |
*.kmk: install path adjustments.
|
|
|
@38245
|
13 years |
vboxsync |
crOpenGL: prevent clients from deleting default mural
|
|
|
@38152
|
13 years |
vboxsync |
INSTARGET -> [12]_STAGE_TARGET.
|
|
|
@38142
|
13 years |
vboxsync |
crogl: correctly report texunits number as MIN(cr supports, gpu supports)
|
|
|
@38133
|
13 years |
vboxsync |
GuestCtrl: Removed obsolete code for guest directory enumeration.
|
|
|
@38082
|
13 years |
vboxsync |
*.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
|
|
|
@37946
|
13 years |
vboxsync |
crOpenGL: missing param
|
|
|
@37706
|
13 years |
vboxsync |
OpenGL-OSX: update the window after the visible regions went to zero …
|
|
|
@37613
|
13 years |
vboxsync |
wddm/3d: fix snapshots with aero
|
|
|
@37472
|
13 years |
vboxsync |
HostServices/SharedClipboard: use headless attribute (X11 only)
|
|
|
@37458
|
13 years |
vboxsync |
HostServices/SharedClipboard/testcase: re-enable Windows
|
|
|
@37455
|
13 years |
vboxsync |
HostServices/SharedClipboard: setter for headless mode in service, …
|
|
|
@37438
|
13 years |
vboxsync |
HostServices/SharedClipboard/testcase: disable Windows for now
|
|
|
@37437
|
13 years |
vboxsync |
HostServices/SharedClipboard/testcase: attempt to hack/fix the Windows …
|
|
|
@37435
|
13 years |
vboxsync |
GuestHost/SharedClipboard: moved the RTEnvGet("DISPLAY") hack out into …
|
|
|
@37434
|
13 years |
vboxsync |
GuestHost/SharedClipboard: moved the RTEnvGet("DISPLAY") hack out into …
|
|
|
@37433
|
13 years |
vboxsync |
crOpenGL: prevent log flooding
|
|
|
@37432
|
13 years |
vboxsync |
crOpenGL: strict offset check (#5720)
|
|
|
@37429
|
13 years |
vboxsync |
compile fixes if VBOX_WITH_MAIN is not defined
|
|
|
@37394
|
13 years |
vboxsync |
Wddm/3D: fixed random screen corruption when running 3d apps under …
|
|
|
@37383
|
13 years |
vboxsync |
OpenGL-OSX: no alpha for the target
|
|
|
@37382
|
13 years |
vboxsync |
OpenGL-OSX: flush before swapping
|
|
|
@37375
|
13 years |
vboxsync |
GuestCtrl: Added APIs for guest directory enumeration, guest file …
|
|
|
@37352
|
13 years |
vboxsync |
HostServices/GuestCtrl: Simplified host/guest command handling.
|
|
|
@37333
|
14 years |
vboxsync |
OpenGl-OSX: debug left over; remove compiler warnings; use GL_LINEAR …
|
|
|
@37332
|
14 years |
vboxsync |
OpenGl-OSX: introduce double buffer support for FBO (Gnome3 fix); use …
|
|
|
@36873
|
14 years |
vboxsync |
HostServices/GuestCtrl: Rewritten testcase, now builds by default.
|
|
|
@36872
|
14 years |
vboxsync |
HostServices/GuestCtrl: Fixed several bugs revealed by upcoming testcase.
|
|
|
@36846
|
14 years |
vboxsync |
3D for VRDP: initial commit, build fix (xTracker 5565).
|
|
|
@36845
|
14 years |
vboxsync |
3D for VRDP: initial commit, build fix (xTracker 5565).
|
|
|
@36843
|
14 years |
vboxsync |
3D for VRDP: initial commit (xTracker 5565).
|
|
|
@36743
|
14 years |
vboxsync |
HostServices/GuestCtrl: More checks for empty buffers, drop host …
|
|
|
@36735
|
14 years |
vboxsync |
crOpenGL: fix crash on mac (#5651)
|
|
|
@36580
|
14 years |
vboxsync |
Trunk: forward ported r70973: Additions/common/VBoxService: the …
|
|
|
@36529
|
14 years |
vboxsync |
iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
|
|
|
@36412
|
14 years |
vboxsync |
GuestProps: TRANSRESET implies TRANSIENT, return it for old additions …
|
|
|
@36375
|
14 years |
vboxsync |
tstGuestPropSvc.cpp: Used RTTest so we can allocate a guarded buffer …
|
|
|
@36290
|
14 years |
vboxsync |
crOpenGL: typo fix
|
|
|
@36259
|
14 years |
vboxsync |
HostServices/GuestProperties: fixed the maximum flag length a bit more …
|
|
|
@36231
|
14 years |
vboxsync |
crOpenGL: workaround for recent nvidia drivers, disabled yet as need …
|
|
|
@36052
|
14 years |
vboxsync |
crOpenGL: use PBO to get texture data in offscreen rendering mode
|
|
|
@36050
|
14 years |
vboxsync |
crOpenGL: fix snapshots with compiz
|
|
|
@36047
|
14 years |
vboxsync |
crOpenGL: fix crash on win hosts when forced shutting down a vm (#6443)
|
|
|
@35998
|
14 years |
vboxsync |
crOpenGL: fix guest compiz clipping with forced fbo
|
|
|
@35995
|
14 years |
vboxsync |
crOpenGL: fix 3d window clipping for fbo case
|
|
|
@35993
|
14 years |
vboxsync |
typo
|
|
|
@35969
|
14 years |
vboxsync |
crOpenGL: add option to force fbo usage for 3d over rdp
|
|
|
@35944
|
14 years |
vboxsync |
VBoxAuth samples: updated to the new generic auth interface (mac build …
|
|
|
@35943
|
14 years |
vboxsync |
VBoxAuth samples: updated to the new generic auth interface.
|
|
|
@35771
|
14 years |
vboxsync |
crOpenGL: remove debug code
|
|
|
@35770
|
14 years |
vboxsync |
crOpenGL: fix deadlock with multiply screens (#5462)
|
|
|
@35507
|
14 years |
vboxsync |
VBoxAuth for Linux / Solaris only if VBOX_WITH_PAM is enabled (default)
|
|
|
@35484
|
14 years |
vboxsync |
GuestHost/OpenGL, HostServices/SharedOpenGL: added missing LICENSE file
|
|
|
@35482
|
14 years |
vboxsync |
HostServices/Shared Folders: fixed parameter parsing for symlinks, …
|
|
|
@35447
|
14 years |
vboxsync |
HostServices/SharedOpenGL: comment fix
|
|
|
@35444
|
14 years |
vboxsync |
HostServices/SharedOpenGL: typos
|
|
|
@35443
|
14 years |
vboxsync |
HostServices/SharedOpenGL: the critical include directories are not …
|
|
|
@35380
|
14 years |
vboxsync |
Makefiles: The PATH_<target> variable is deprated, use …
|
|
|
@35347
|
14 years |
vboxsync |
build fix.
|
|
|
@35346
|
14 years |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@35035
|
14 years |
vboxsync |
HostServices/GuestControl: Better client count checks.
|
|
|
@35033
|
14 years |
vboxsync |
HostServices/GuestControl: type fix
|
|
|
@34855
|
14 years |
vboxsync |
HostServices/SharedFolders: Release (less noisy) + debug logging …
|
|
|
@34825
|
14 years |
vboxsync |
GuestControl/service: Don't try to deliver too big messages to the …
|
|
|
@34776
|
14 years |
vboxsync |
GuestControl/service: Check for HGCM buffer size.
|
|
|
@34725
|
14 years |
vboxsync |
crOpenGL: fix incorrect rendering/host crashes when running apps in …
|
|
|
@34571
|
14 years |
vboxsync |
crOpenGL: fix compiz for high resolution guests
|
|
|
@34563
|
14 years |
vboxsync |
VRDPAuth -> VBoxAuth.
|
|
|
@34558
|
14 years |
vboxsync |
Updated VBox authentication library interface, removed references to VRDP.
|
|
|
@34270
|
14 years |
vboxsync |
crOpenGL: fix check for huge guest windows
|
|
|
@34269
|
14 years |
vboxsync |
crOpenGL: fix broken state when using multiscreen
|
|
|
@34267
|
14 years |
vboxsync |
3d: multimon support fix
|
|
|
@34253
|
14 years |
vboxsync |
HostServices/GuestControl: Added guest clients reference counting for …
|
|
|
@34182
|
14 years |
vboxsync |
wddm/3d: saved state fixes 1
|
|
|
@34078
|
14 years |
vboxsync |
shared folder: one more missed check
|
|
|
@34051
|
14 years |
vboxsync |
shared folders: code missed by r67658
|
|
|
@33994
|
14 years |
vboxsync |
shfl: Replaced RTFSOBJINFO and RTFSPROPERTIES with shared folder …
|
|
|
@33992
|
14 years |
vboxsync |
Grrr
|
|
|
@33991
|
14 years |
vboxsync |
and another one
|
|
|
@33989
|
14 years |
vboxsync |
crOpenGL: those ain't continuous arrays
|
|
|
@33988
|
14 years |
vboxsync |
crOpenGL/wddm: more multithreading fixes, vista expirience index works now
|
|
|
@33986
|
14 years |
vboxsync |
next try
|
|
|
@33977
|
14 years |
vboxsync |
*: replaced a bunch of sprintf() by snprintf()
|
|
|
@33892
|
14 years |
vboxsync |
Shared folders: drop the #if defined-all-oses around SET_SYMLINKS.
|
|
|
@33806
|
14 years |
vboxsync |
ExtPack changes, related IPRT changes.
|
|
|
@33637
|
14 years |
vboxsync |
Shared folders: enable symlinks on Windows hosts
|
|
|
@33601
|
14 years |
vboxsync |
warning
|
|
|