VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25026   15 years vboxsync VBoxSDL: fix crash on exit (xTracker 4488).
(edit) @25013   15 years vboxsync VBoxSDL: -Wshadow warnings
(edit) @24493   15 years vboxsync API/Machine,Session: add a force mount parameter to MountMedium and …
(edit) @24301   15 years vboxsync Main,Frontends: Added two new running states: Teleporting and …
(edit) @23998   15 years vboxsync VRDP port range API: user manual, frontends.
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23879   15 years vboxsync Main: rename snapshot APIs, remove DiscardCurrentSnapshotAndState; …
(edit) @23825   15 years vboxsync VBoxSDL: removed hardcoded controller names and now controllers are …
(edit) @23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23735   15 years vboxsync Compile fix
(edit) @23703   15 years vboxsync Main,++: Added MachineState_MigratingFrom for use during startup on …
(edit) @23643   15 years vboxsync VRDP port range API.
(edit) @23249   15 years vboxsync medium: rename default IDE/FD storage controller names to IDE …
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @23184   15 years vboxsync VBoxSDL: warning.
(edit) @23170   15 years vboxsync VBoxSDL: be more tolerant on video driver initialization failures
(edit) @22911   15 years vboxsync event queues cleaned up
(edit) @22810   15 years vboxsync FE/Qt, Devices/Input, Main, FE/*: upgrade mouse device to an MS …
(edit) @22490   15 years vboxsync VBoxSDL.cpp: Fixed RC mixup.
(edit) @22305   15 years vboxsync Main: generic callback wrappers mechanism
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21520   15 years vboxsync COM: missed pieces of scriptability support
(edit) @21446   15 years vboxsync API/Machine+SystemProperties: get rid of the tri-state bool …
(edit) @21394   15 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21369   15 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21362   15 years vboxsync backing out r49709 to fix windows burns for now
(edit) @21360   15 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21029   15 years vboxsync VBoxSDL: make OpenGL work
(edit) @20928   15 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @20842   15 years vboxsync API and Frontends: change IVirtualBox::openHardDisk to allow modifying …
(edit) @20627   15 years vboxsync Hrmpf
(edit) @20626   15 years vboxsync VBoxSDL: typo
(edit) @20625   15 years vboxsync VBoxSDL: typo
(edit) @20611   16 years vboxsync VBoxSDL: slightly altered the fix of r48668
(edit) @20610   16 years vboxsync VBoxSDL: SendMouseEvent must use primary framebuffer, when SDL13 and …
(edit) @20436   16 years vboxsync Windows build fix
(edit) @20435   16 years vboxsync Windows build fixes
(edit) @20433   16 years vboxsync VBoxSDL: made it compile with SDL1.3 to support multiple guest …
(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) @20267   16 years vboxsync Main: completed scriptable changes Make VBox buildable on SMB share …
(edit) @19844   16 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
(edit) @19817   16 years vboxsync IFramebuffer cleanup next part: * removed obsolete internal …
(edit) @19798   16 years vboxsync removed long obsolete methods IFramebuffer::solidFill() and …
(edit) @19579   16 years vboxsync VBoxSDL: small delay when sending the hostkey prior to a mouse click
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19134   16 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
(edit) @18820   16 years vboxsync VBoxSDL: Added more cases to MachineState
(edit) @18793   16 years vboxsync FE/SDL: properly handle a failure of SDL_GetWMInfo()
(edit) @18788   16 years vboxsync VBoxSDL: cleanup to get X11 dependencies right
(edit) @18751   16 years vboxsync Frontends/SDL: double-dash command line options
(edit) @18494   16 years vboxsync VBoxSDL: size_t and uintptr_t warnings.
(edit) @18422   16 years vboxsync Makefiles,DIS: Cleanup of C++ exception options for the windows …
(edit) @18274   16 years vboxsync fix more windows burns
(edit) @18265   16 years vboxsync config file cleanup + small copyright year update
(edit) @18177   16 years vboxsync Main: turn read/write param in OpenHardDisk into an enum
(edit) @18162   16 years vboxsync Main: add read/write param to OpenHardDisk to allow for opening disk …
(edit) @17737   16 years vboxsync Main: rename IVirtualBox::machines2[] to machines[]
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17255   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17238   16 years vboxsync 3551: “Main: Replace remaining collections with safe arrays” Converted …
(edit) @17218   16 years vboxsync Revert r43495 because everything locks forever.
(edit) @17200   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Take …
(edit) @17193   16 years vboxsync Revert r43482 which used a linux specific way to iterate over DVD drives.
(edit) @17192   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @16894   16 years vboxsync VBoxSDLMain-darwin.m: assert->Assert, eprintf/ld_classic issue in …
(edit) @16867   16 years vboxsync Main: rename IHardDiskImage2 to IHardDiskImage; rename IFloppyImage2 …
(edit) @16853   16 years vboxsync Main: rename IDVDImage2 to IDVDImage
(edit) @16530   16 years vboxsync Main: rework error macros everywhere; make error messages much more …
(edit) @16151   16 years vboxsync fixed SDL copyright message
(edit) @16034   16 years vboxsync VBoxSDL: typo
(edit) @16012   16 years vboxsync Various Makefiles: Cleaning out uncessary _INCS.freebsd props (moved …
(edit) @15868   16 years vboxsync VBoxSDL framebuffer resize optimization (xTracker #3487).
(edit) @15533   16 years vboxsync Main: rip out obsolete TAPFileDescriptor, TAPSetupApplication, …
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14831   16 years vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13130   16 years vboxsync warning
(edit) @12918   16 years vboxsync warnings
(edit) @12712   16 years vboxsync FE/SDL: disable customer-specific GUI
(edit) @12449   16 years vboxsync +changed IFramebuffer interface to report id of associated window if …
(edit) @12320   16 years vboxsync small banner fix
(edit) @12267   16 years vboxsync VBoxSDL: windows build fix.
(edit) @12262   16 years vboxsync VBoxSDL/Makefile: darwin build error (inverted hardening block).
(edit) @12258   16 years vboxsync Frontends/Makefiles: Converted VirtualBox 3 & 4 into sub-makefiles, …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11728   16 years vboxsync #3076: Another build hack (darwin).
(edit) @11727   16 years vboxsync #3076: some build fixing.
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11673   16 years vboxsync VirtualBox.h location fix
(edit) @11661   16 years vboxsync Modified IKeyboard::PutScancodes to use SafeArray (including webservice)
(edit) @11659   16 years vboxsync Backed out r35359
(edit) @11655   16 years vboxsync Modified IKeyboard::PutScancodes to use SafeArray
(edit) @11576   16 years vboxsync typo
(edit) @11419   16 years vboxsync FE/SDL: setenv => RTEnvSet
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