VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxGuestLib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10005   16 years vboxsync Additions/common: handle the guest property delete request
(edit) @9996   16 years vboxsync Additions/common: fixed some error codes in VBoxGuestR3LibVideo.cpp
(edit) @9994   16 years vboxsync Additions/common: clean up mode reading code in VBoxGuestR3LibVideo.cpp
(edit) @9920   16 years vboxsync Corrected hungarian spelling. Added a todo.
(edit) @9918   16 years vboxsync Corrected hungarian spelling.
(edit) @9830   16 years vboxsync Additions/common: uninitialised variable in the R3 guest library
(edit) @9811   16 years vboxsync Additions/x11: use the guest/host registry to save the last resolution …
(edit) @9662   17 years vboxsync Implemented cancelling of HGCM requests from the guest.
(edit) @9632   17 years vboxsync Removed the non-VBOX_WITH_64BIT_ADDITIONS bits.
(edit) @9536   17 years vboxsync 64-bit guest additions preps.
(edit) @9500   17 years vboxsync Preparing 64-bit guest additions building (focusing on windows atm.)
(edit) @9435   17 years vboxsync Extend HGCM interface to support 64 bit pointers.
(edit) @9140   17 years vboxsync VBOXGUEST_RELEASE_LOG -> VBOX_RELEASE_LOG. We're not going to mix the …
(edit) @9126   17 years vboxsync Additions/common: fixed release logging in guest R3
(edit) @9061   17 years vboxsync fix for Linux hosts compiling X11 additions but no Linux additions
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8758   17 years vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8425   17 years vboxsync Frontends/VirtualBox3/4, Main, Devices/VMMDev, Frontends/VBoxBFE, …
(edit) @8398   17 years vboxsync cx/cy. Please, do not use 64/u32/u16/u8 prefixes unless the type is …
(edit) @8366   17 years vboxsync Additions/X11, Additions/common: report the maximum supported …
(edit) @8188   17 years vboxsync Additions/FreeBSD: Cleanup, rename variables to follow coding …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7935   17 years vboxsync fix it the other way around.
(edit) @7933   17 years vboxsync build fix for Windows.
(edit) @7931   17 years vboxsync Solaris Additions: vboxvfs skeleton.
(edit) @7602   17 years vboxsync Runtime: switch guest R3 logging from backdoor to normal (with …
(edit) @7539   17 years vboxsync space
(edit) @7538   17 years vboxsync r=bird: FreeBSD is taking the wrong path here I think.
(edit) @7527   17 years vboxsync brc->fRc.
(edit) @7526   17 years vboxsync brc->frc.
(edit) @7519   17 years vboxsync Cosmetic changes to VbglR3SetGuestCaps.
(edit) @7517   17 years vboxsync Additions/FreeBSD: initial commit Mostly tested on FreeBSD 7.0. …
(edit) @7464   17 years vboxsync Additions/x11: use the VideoModeSupported guest request to check …
(edit) @7437   17 years vboxsync Additions/common: add ring 3 call to set guest capabilities and make …
(edit) @7428   17 years vboxsync Use explicit initialization of all members and not lazy {0}.
(edit) @7427   17 years vboxsync Initialize unused bit in the HGCMFunctionParameter structure in …
(edit) @7411   17 years vboxsync Additions/x11: fix some Valgrind warnings
(edit) @7367   17 years vboxsync Additions/x11: fixed an access to freed memory in the seamless additions
(edit) @7072   17 years vboxsync Make our devices use the RTGCPHYS32 type & backed out the alignment …
(edit) @6849   17 years vboxsync Additions/common: fixed the guest R3 library display change query …
(edit) @6842   17 years vboxsync Additions/common: added a call to wait for a display change request …
(edit) @6783   17 years vboxsync Additions/x11: Seamless and solaris specifics.
(edit) @6780   17 years vboxsync Additions/common and Additions/Linux: and indefinite timeout is …
(edit) @6779   17 years vboxsync Additions/common: define our own prototypes for the reduced XFree86 …
(edit) @6714   17 years vboxsync Minor cleanup.
(edit) @6704   17 years vboxsync Removed VBOXLNX32GUESTR3LIB.
(edit) @6703   17 years vboxsync Removed VBoxGuestR3LibLinux.
(edit) @6693   17 years vboxsync Replaced VBOXLNX32GUESTR0 by VBOXGUESTR0, …
(edit) @6662   17 years vboxsync win instead of windows.
(edit) @6657   17 years vboxsync Use the generic templates for building the OS/2 guest additions. …
(edit) @6654   17 years vboxsync Unbroke the OS/2 additions build.
(edit) @6604   17 years vboxsync Fixed the PIC issue with the X11 drivers: Made …
(edit) @6601   17 years vboxsync {}.
(edit) @6600   17 years vboxsync r=bird: VBoxGuestR3LibXFree86 has already got -fno-exceptions …
(edit) @6587   17 years vboxsync Additions/x11: get rid of gxx_personality_v0 on x11/Linux guests
(edit) @6578   17 years vboxsync Added VBOX_PATH_X11_* variables that points to the various versions of …
(edit) @6577   17 years vboxsync Try use VBOXGUESTR3LIB for VBoxGuestR3LibXFree86. Start building …
(edit) @6570   17 years vboxsync Use the same umask. doesn't really matter I think for our usage.
(edit) @6569   17 years vboxsync Additions/X11: attempt to fix the XFree86 additions, second try
(edit) @6568   17 years vboxsync Additions/X11: attempt to fix the XFree86 additions
(edit) @6565   17 years vboxsync Fix for Todo in r27575. added as new function as we cannot use …
(edit) @6558   17 years vboxsync typo
(edit) @6557   17 years vboxsync iprt/assert.h doesn't appear to be used.
(edit) @6556   17 years vboxsync r=bird: Some cleanup. hope it works
(edit) @6555   17 years vboxsync .._GUEST_MINI_R3 -> GUEST_R3_MINI. Added VBOX_LIB_VBGL_R3_XFREE86 to …
(edit) @6538   17 years vboxsync Additions/R3 Guest library: created a reduced version of the library …
(edit) @6531   17 years vboxsync Guest Additions (R3 library): fixed todo from r27515
(edit) @6524   17 years vboxsync Solaris: Remove check in VbglR3Daemonize guarding it from multiple calls.
(edit) @6518   17 years vboxsync VbglR3SetPointerShape accept image size, and cleanups to vboxutils …
(edit) @6510   17 years vboxsync Changed VbglR3SetPointerShape to accept the full request size.
(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) @6502   17 years vboxsync spelling.
(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) @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) @6465   17 years vboxsync r=bird: Fixed some hungarian spelling mistakes and documentation.
(edit) @6463   17 years vboxsync Additions (common): fixed todo (r27351)
(edit) @6458   17 years vboxsync Additions (VBoxGuestLib): Updated the seamless and fullscreen code in …
(edit) @6454   17 years vboxsync Solaris is not longer restricting us to 255 bytes, raised chunk size …
(edit) @6447   17 years vboxsync Made VbglR3GR* private, split up the code a bit to make it more …
(edit) @6445   17 years vboxsync Put VbglR3Daemonize into a separate file and merged the solaris and …
(edit) @6434   17 years vboxsync Solaris vboxadd: Generic request wrapper and cleanups.
(edit) @6425   17 years vboxsync spelling. Added todo for raising the 128 byte log limit.
(edit) @6423   17 years vboxsync Outlined how to handle the requests on solaris.
(edit) @6408   17 years vboxsync r=bird: u32*Mask -> f* for VbglR3CtlFilterMask.
(edit) @6356   17 years vboxsync Integrated VbglR3Daemonize in GuestR3Lib. Linux vboxclient now uses …
(edit) @6290   17 years vboxsync Guest Additions: update for the Linux seamless additions
(edit) @6280   17 years vboxsync Guest Additions: added a ring 3 library function to set the interrupt …
(edit) @6246   17 years vboxsync hungarian and doxytalk.
(edit) @6241   17 years vboxsync Guest r3 lib for x11 mouse. The solaris mouse driver doesn't yet work …
(edit) @6236   17 years vboxsync fixed const
(edit) @6235   17 years vboxsync Fixed obvious typo in RTFileOpen call. Eliminated unecessary code …
(edit) @6231   17 years vboxsync Guest Additions: add R3 backdoor logging for Linux guests
(edit) @6118   17 years vboxsync Solaris guest timesync. Daemonize to be fixed. Added solaris to …
(edit) @6044   17 years vboxsync Use VBOXGUESTR0LIB and not VBOXGUESTR0 for VBoxGuestR0Lib.
(edit) @6025   17 years vboxsync We're going to simplify this or it'll be a complete mess. Starting …
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