VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @37043   14 年 vboxsync tstVBoxSDL: must init runtime first.
(edit) @37037   14 年 vboxsync empty statement
(edit) @35741   14 年 vboxsync frontends: init ATL, used for listener instantiation
(edit) @35726   14 年 vboxsync VBoxSDL: remove excessive listener release
(edit) @35722   14 年 vboxsync Main: reworked listener objects creation, fixes Win problems with …
(edit) @35666   14 年 vboxsync SDL frontend: fixed starting SDL VMs using API
(edit) @35385   14 年 vboxsync Makefiles: <target>_PATH is deprecated, use <target>_DEFPATH instead.
(edit) @35380   14 年 vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35287   14 年 vboxsync FE/Headless, FE/SDL: fixed a couple of copy'n'paste bugs
(edit) @35172   14 年 vboxsync Main/Events+VirtualBoxClient: merge VBoxSVCUnavailable and …
(edit) @34646   14 年 vboxsync Frontends/VBoxSDL: use VirtualBoxClient object, and terminate VM as …
(edit) @34645   14 年 vboxsync Frontends/VBoxSDL: variable naming cleanup and other minor cleanups
(edit) @34513   14 年 vboxsync Frontends/VBoxSDL: fix SDL uninit code, in certain failure cases it …
(edit) @33976   14 年 vboxsync now for real
(edit) @33972   14 年 vboxsync forgotten include
(edit) @33968   14 年 vboxsync one more
(edit) @33967   14 年 vboxsync burn fix
(edit) @33963   14 年 vboxsync Main: moved listeners to location usable by fronends, rework
(edit) @33916   14 年 vboxsync VBoxSDL: Be more clear about "--detecthostkey".
(edit) @33838   14 年 vboxsync Frontends/VBoxSDL: error check typo
(edit) @33590   14 年 vboxsync VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33386   14 年 vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33140   14 年 vboxsync Main: have Machine::MountMedium() behave like AttachDevice (use …
(edit) @32874   14 年 vboxsync FE/Common/VBoxKeyboard: try to use XKB to determine the keyboard …
(edit) @32780   14 年 vboxsync com/Guid: remove conversion operators to eliminate any compiler …
(edit) @32718   14 年 vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32083   14 年 vboxsync FE/SDL: removed obsolete code
(edit) @31698   14 年 vboxsync Main, frontends: unsigned long long -> long long
(edit) @31615   14 年 vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31574   14 年 vboxsync Main: bring back boolean argument to IConsole::discardSavedState()
(edit) @31568   14 年 vboxsync Main: combine IVirtualBox::openHardDisk(), openDVDImage(), …
(edit) @31562   14 年 vboxsync Main: merge IVirtualBox::FindHardDisk, GetHardDisk, FindDVDImage, …
(edit) @31539   14 年 vboxsync Main: use settings struct for machine user data; remove …
(edit) @31220   14 年 vboxsync Main: rename IConsole::forgetSavedState() to discardSavedState()
(edit) @31218   14 年 vboxsync Main: extend Machine::unregister() to no longer fail with machines in …
(edit) @31070   14 年 vboxsync Main: rename ISession::close() to ISession::unlockMachine(); API …
(edit) @31019   14 年 vboxsync Main: rename LockForSession() API to LockMachine() and fix parameters; …
(edit) @31016   14 年 vboxsync Main: unbreak frontends broken by r63924
(edit) @31008   14 年 vboxsync Main: reorganize session APIs
(edit) @30871   14 年 vboxsync Main: event names now in past tense
(edit) @30825   14 年 vboxsync Main: callbacks removal
(edit) @30681   14 年 vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   14 年 vboxsync Main: back out r63429
(edit) @30670   14 年 vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @30627   14 年 vboxsync Main, some frontends: removing callbacks
(edit) @30619   14 年 vboxsync burn fix
(edit) @30618   14 年 vboxsync SDL/FE: use events
(edit) @29655   15 年 vboxsync FE/SDL: use the X11 keyboard library
(edit) @29542   15 年 vboxsync Main: better handle null shapes
(edit) @29518   15 年 vboxsync Main: onMousePointerShapeChange reworked
(edit) @29431   15 年 vboxsync Frontends/VBoxSDL: get rid of usage for long deleted options
(edit) @28960   15 年 vboxsync Frontends: Use VBOX_E_DONT_CALL_AGAIN with IConsoleCallback.
(edit) @28931   15 年 vboxsync Frontends: Use VBOX_E_DONT_CALL_AGAIN where appropriate with …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28405   15 年 vboxsync FE/SDL: When sending two key events to the guest (the first event was …
(edit) @28205   15 年 vboxsync Main/VirtualBoxCallback: rename OnSnapshotDiscard to OnSnapshotDeleted …
(edit) @26782   15 年 vboxsync Main, Frontends: added support for virtual pointing devices with no …
(edit) @26603   15 年 vboxsync Main: back out r57775
(edit) @26587   15 年 vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26509   15 年 vboxsync Frontends: tabs -> spaces.
(edit) @26445   15 年 vboxsync Frontends/SDL: fix build error reported by some gcc versions
(edit) @26439   15 年 vboxsync Frontends/SDL+Headless: fix VirtualBox callback registration leak
(edit) @26429   15 年 vboxsync VBoxSDL: fixed title bar according to public ticket #3331
(edit) @26322   15 年 vboxsync Frontends/VBoxSDL+VBoxHeadless: code cleanup, reorganize code a little.
(edit) @26089   15 年 vboxsync Branding: Moved the Product & Vendor strings to kBuild, so it could be …
(edit) @26068   15 年 vboxsync back out Main/Session+Console hack introducing full/reduced console
(edit) @26067   15 年 vboxsync Main/Session+Console: By default, create a console with no sub-objects …
(edit) @26034   15 年 vboxsync VBOX_VENDOR, VBOX_PRODUCT
(edit) @25942   15 年 vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25901   15 年 vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25026   15 年 vboxsync VBoxSDL: fix crash on exit (xTracker 4488).
(edit) @25013   15 年 vboxsync VBoxSDL: -Wshadow warnings
(edit) @24493   15 年 vboxsync API/Machine,Session: add a force mount parameter to MountMedium and …
(edit) @24301   15 年 vboxsync Main,Frontends: Added two new running states: Teleporting and …
(edit) @23998   15 年 vboxsync VRDP port range API: user manual, frontends.
(edit) @23973   15 年 vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23879   15 年 vboxsync Main: rename snapshot APIs, remove DiscardCurrentSnapshotAndState; …
(edit) @23825   15 年 vboxsync VBoxSDL: removed hardcoded controller names and now controllers are …
(edit) @23801   15 年 vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23735   15 年 vboxsync Compile fix
(edit) @23703   15 年 vboxsync Main,++: Added MachineState_MigratingFrom for use during startup on …
(edit) @23643   15 年 vboxsync VRDP port range API.
(edit) @23249   15 年 vboxsync medium: rename default IDE/FD storage controller names to IDE …
(edit) @23223   15 年 vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @23184   15 年 vboxsync VBoxSDL: warning.
(edit) @23170   15 年 vboxsync VBoxSDL: be more tolerant on video driver initialization failures
(edit) @22911   15 年 vboxsync event queues cleaned up
(edit) @22810   15 年 vboxsync FE/Qt, Devices/Input, Main, FE/*: upgrade mouse device to an MS …
(edit) @22490   15 年 vboxsync VBoxSDL.cpp: Fixed RC mixup.
(edit) @22305   15 年 vboxsync Main: generic callback wrappers mechanism
(edit) @22173   15 年 vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21520   15 年 vboxsync COM: missed pieces of scriptability support
(edit) @21446   15 年 vboxsync API/Machine+SystemProperties: get rid of the tri-state bool …
(edit) @21394   15 年 vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   15 年 vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21369   15 年 vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21362   15 年 vboxsync backing out r49709 to fix windows burns for now
(edit) @21360   15 年 vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21029   15 年 vboxsync VBoxSDL: make OpenGL work
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette