VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxBFE

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @42248   12 years vboxsync API change for SetVideoModeHint to be able to disable guest screens …
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41184   13 years vboxsync Main+Frontends: removed unused and confusing VirtualBoxErrorInfo …
(edit) @40633   13 years vboxsync several warnings
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @39955   13 years vboxsync Ancient Solaris crossbow/TAP no longer relevant.
(edit) @39892   13 years vboxsync VMMDev: Allow some more function pointers to be NULL in …
(edit) @39891   13 years vboxsync build fix.
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38324   13 years vboxsync FE/Qt,FE/BFE,MachineDebugger,EM: Added execution scheduling options to …
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37418   13 years vboxsync Fixed a uninitialized variable in a PDM driver method used by VBoxBFE …
(edit) @36591   14 years vboxsync FE/BFE: remove some USB bits and some L4 bits
(edit) @36590   14 years vboxsync FE/BFE: remove some USB bits and some L4 bits
(edit) @36588   14 years vboxsync FE/BFE: remove some USB bits and some L4 bits
(edit) @36587   14 years vboxsync FE/BFE: remove some USB bits and some L4 bits
(edit) @36586   14 years vboxsync FE/BFE: remove some USB bits and some L4 bits
(edit) @36401   14 years vboxsync VBoxBFE: The testcase/Makefile.kmk is *NOT* allowed to reference …
(edit) @36344   14 years vboxsync Runtime/log: implement log rotation, adapt all code creating log files …
(edit) @36162   14 years vboxsync FE/BFE: testcase comments
(edit) @36160   14 years vboxsync FE/VBoxBFE: another makefile fix attempt
(edit) @36159   14 years vboxsync another try to fix the dependencies
(edit) @36158   14 years vboxsync VBoxBFE: attempt to fix the dependency issue and two warnings
(edit) @36156   14 years vboxsync FE/BFE: try the mouse testcase again
(edit) @36152   14 years vboxsync FE/VBoxBFE: disabled mouse testcase until I have time to make it build …
(edit) @36149   14 years vboxsync FE/VBoxBFE: added a testcase for the Main mouse class
(edit) @36120   14 years vboxsync FE/BFE: fix some warnings
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35380   14 years vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35368   14 years vboxsync Main: source re-org.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34754   14 years vboxsync Main/VMMDev: optionally report multi-monitor mouse co-ordinates …
(edit) @33758   14 years vboxsync Main, Devices/VMMDev, VBoxBFE: some rewrites of the mouse handling code
(edit) @33590   14 years vboxsync VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32851   14 years vboxsync Main: defer creation of the VMMDev instance in Console to …
(edit) @32817   14 years vboxsync Main: some locking and readability clean-up of MouseImpl
(edit) @32388   14 years vboxsync more branding fixes
(edit) @32231   14 years vboxsync *: a few OTHER_CLEAN typos and fixes
(edit) @32191   14 years vboxsync PDMDevHlpVMSuspendSaveAndPowerOff: More code.
(edit) @32172   14 years vboxsync nit
(edit) @32169   14 years vboxsync FT updates
(edit) @31895   14 years vboxsync FT updates
(edit) @30776   14 years vboxsync VBoxBFE: Missing VMMDev bits.
(edit) @30764   14 years vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30760   14 years vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(edit) @30758   14 years vboxsync More fine grained Guest Additions status; now marks Additions as …
(edit) @30724   14 years vboxsync Recommitted r63480 - VMMDev: Adding an optional (disabled by default) …
(edit) @30718   14 years vboxsync back out r63480 (burns windows)
(edit) @30715   14 years vboxsync VMMDev: Adding an optional (disabled by default) testing side to the …
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30594   14 years vboxsync Fix VBoxBFE frontend after latest interface changes
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28264   15 years vboxsync VideoModeSupported for multimonitor. (xTracker 4655)
(edit) @28215   15 years vboxsync IDisplay API changes for multimonitor (xTracker 4655)
(edit) @27857   15 years vboxsync Main: NAT API and corresponding commands have been added at VBoxManage …
(edit) @27315   15 years vboxsync FE/BFE: removed some dead code
(edit) @26982   15 years vboxsync FE/BFE: VBoxBFE now uses MouseImpl from Main
(edit) @26981   15 years vboxsync FE/BFE: attempt to fix a Solaris burn
(edit) @26980   15 years vboxsync FE/BFE: more clean-up to reduce the difference between MouseImpl.cpp …
(edit) @26935   15 years vboxsync pdmifs, Devices/Input, Main, FE/BFE: add support for absolute-only …
(edit) @26853   15 years vboxsync VBoxBFE: Attempt to fix burn caused by r58109.
(edit) @26850   15 years vboxsync attempt to fix the win builds
(edit) @26835   15 years vboxsync FE/BFE: the MainVMMDev driver is now called HGCM
(edit) @26834   15 years vboxsync FE/BFE: resynchronise MouseImpl from Main
(edit) @26509   15 years vboxsync Frontends: tabs -> spaces.
(edit) @26502   15 years vboxsync Frontends: whitespace cleanup.
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25971   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25969   15 years vboxsync pdmifs.h: Converted the mouse interface ids. Committing early to see …
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25771   15 years vboxsync *: Shut up -Wshadow warnings.
(edit) @25371   15 years vboxsync build fix
(edit) @25370   15 years vboxsync build fix
(edit) @24018   15 years vboxsync toupper -> RT_C_TO_UPPER.
(edit) @24013   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @23598   15 years vboxsync VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and …
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23021   15 years vboxsync VBoxBFE: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait
(edit) @23015   15 years vboxsync VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
(edit) @22810   15 years vboxsync FE/Qt, Devices/Input, Main, FE/*: upgrade mouse device to an MS …
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22784   15 years vboxsync VMM,Main,VBoxBFE: Changed VMR3Save and started working on making …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22396   15 years vboxsync FreeBSD: Add support for tap interface networking. Contributed by …
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(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) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20850   15 years vboxsync typo
(edit) @20501   15 years vboxsync Solaris/Audio: Boomer(OSS) support (disabled, requires snv_115+).
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20368   16 years vboxsync Frontends: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19844   16 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
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