VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6539   17 years vboxsync Additions/X11: made the X server graphics driver use the R3 guest …
(edit) @6538   17 years vboxsync Additions/R3 Guest library: created a reduced version of the library …
(edit) @6537   17 years vboxsync 2626: FE/Qt support for readonly shared folders: "Writable" checkbox …
(edit) @6536   17 years vboxsync Runtime: added a reduced ("shared") R3 guest runtime which will work …
(edit) @6535   17 years vboxsync MM::cbRAMSize -> MM:cbRamRegistered. Drop MM:pvRamBaseHC. Drop …
(edit) @6534   17 years vboxsync Quick hack for out of hma address space when registering the VRAM …
(edit) @6532   17 years vboxsync Cleaned out the PGM_DYNAMIC_RAM_ALLOC tests to avoid unnecessary mess …
(edit) @6531   17 years vboxsync Guest Additions (R3 library): fixed todo from r27515
(edit) @6530   17 years vboxsync Support driver (Linux): added gcc (u)div/mod support
(edit) @6529   17 years vboxsync mmr3 -> mmR3.
(edit) @6528   17 years vboxsync NEW_PHYS_CODE -> VBOX_WITH_NEW_PHYS_CODE; check for it in Config.kmk …
(edit) @6527   17 years vboxsync Free.iNext should be 16 bit and use UINT16_MAX instead of UINT32_MAX.
(edit) @6526   17 years vboxsync VBoxManage: added 'list runningvms'
(edit) @6525   17 years vboxsync UART_BASE -> IPRT_UART_BASE so it can safely be overrided by a DEFS += …
(edit) @6524   17 years vboxsync Solaris: Remove check in VbglR3Daemonize guarding it from multiple calls.
(edit) @6523   17 years vboxsync Mac OS X: Recognize the fn-key as an modifier key which exists on the …
(edit) @6522   17 years vboxsync - Mac OS X: Fading to fullscreen should be done *after* the confirm …
(edit) @6521   17 years vboxsync audio: fixed mixing of 8 bit unsigned; 32-bit updates from qemu
(edit) @6520   17 years vboxsync Cleanups.
(edit) @6519   17 years vboxsync Build fix... vboxvideo is still shared.
(edit) @6518   17 years vboxsync VbglR3SetPointerShape accept image size, and cleanups to vboxutils …
(edit) @6515   17 years vboxsync Added a 'pid' prefix flag to the logger. This is primarily intended …
(edit) @6514   17 years vboxsync Use VBox/log.h.
(edit) @6513   17 years vboxsync Use the correct headers and defines for x11 mouse on solaris.
(edit) @6512   17 years vboxsync added vboxwebsrv to all Linux packages
(edit) @6511   17 years vboxsync Added VBOX_WITH_WEBSERVICES for including / excluding the webservices …
(edit) @6510   17 years vboxsync Changed VbglR3SetPointerShape to accept the full request size.
(edit) @6509   17 years vboxsync Frontends/VirtualBox: disabled printf keyboard logging, which I …
(edit) @6508   17 years vboxsync r=bird: spaces and doxygen. (btw. @retval isn't supposed to be used …
(edit) @6507   17 years vboxsync r=bird: Use bool for boolean. fix some hungarian spelling.
(edit) @6506   17 years vboxsync fixed spelling added todo.
(edit) @6505   17 years vboxsync don't repeate my mistake with duplicating doxygen stuff in headers and …
(edit) @6504   17 years vboxsync vboxadd: The preferred way to setup interrupts in Solaris.
(edit) @6503   17 years vboxsync Frontends/VirtualBox: the LGPL is now in COPYING.LIB, and fixed the …
(edit) @6502   17 years vboxsync spelling.
(edit) @6501   17 years vboxsync typo
(edit) @6499   17 years vboxsync export to OSE
(edit) @6498   17 years vboxsync Corrected header order.
(edit) @6497   17 years vboxsync Skip unused members in vboxvideo.h for solaris and clean-ups, spaces, …
(edit) @6495   17 years vboxsync eol-style and ose.
(edit) @6494   17 years vboxsync VBoxGuestR3LibVideo and X11 vboxutils that uses it. Some typos and …
(edit) @6493   17 years vboxsync Made it possible to make debug versions of vboxdrv on linux. This will …
(edit) @6492   17 years vboxsync Additions (x11): limit the maximum virtual screen size to 64000x64000 …
(edit) @6491   17 years vboxsync typo
(edit) @6490   17 years vboxsync Mac OS X: Return true after open an url to prevent the error message.
(edit) @6488   17 years vboxsync Fixed typo and wrong indentation (4 not 2).
(edit) @6487   17 years vboxsync Fixed tabs (banned).
(edit) @6486   17 years vboxsync Frontends/VirtualBox: removed the old Linux keyboard handler
(edit) @6485   17 years vboxsync Frontends/VirtualBox: removed the old Linux keyboard handler
(edit) @6484   17 years vboxsync Additions (x11): added randr 1.2 support to the graphics driver
(edit) @6483   17 years vboxsync Additions (x11): get rid of a few gotos in the graphics driver. The …
(edit) @6482   17 years vboxsync Mac OS X: Now the dock screen icon is painted in realtime. It uses the …
(edit) @6481   17 years vboxsync vdi: when creating a fixed-size image, check for available space …
(edit) @6480   17 years vboxsync typo
(edit) @6479   17 years vboxsync VBoxManage: add a progress indicator when creating static .vdi files …
(edit) @6478   17 years vboxsync Drop annoying the cb != sizeof(void *) assertion.
(edit) @6477   17 years vboxsync Handle RTR0MEMOBJTYPE_PHYS_NC during free.
(edit) @6475   17 years vboxsync Added the NoDmik() macro.
(edit) @6474   17 years vboxsync - Mac OS X: The seamless mode is hopefully fixed for the mac. All the …
(edit) @6473   17 years vboxsync FE/Qt: mention the long creation time of fixed-sized images
(edit) @6472   17 years vboxsync vdi: fill fixed-size images with zeros during creation
(edit) @6471   17 years vboxsync dsoundaudio: small update from qemu (32 bit)
(edit) @6470   17 years vboxsync Back to private naming convention.
(edit) @6469   17 years vboxsync Guest R3 naming fixes. This subsequently fixes the guest r3 video …
(edit) @6468   17 years vboxsync Use $(LIB_DDU) instead of VBoxDDU$(VBOX_SUFF...).
(edit) @6467   17 years vboxsync FE/Qt: OS/2: Added low level keyboard hook to intercept keys like …
(edit) @6465   17 years vboxsync r=bird: Fixed some hungarian spelling mistakes and documentation.
(edit) @6464   17 years vboxsync Simplified consoleInitReleaseLog a bit and fixed a little bug in the …
(edit) @6463   17 years vboxsync Additions (common): fixed todo (r27351)
(edit) @6462   17 years vboxsync Attempt at fixing the style before dmik notices... :-)
(edit) @6461   17 years vboxsync Main: No need to use goto in this case.
(edit) @6460   17 years vboxsync Frontends/VirtualBox: changed the licence text at the top of the Linux …
(edit) @6459   17 years vboxsync Additions (X11): renamed LINUX_SEAMLESS_GUEST to …
(edit) @6458   17 years vboxsync Additions (VBoxGuestLib): Updated the seamless and fullscreen code in …
(edit) @6457   17 years vboxsync Fix error message handling
(edit) @6456   17 years vboxsync refine r27431: handle XFocusIn as well
(edit) @6455   17 years vboxsync FE/Qt: ungrab the keyboard when we loose the focus
(edit) @6454   17 years vboxsync Solaris is not longer restricting us to 255 bytes, raised chunk size …
(edit) @6453   17 years vboxsync r=bird: No extra newline when ring-3 is logging.
(edit) @6452   17 years vboxsync r=bird: Use ReqWrap.cbData instead of making a stack copy of it.
(edit) @6450   17 years vboxsync style
(edit) @6449   17 years vboxsync Main: Fixed build after r27415.
(edit) @6448   17 years vboxsync spaces
(edit) @6447   17 years vboxsync Made VbglR3GR* private, split up the code a bit to make it more …
(edit) @6446   17 years vboxsync Main: removed an unnecessary check in ConsoleImpl.cpp
(edit) @6445   17 years vboxsync Put VbglR3Daemonize into a separate file and merged the solaris and …
(edit) @6444   17 years vboxsync Main: moved release logging initialisation to before the power up thread
(edit) @6443   17 years vboxsync Mac OS X: Added realtime preview of the vm output in the dock icon.
(edit) @6442   17 years vboxsync Mac OS X: Added a fading effect if the vm window is going fullscreen. …
(edit) @6441   17 years vboxsync Fixed wrong display in seamless mode if the toolbars (gnome-panel, …
(edit) @6440   17 years vboxsync Main: Better ComPtrBase::equalsTo() specialization for IUnknown …
(edit) @6438   17 years vboxsync -acpiterm => -termacpi
(edit) @6437   17 years vboxsync FE/SDL: added '-acpiterm' switch
(edit) @6436   17 years vboxsync Handle logging ioctl in VBoxGuest.
(edit) @6435   17 years vboxsync Return value.
(edit) @6434   17 years vboxsync Solaris vboxadd: Generic request wrapper and cleanups.
(edit) @6433   17 years vboxsync A little update.
(edit) @6432   17 years vboxsync r=bird: Cannot see how IsBeyondLimit() is supposed to work.
(edit) @6431   17 years vboxsync Support seeking to xxxxxxxx'ffffffff on windows.
(edit) @6430   17 years vboxsync oops, removed a return 0; statement that left over from testing.
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