VirtualBox

source: vbox/trunk/src/VBox/Additions/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21272   15 years vboxsync SysHlp.cpp: build fix.
(edit) @21271   15 years vboxsync VBoxGuestR0Lib: yes it does.
(edit) @21270   15 years vboxsync VBoxGuestR0Lib: doesn't need SysHlp.cpp.
(edit) @21268   15 years vboxsync HGCMInternal.cpp,SysHlp.cpp: use the kernel/user mode indicator.
(edit) @21267   15 years vboxsync VBoxGuest-linux.c: ditto
(edit) @21263   15 years vboxsync add/files_vbox*: Missing VBox/param.h.
(edit) @21261   15 years vboxsync oops.
(edit) @21260   15 years vboxsync VBGL: Renamed the internal HGCM functions and added a kernel/user mode …
(edit) @21250   15 years vboxsync VBoxService: extend the standard target to make the NT4 one.
(edit) @21248   15 years vboxsync crOpenGL: fix dynamic linking for non dri/fakedri builds
(edit) @21247   15 years vboxsync VBoxService/common: Don't do the ACL stuff on service startup when …
(edit) @21246   15 years vboxsync VBoxService/common: Now works with NT4 as well.
(edit) @21230   15 years vboxsync build fix.
(edit) @21227   15 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21226   15 years vboxsync VMMDev.h: cleanup.
(edit) @21219   15 years vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @21218   15 years vboxsync Additions: Use VBoxGuestLib.h instead of VBoxGuest.h where applicable.
(edit) @21211   15 years vboxsync VBoxGuest.h,VBoxGuestLib: Moved the VbglR3 API out of VBoxGuest.h and …
(edit) @21201   15 years vboxsync VBoxGuestR3Lib.cpp: Solaris+freebsd todo.
(edit) @21200   15 years vboxsync VBoxGuestR3Lib.cpp: Fix the XFREE86 build mode.
(edit) @21199   15 years vboxsync VBoxGuest-linux.c,VBoxGuestR3Lib.cpp: Fixed ioctl error check for …
(edit) @21198   15 years vboxsync VBoxGuestR3LibGuestProp.cpp: removed (uint32_t) cast+todo.
(edit) @21170   15 years vboxsync Additions: Mouse polling support in Solaris kernel module and minor …
(edit) @21167   15 years vboxsync VBoxServiceInternal.h: docs clearification.
(edit) @21166   15 years vboxsync VBoxServiceVMInfo.cpp: Don't crash in the termination code if init fails.
(edit) @21165   15 years vboxsync VBoxService.cpp: Fixed error message.
(edit) @21163   15 years vboxsync VBoxServiceTimeSync.cpp: Reformatted the help.
(edit) @21162   15 years vboxsync VBoxServiceTimeSync.cpp: Updated docs. Added one more review question.
(edit) @21160   15 years vboxsync VBoxServiceTimeSync.cpp: Split up the code doing the platform specific …
(edit) @21158   15 years vboxsync VBoxServiceTimeSync.cpp: r=bird: More todos for the windows code.
(edit) @21157   15 years vboxsync VBoxServiceTimeSync.cpp: r=bird: Some todos for the windows code.
(edit) @21155   15 years vboxsync VBoxGuest-linux.c: bugfixes. the timeservice works now.
(edit) @21150   15 years vboxsync VBoxService/common: Fixed Guest Additions version lookup.
(edit) @21139   15 years vboxsync VBoxService: Fixed handling of disabled services.
(edit) @21137   15 years vboxsync VBoxGuest-linux: building, logging and a bugfix. (it loads now)
(edit) @21127   15 years vboxsync crOpenGL: fix window/context management for multithreaded apps
(edit) @21118   15 years vboxsync VBoxGuest (common): building on linux.
(edit) @21104   15 years vboxsync another shot at the add build box.
(edit) @21103   15 years vboxsync additions build fix.
(edit) @21102   15 years vboxsync VBoxGuest (common): poll() update.
(edit) @21100   15 years vboxsync additions build fix.
(edit) @21095   15 years vboxsync VBoxGuest (common): mouse polling.
(edit) @21071   15 years vboxsync VBoxGuestCommonISR: removed incorrect comment, the code can be called …
(edit) @21070   15 years vboxsync crOpenGL: fix linux build with real dri
(edit) @21069   15 years vboxsync VBoxGuest (common): porting to linux. some cleanup. currently untested.
(edit) @21023   15 years vboxsync VBoxGuestCommonISR: interrupt disabled remark…
(edit) @21022   15 years vboxsync crOpenGL: fix glew library detection on linux
(edit) @20970   15 years vboxsync crOpenGL: fix incorrect rendering of glDrawRangeElements
(edit) @20879   15 years vboxsync gcc warnings
(edit) @20721   15 years vboxsync VboxServiceVMInfo-win.cpp: %Rrc->%u for windows status code.
(edit) @20698   15 years vboxsync VBoxService/win: Fixed Guest Additions lookup.
(edit) @20658   15 years vboxsync crOpenGL: add version info for guest dlls
(edit) @20635   15 years vboxsync crOpenGL: add WGL_EXT_pixel_format and WGL_ARB_pixel_format extensions
(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) @20509   15 years vboxsync OSE headers
(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) @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   15 years vboxsync crOpenGL: add glsl version to getstring
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20369   16 years vboxsync Additions: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20327   16 years vboxsync crOpenGL: more opengl 2.0 functions
(edit) @20253   16 years vboxsync OpenGL: be less verbose during compile
(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) @19644   16 years vboxsync VBoxService/common: Proper building with VBOX_WITH_GUEST_PROPS.
(edit) @19637   16 years vboxsync VBoxService/VMInfo: tabs, spaces.
(edit) @19635   16 years vboxsync doppelmoppel
(edit) @19630   16 years vboxsync solaris adds build fix
(edit) @19629   16 years vboxsync VBoxService/Solaris: build fix, added libnsl dependency.
(edit) @19625   16 years vboxsync VBoxService/common: Solaris netmask.
(edit) @19623   16 years vboxsync VBoxService/common: Solaris netmask.
(edit) @19620   16 years vboxsync VBoxService/common: No const here. Used as output param.
(edit) @19619   16 years vboxsync VBoxService/common: Solaris header.
(edit) @19618   16 years vboxsync warnings (use const char* where appropriate)
(edit) @19617   16 years vboxsync VBoxService/common: Added network interface information (IPv4) for …
(edit) @19532   16 years vboxsync VBoxService/common: Backed cmd line changes; won't work.
(edit) @19527   16 years vboxsync VBoxService/common: Comment.
(edit) @19526   16 years vboxsync VBoxService/common: Bugfix for cmd line.
(edit) @19521   16 years vboxsync VBoxService/common: Don't exit on unknown parameters.
(edit) @19517   16 years vboxsync VBoxService/common: Updated linux parts (installer, setup scripts, ...).
(edit) @19514   16 years vboxsync VBoxService/common: Tabs.
(edit) @19513   16 years vboxsync VBoxService/common:
(edit) @19376   16 years vboxsync VBoxService/common: Renaming Windows-specific stuff.
(edit) @19374   16 years vboxsync VBoxService/common: SVN props.
(edit) @19373   16 years vboxsync VBoxService: Replacing VBoxService/win with VBoxService/common. This …
(edit) @19372   16 years vboxsync VBoxService/common: Resource file (+icon) for Windows build.
(edit) @19364   16 years vboxsync VBoxService/common: Build fix.
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