VirtualBox

source: vbox/trunk/src/VBox/Additions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21050   15 years vboxsync Windows Guest Additions installer: Typo.
(edit) @21043   15 years vboxsync x11/clipboard: fixed uninitialized variable causing Solaris VBoxClient …
(edit) @21042   15 years vboxsync Undefined symbols update: Solaris.
(edit) @21041   15 years vboxsync Linux shared folders: fix for Linux 2.6.24 ... 2.6.27.something kernels
(edit) @21023   15 years vboxsync VBoxGuestCommonISR: interrupt disabled remark…
(edit) @21022   15 years vboxsync crOpenGL: fix glew library detection on linux
(edit) @21015   15 years vboxsync Linux guest kernel modules: prevent some superflous output during build
(edit) @21014   15 years vboxsync Linux shared folders: Linux 2.6.31 fixes
(edit) @20986   15 years vboxsync Additions/WINNT/Installer: French NLS
(edit) @20985   15 years vboxsync video hw accel: colorkey support in guest driver, checking gl caps …
(edit) @20970   15 years vboxsync crOpenGL: fix incorrect rendering of glDrawRangeElements
(edit) @20969   15 years vboxsync Windows Guest Additions installer: Only let the D3D support install in …
(edit) @20965   15 years vboxsync Additions/Linux/vboxmod: silence a warning
(edit) @20962   15 years vboxsync checkUndefined.sh: for solaris too.
(edit) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20953   15 years vboxsync additions fix
(edit) @20942   15 years vboxsync Additions/x11/vboxmouse: missing symbol
(edit) @20939   15 years vboxsync Additions/x11/vboxvideo: symbols needed by the build boxes
(edit) @20935   15 years vboxsync Additions/Linux/vboxadd: missing logging ioctl in release builds
(edit) @20934   15 years vboxsync Additions/x11: automatically check for missing symbols when building
(edit) @20906   15 years vboxsync video hw accel: color keying & color conversion basics impl for QGL …
(edit) @20879   15 years vboxsync gcc warnings
(edit) @20877   15 years vboxsync gcc warning
(edit) @20721   15 years vboxsync VboxServiceVMInfo-win.cpp: %Rrc->%u for windows status code.
(edit) @20710   15 years vboxsync typo
(edit) @20707   15 years vboxsync Linux shared folders: implemented some missing functions, xTracker 3764
(edit) @20698   15 years vboxsync VBoxService/win: Fixed Guest Additions lookup.
(edit) @20692   15 years vboxsync video hw accel: DdLock fix
(edit) @20683   15 years vboxsync video hw accel: ddraw command processing fixes
(edit) @20659   15 years vboxsync Windows guest additions: use KernelMode wait for HCGM calls from …
(edit) @20658   15 years vboxsync crOpenGL: add version info for guest dlls
(edit) @20657   15 years vboxsync Additions/x11/vboxvideo: DRI wants the physical video RAM mapping, not …
(edit) @20653   15 years vboxsync video hw accel: fixes for basic ddraw op hanlding
(edit) @20636   15 years vboxsync crOpenGL: disable debugging for release builds
(edit) @20635   15 years vboxsync crOpenGL: add WGL_EXT_pixel_format and WGL_ARB_pixel_format extensions
(edit) @20618   15 years vboxsync Additions/x11/vboxvideo: fix for systems without DRI
(edit) @20617   15 years vboxsync crOpenGL: check for host 2.0 support before exporting pre 2.0 arb …
(edit) @20616   15 years vboxsync crOpenGL: enable viewport hack for googleearth in d3d9 mode
(edit) @20613   15 years vboxsync crOpenGL: use backbuffer for offscreen rendering by default
(edit) @20612   15 years vboxsync crOpenGL: update wine to 1.1.23
(edit) @20582   15 years vboxsync crOpenGL: copy-paste bug
(edit) @20581   15 years vboxsync crOpenGL: add version info to d3d8/9 dlls
(edit) @20552   15 years vboxsync Additions/x11/VBoxClient: switch the shared clipboard code to using …
(edit) @20550   15 years vboxsync Additions/x11/vboxvideo: dri fixes
(edit) @20509   15 years vboxsync OSE headers
(edit) @20508   15 years vboxsync OSE header
(edit) @20483   15 years vboxsync video hw accel: blt impl basics for guest video drv
(edit) @20482   15 years vboxsync Additions/WINNT/Installer: French NLS
(edit) @20478   15 years vboxsync video hw accel: guest driver -> host framebuffer commands processing impl
(edit) @20476   15 years vboxsync crOpenGL: fix vertex arrays and glsl interaction
(edit) @20468   15 years vboxsync crOpenGL: temp debugging hack to enable certain extensions on guest side
(edit) @20467   15 years vboxsync crOpenGL: aliases for pre opengl2.0 arb extensions
(edit) @20460   15 years vboxsync Windows guest display driver: use correct foreground color in …
(edit) @20439   15 years vboxsync crOpenGL: spaces to tab
(edit) @20438   15 years vboxsync crOpenGL: typo
(edit) @20437   15 years vboxsync crOpenGL: fix various opengl 2.0 get functions
(edit) @20422   15 years vboxsync crOpenGL: update comment
(edit) @20411   15 years vboxsync crOpenGL: allow wine to query real host gpu vendor/version/renderer …
(edit) @20401   15 years vboxsync crOpenGL: make glview happy to report our GLSL version
(edit) @20398   15 years vboxsync crOpenGL: make icd recognizeable by glew library, +fix issue with …
(edit) @20392   16 years vboxsync crOpenGL: add glsl version to getstring
(edit) @20390   16 years vboxsync crOpenGL: use case insensitive compare to match app names
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20371   16 years vboxsync Misc: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20369   16 years vboxsync Additions: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20348   16 years vboxsync Linux shared folders: file mode setting function must request write …
(edit) @20342   16 years vboxsync Linux shared folders: make chmod work on hosts which support file …
(edit) @20327   16 years vboxsync crOpenGL: more opengl 2.0 functions
(edit) @20312   16 years vboxsync crOpenGL: disable d3d for wdm.exe
(edit) @20307   16 years vboxsync Windows Guest Additions Installer: Message for WRP, proper uninstallation.
(edit) @20298   16 years vboxsync Linux shared folders: properly initialize the whole params !VBoxCall() …
(edit) @20253   16 years vboxsync OpenGL: be less verbose during compile
(edit) @20242   16 years vboxsync View HW Accel: OpenGL framebuffer
(edit) @20239   16 years vboxsync Windows Guest Additions Installer: Added components page for D3D …
(edit) @20227   16 years vboxsync OSE fix
(edit) @20201   16 years vboxsync Fixed a regression in VBoxTray: setvideomodehint was ignored if there …
(edit) @20182   16 years vboxsync crOpenGL: return GL_VESRION in proper format
(edit) @20150   16 years vboxsync crOpenGL: typo + missing dep
(edit) @20148   16 years vboxsync crOpenGL: fix warning
(edit) @20084   16 years vboxsync crOpenGL: reduce amount of sync calls to speed up d3d
(edit) @20083   16 years vboxsync crOpenGL: tabs to spaces
(edit) @20029   16 years vboxsync crOpenGL: hack for google earth view size, turned off
(edit) @20009   16 years vboxsync Video HW Accel: guest->host command mechanism fixes
(edit) @19982   16 years vboxsync crOpenGL: d3d8/9 wine/native switcher dll
(edit) @19964   16 years vboxsync WINNT/Graphics/Makefile.kmk: nitpicking
(edit) @19909   16 years vboxsync crOpenGL: disable wine for 64bit targets
(edit) @19905   16 years vboxsync crOpenGL: enable building of wine
(edit) @19880   16 years vboxsync crOpenGL: don't do glGetError after every wine's opengl call
(edit) @19844   16 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
(edit) @19836   16 years vboxsync Fix for the videomodehint processing in Windows7 guest.
(edit) @19800   16 years vboxsync clipboard: typo
(edit) @19713   16 years vboxsync VBoxVideo: Log.
(edit) @19711   16 years vboxsync HGSMI: host->guest command processing working
(edit) @19705   16 years vboxsync VBoxTray: Debug msg.
(edit) @19703   16 years vboxsync VBoxTray: Display debug stuff. Added check for setting display mode.
(edit) @19701   16 years vboxsync VBoxTray: Make display thread less noisy.
(edit) @19678   16 years vboxsync opengl: update wine to 1.1.21, add d3d9.dll to build list
(edit) @19655   16 years vboxsync Additions/X.Org 1.5+: report that we can read mouse movement events …
(edit) @19644   16 years vboxsync VBoxService/common: Proper building with VBOX_WITH_GUEST_PROPS.
(edit) @19637   16 years vboxsync VBoxService/VMInfo: tabs, spaces.
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