VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7262   17 years vboxsync Additions/Linux: trivial change, %Vrc is now %Rrc
(edit) @7261   17 years vboxsync Additions/x11: ifdef-ed some unnecessary debug logging in the mouse drivers
(edit) @7260   17 years vboxsync Reverted to r28586.
(edit) @7259   17 years vboxsync vga: fixed 32bpp custom video modes, fixed assertion
(edit) @7258   17 years vboxsync Deleted obsolete code.
(edit) @7257   17 years vboxsync Load VRDP library from the vbox path.
(edit) @7256   17 years vboxsync LogRel the failure to load VRDP library.
(edit) @7255   17 years vboxsync Solaris vboxguest: OStype build fix.
(edit) @7254   17 years vboxsync Sketched out RTMp*. (All the platform specific code is disabled.)
(edit) @7253   17 years vboxsync Shut up stupid warning.
(edit) @7250   17 years vboxsync FE/Qt4: Better solution for VBoxGlobal::iconSet[Ex] which magically …
(edit) @7249   17 years vboxsync Use the critsect to serialize access to the pastboard so that the …
(edit) @7248   17 years vboxsync comment typo.
(edit) @7247   17 years vboxsync Need a prefix for standard qt4 installations.
(edit) @7246   17 years vboxsync Changed from Q3MainWindow and Q3ToolBar to QMainWindow and QToolBar.
(edit) @7245   17 years vboxsync Must update cbReq.
(edit) @7244   17 years vboxsync Fixed corruption in RTMemExecAlloc when fencing was enabled …
(edit) @7243   17 years vboxsync FE/Qt4: Generalize Qt4 paths even more (VBOX_PATH_QT4_BIN, _INCLUDE etc).
(edit) @7242   17 years vboxsync Mac OS X: If the host clipboard is cleared or filled with unsupported …
(edit) @7241   17 years vboxsync Mac OS X: Added some documentation to the pasteboard methods. Removed …
(edit) @7240   17 years vboxsync spaces.
(edit) @7239   17 years vboxsync Converted one OSType to much.
(edit) @7238   17 years vboxsync cosmetics.
(edit) @7237   17 years vboxsync Fixed blocker (double underscores are reserved) and shortened the file …
(edit) @7236   17 years vboxsync Reusing VBoxGlobal.cpp::toString(...) in Info.Dlg.
(edit) @7235   17 years vboxsync Use the new resource system of qt4. Most of the icons should be there …
(edit) @7234   17 years vboxsync fTerminate should be volatile.
(edit) @7233   17 years vboxsync Renamed OSType to VBOXOSTYPE to fix the clash with some mac os x typedef.
(edit) @7232   17 years vboxsync Get rid of the no longer needed hacky wait for the async I/O threads …
(edit) @7231   17 years vboxsync Fixed a couple of long-standing thinkos (one can't just add shift …
(edit) @7230   17 years vboxsync typo
(edit) @7229   17 years vboxsync VBOX_WITH_ADDITIONS already checked in previous levels.
(edit) @7228   17 years vboxsync Solaris guest installer: Add pkg to the ISO.
(edit) @7227   17 years vboxsync FE/Qt4: Replaced QColorGroup with QPalette to let it start in the …
(edit) @7226   17 years vboxsync FE/Qt4: Fixed memory leak.
(edit) @7225   17 years vboxsync FE/Qt4: Fixed moc defines and includes (finally they've put a …
(edit) @7224   17 years vboxsync FE/Qt4: Name the target executable VirtualBox4.
(edit) @7223   17 years vboxsync FE/Qt4: Made it possible to build VirtualBox4 on a system where Qt3 is …
(edit) @7221   17 years vboxsync FE/Qt: Reuse existing enum value strings instead of introducing new ones.
(edit) @7220   17 years vboxsync Compile VirtualBox with qt4 on linux.
(edit) @7219   17 years vboxsync Added a copy of VirtualBox r28545 as VirtualBox4
(edit) @7218   17 years vboxsync default reported NIC speed is 1GB/s
(edit) @7217   17 years vboxsync FE/Qt: Another version of the New VM icon.
(edit) @7216   17 years vboxsync Main/xml: Ident 4 -> 2.
(edit) @7215   17 years vboxsync msc hack.
(edit) @7214   17 years vboxsync moved stuff around.
(edit) @7213   17 years vboxsync the clearing of xAX was supposed to be in the common part (see …
(edit) @7212   17 years vboxsync Fixed wrong shift in the 32-bit code, caused high word to be zero.
(edit) @7210   17 years vboxsync Testcases for memcpy, mempcpy, memset, memchr, strchr, memcmp and …
(edit) @7209   17 years vboxsync Implemented the MSC version and fixed the 64-bit GCC bit so that rax …
(edit) @7208   17 years vboxsync Initialize xAX to zero, was broken in the 64-bit success path.
(edit) @7207   17 years vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(edit) @7206   17 years vboxsync Added SUPR0ExecuteCallback. Currently a stub.
(edit) @7204   17 years vboxsync Simple memmove testcase.
(edit) @7203   17 years vboxsync Fixed backwards copy, play it safe.
(edit) @7202   17 years vboxsync Installer/Linux: desktop file fix as per …
(edit) @7201   17 years vboxsync Runtime/Common: strformattype.cpp has to be compilable by a C compiler …
(edit) @7199   17 years vboxsync Fixed assorted nasty bugs introduced by the previous big cleanup. And …
(edit) @7198   17 years vboxsync FreeBSD needs memmove for the kernel bit too.
(edit) @7196   17 years vboxsync Little format correction for details report of network adapters.
(edit) @7195   17 years vboxsync The size of the dialog is now stored even if the window disappears …
(edit) @7194   17 years vboxsync Enabled the VRDP text orders.
(edit) @7193   17 years vboxsync shell scripts are eol-style LF
(edit) @7192   17 years vboxsync shell scripts are eol-style LF
(edit) @7191   17 years vboxsync Merged vboxclient startup X11 script. Solaris guest installer now …
(edit) @7190   17 years vboxsync Some fixes to size&state restoring mechanism of Info Dlg.
(edit) @7189   17 years vboxsync memmove for RuntimeR0 too.
(edit) @7188   17 years vboxsync Save size and max state of Information Dialog at dialog closing.
(edit) @7186   17 years vboxsync nocrt memmove. Use it for RuntimeGuestR0Drv and GC.
(edit) @7185   17 years vboxsync no-crt memmove implementation.
(edit) @7184   17 years vboxsync Frontends/VirtualBox: automatically leave fullscreen/seamless if the …
(edit) @7183   17 years vboxsync Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
(edit) @7181   17 years vboxsync cosmetics
(edit) @7180   17 years vboxsync Added ASMAtomicAddU32 and ASMAtomicAddS32. Extended the inline …
(edit) @7179   17 years vboxsync Frontends/VirtualBox: increased the timeout when entering and exiting …
(edit) @7177   17 years vboxsync Mac OS X: Added a skeleton of the iChat Theater implementation.
(edit) @7173   17 years vboxsync Doxygen fixes.
(edit) @7172   17 years vboxsync Doxygen fixes.
(edit) @7169   17 years vboxsync Doxygen fixes.
(edit) @7168   17 years vboxsync Additions/X11: updated mode setting in the X11 additions
(edit) @7167   17 years vboxsync Adapter type added into Details report, like: Adapter <X> <Type> …
(edit) @7166   17 years vboxsync Additions/Linux: removed some debug logging
(edit) @7165   17 years vboxsync Better cleanup on shared clipboard initialization failure.
(edit) @7164   17 years vboxsync Main: Made 'hardDisk' attribute of 'HardDiskAttachment' required.
(edit) @7163   17 years vboxsync r=bird: some missing docs, fixed incorrect cleanup order and made …
(edit) @7162   17 years vboxsync r=bird: some missing docs, fixed incorrect cleanup order and made …
(edit) @7161   17 years vboxsync typo
(edit) @7160   17 years vboxsync Hook up the new VDI backend to VBoxHDD-new.
(edit) @7159   17 years vboxsync Added VBoxHDD-new VDI backend. Untested, but harmless as the code …
(edit) @7158   17 years vboxsync Various size_t related 64bit cleanness fixes in the VDI code.
(edit) @7157   17 years vboxsync Make 100% sure the sector number won't ever overflow 32 bits.
(edit) @7156   17 years vboxsync Fixed broken build caused by non-standard compliant vcc header files.
(edit) @7155   17 years vboxsync Huge cleanup/error checking/logging improvement of the VMDK code. …
(edit) @7152   17 years vboxsync Preparations for implementing a VBoxHDD-new based VDI backend. Clean …
(edit) @7151   17 years vboxsync Increase the ATA async thread termination timeout to 5 seconds. …
(edit) @7150   17 years vboxsync Common X11 installer stuff. Moved x11config.pl to begin with.
(edit) @7149   17 years vboxsync increase the shutdown waiting time to 30 as long as we don't …
(edit) @7148   17 years vboxsync fixed path
(edit) @7146   17 years vboxsync Linux installer: cosmetcial fixes
(edit) @7145   17 years vboxsync Mac OS X: Really use SDK's and weak linking features. So we can build …
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