VirtualBox

source: vbox/trunk/src/VBox/HostServices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21523   15 years vboxsync crOpenGL: add protocol version check(4108), add max connected clients check
(edit) @21507   15 years vboxsync GuestProperties/service.cpp: r=bird: todo that *needs* fixing.
(edit) @21485   15 years vboxsync sf: parameter validation.
(edit) @21476   15 years vboxsync crOpenGL: typo
(edit) @21423   15 years vboxsync crOpenGL: fix VBOs on NVidia cards
(edit) @21422   15 years vboxsync crOpenGL: fix VBOs support on 32/64 or 64/32 guest/host combinations
(edit) @21380   15 years vboxsync crOpenGL: fix check typo
(edit) @21308   15 years vboxsync crOpenGL: use host side VBO when possible
(edit) @21306   15 years vboxsync crOpenGL: tabs to spaces
(edit) @21293   15 years vboxsync svn:eol-style native
(edit) @21256   15 years vboxsync Shared folders host service: vbsfSetFileInfo should not update Unix …
(edit) @21176   15 years vboxsync Shared folders host service: fixed gcc warnings about signed / …
(edit) @21172   15 years vboxsync Shared folders host service: fixed load state failure, when the order …
(edit) @21127   15 years vboxsync crOpenGL: fix window/context management for multithreaded apps
(edit) @21093   15 years vboxsync add build fix?
(edit) @21075   15 years vboxsync HostServices/SharedClipboard: change the procedure to make the unit …
(edit) @21033   15 years vboxsync crOpenGL: fix random texture corruption
(edit) @21028   15 years vboxsync crOpenGL: move warning to debug message
(edit) @21024   15 years vboxsync HostServices/SharedClipboard: handle the "no data from guest" case …
(edit) @20921   15 years vboxsync crOpenGL: dump host opengl extensions to the log (public #4294)
(edit) @20916   15 years vboxsync crOpenGL: fix memory corruption when querying for supported texture …
(edit) @20894   15 years vboxsync HostServices/GuestProperties: fixed a bad debug assertion
(edit) @20656   15 years vboxsync HostServices/GuestProperties: additional logging
(edit) @20584   15 years vboxsync Shared folders host service: LogRels in svcLoadState.
(edit) @20583   15 years vboxsync crOpenGL: move 2 log warnings which confuse people to debug output
(edit) @20551   15 years vboxsync GuestHost/SharedClipboard: refactored the shared clipboard code to …
(edit) @20511   15 years vboxsync OSE header fixes
(edit) @20467   15 years vboxsync crOpenGL: aliases for pre opengl2.0 arb extensions
(edit) @20451   15 years vboxsync FreeBSD: Enable shared OpenGL service. Completely untested due to lack …
(edit) @20450   15 years vboxsync FreeBSD: Add support for shared clipboards. Requires libXt
(edit) @20437   15 years vboxsync crOpenGL: fix various opengl 2.0 get functions
(edit) @20411   15 years vboxsync crOpenGL: allow wine to query real host gpu vendor/version/renderer …
(edit) @20392   15 years vboxsync crOpenGL: add glsl version to getstring
(edit) @20385   15 years vboxsync Missing return value
(edit) @20346   15 years vboxsync Shared folders Host: don't allow to clear the READ access bit from a …
(edit) @20329   15 years vboxsync Shared folders host service: use unix create mode bits only with …
(edit) @20327   15 years vboxsync crOpenGL: more opengl 2.0 functions
(edit) @20316   15 years vboxsync Shared folders host service: use unix create mode bits only with …
(edit) @20292   16 years vboxsync Corrected write-protected check for opening a file on shared folders …
(edit) @20279   16 years vboxsync Compute file open mode from file attributes (xTracker #3980).
(edit) @20266   16 years vboxsync crOpenGL: recheck function pointers after context creation
(edit) @20253   16 years vboxsync OpenGL: be less verbose during compile
(edit) @20179   16 years vboxsync crOpenGL: added todo comment
(edit) @20176   16 years vboxsync crOpenGL: remove unnecessary ifdef to fix win64 builds
(edit) @20175   16 years vboxsync crOpenGL: tabs to spaces
(edit) @20174   16 years vboxsync crOpenGL: packing/unpacking of part of opengl 2.0 functions
(edit) @20147   16 years vboxsync crOpenGL: some opengl 2.0 parts
(edit) @20028   16 years vboxsync crOpenGL: fix host crashes for guest apps with wrong opengl calls order
(edit) @20020   16 years vboxsync shared folders: prevent the guest to access parent directories
(edit) @19879   16 years vboxsync crOpenGL: fix bug with crashes in unloaded render_spu.dll (hopefully)
(edit) @19875   16 years vboxsync HostServices and GuestHost/SharedClipboard: hopefully fixed the broken …
(edit) @19842   16 years vboxsync SharedClipboard/GuestHost and HostServices/x11: use asynchronous host …
(edit) @19841   16 years vboxsync HostServices/SharedClipboard: added asynchronous processing for …
(edit) @19536   16 years vboxsync GuestHost/SharedClipboard/x11: renamed a struct
(edit) @19282   16 years vboxsync SharedClipboard: Include FreeBSD
(edit) @19174   16 years vboxsync Shared folders: use proper field names
(edit) @19171   16 years vboxsync Shared folders: less ugly solution for making execute bits set on …
(edit) @19152   16 years vboxsync HostServices and GuestHost/X11 clipboard: lots of changes, see defect …
(edit) @18886   16 years vboxsync HostServices/SharedClipboard: fixed a crash in the shared clipboard …
(edit) @18830   16 years vboxsync crOpenGL-OSX: Do an additional check if we are initialized when we get …
(edit) @18760   16 years vboxsync crOpenGL-OSX: use the host calls directly
(edit) @18756   16 years vboxsync HostServices/SharedClipboard: a couple of fixes and some assertions
(edit) @18735   16 years vboxsync crOpenGL: trap glFinish/glFlush for macos
(edit) @18722   16 years vboxsync crOpenGL-OSX: fix burn
(edit) @18721   16 years vboxsync crOpenGL-OSX: more clipping updates
(edit) @18708   16 years vboxsync GuestHost/SharedClipboard: reorganise constructor and destructor funcions
(edit) @18680   16 years vboxsync crOpenGL-OSX: more fixes
(edit) @18654   16 years vboxsync crOpenGL-OSX: more fixes for clipping on the root window
(edit) @18637   16 years vboxsync crOpenGL: add seamless mode clip regions to opengl ones
(edit) @18633   16 years vboxsync GuestHost/SharedClipboard: pass pointers instead of using globals …
(edit) @18610   16 years vboxsync crOpenGL-OSX: more fixes
(edit) @18593   16 years vboxsync HostServices/SharedFolders: on non-windows (=posix) host use 0666 as …
(edit) @18586   16 years vboxsync HostServices/SharedClipboard/X11: added opaque data pointers to the …
(edit) @18585   16 years vboxsync HostServices/SharedClipboard: split up the X11 host clipboard code …
(edit) @18582   16 years vboxsync HostServices/SharedClipboard: fixed remaining host/X11 separation todos
(edit) @18578   16 years vboxsync HostServices/SharedClipboard: split up a number of functions into a …
(edit) @18568   16 years vboxsync crOpenGL-OSX: burn fix
(edit) @18565   16 years vboxsync crOpenGL-OSX: initial fix for compiz enabled linux guest
(edit) @18551   16 years vboxsync HostServices/SharedClipboard/x11: removed an unneeded mutex, remove …
(edit) @18540   16 years vboxsync crOpenGL: another fix for intel drivers
(edit) @18519   16 years vboxsync crOpenGL: another fix for intel drivers
(edit) @18461   16 years vboxsync tstShflCase/Makefile: missing /..
(edit) @18460   16 years vboxsync tstShflCase: size_t warnings.
(edit) @18453   16 years vboxsync GuestPropterties/service.cpp: size_t warnings. Tip: The readbility of …
(edit) @18422   16 years vboxsync Makefiles,DIS: Cleanup of C++ exception options for the windows …
(edit) @18417   16 years vboxsync HostServices/SharedClipboard: split up the global context structure …
(edit) @18416   16 years vboxsync HostServices/SharedClipboard: split up the global context structure …
(edit) @18408   16 years vboxsync HostServices/SharedClipboard: remove references to the host-specific …
(edit) @18398   16 years vboxsync HostServices/SharedClipboard: move the first code to the GuestHost …
(edit) @18302   16 years vboxsync crOpenGL: support glGet* for GL_MAX_DRAW_BUFFERS_ARB
(edit) @18262   16 years vboxsync crOpenGL: fix snapshots saving for opengl apps which doesn't make any …
(edit) @18256   16 years vboxsync crOpenGL: typo
(edit) @18255   16 years vboxsync crOpenGL: fix for intel 965/963 host drivers
(edit) @18245   16 years vboxsync HostServices/SharedClipboard: renamed a file
(edit) @18128   16 years vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @17964   16 years vboxsync crOpenGL: fix client dissconection handling
(edit) @17484   16 years vboxsync crOpenGL: typo
(edit) @17482   16 years vboxsync crOpenGL: fixed VM hangs when starting guests with 3D acceleration …
(edit) @17254   16 years vboxsync crOpenGL: fix linking on linux hosts
(edit) @17022   16 years vboxsync renderspu_agl.c: Just made it build and link, it will not work.
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