VirtualBox

source: vbox/trunk/src/VBox/Additions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3427   18 years vboxsync DrvDescribePixelFormat fix
(edit) @3425   18 years vboxsync Less strict size check
(edit) @3423   18 years vboxsync Or maybe not. Sigh.
(edit) @3419   18 years vboxsync Don't export wgl functions by default
(edit) @3418   18 years vboxsync OPENGL_GETINFO as a dummy is sufficient.
(edit) @3417   18 years vboxsync Added QUERYESCSUPPORT support
(edit) @3416   18 years vboxsync Added DrvEscape support and OPENGL_GETINFO (disabled by default)
(edit) @3414   18 years vboxsync More wgl exports
(edit) @3413   18 years vboxsync OGL: correction + more wgl exports
(edit) @3410   18 years vboxsync more logging
(edit) @3408   18 years vboxsync Support 8 bits colour resolutions when VBOX_WITH_8BPP_MODES is defined.
(edit) @3400   18 years vboxsync Linux modules: don't demand on the MODULE_DIR if we don't install the …
(edit) @3397   18 years vboxsync Disabled all ddraw features that are not mandatory. Enabled DirectDraw.
(edit) @3396   18 years vboxsync commented out incorrect code; just always fail in DrvDeriveSurface
(edit) @3395   18 years vboxsync compile fix
(edit) @3394   18 years vboxsync ddraw updates
(edit) @3389   18 years vboxsync logging update
(edit) @3386   18 years vboxsync Don't clear structures
(edit) @3384   18 years vboxsync logging update
(edit) @3383   18 years vboxsync typo
(edit) @3382   18 years vboxsync more logging
(edit) @3380   18 years vboxsync DDraw updates
(edit) @3378   18 years vboxsync DDraw: update
(edit) @3377   18 years vboxsync More capability settings added
(edit) @3375   18 years vboxsync Cleanup & export
(edit) @3357   18 years vboxsync cleanup
(edit) @3356   18 years vboxsync DirectDraw entrypoints added (disabled)
(edit) @3353   18 years vboxsync cleanup
(edit) @3352   18 years vboxsync Link with opengl.lib
(edit) @3339   18 years vboxsync Export to OSE
(edit) @3337   18 years vboxsync Build OpenGL ICD
(edit) @3333   18 years vboxsync VbglR3Clipboard*.
(edit) @3332   18 years vboxsync Linux clipboard fix for X11 64bit weirdness
(edit) @3327   18 years vboxsync Test workaround for badly behaving applications for the Linux clipboard
(edit) @3323   18 years vboxsync warnings
(edit) @3321   18 years vboxsync Linux host clipboard fixes and added compound text to the Linux guest …
(edit) @3307   18 years vboxsync Added a PORTME notice about a potential problem with kernel/user …
(edit) @3306   18 years vboxsync Added a IPRT base fallback implementation for locking and completed …
(edit) @3304   18 years vboxsync likely isn't available in all kernels (like 2.4.18), so stick to what …
(edit) @3287   18 years vboxsync Updated the Linux shared clipboard code to provide absolutely minimal …
(edit) @3270   18 years vboxsync Removed code from the xorg 7 video Additions which uses a function …
(edit) @3268   18 years vboxsync And moved it over to vboxvideo_13.c
(edit) @3267   18 years vboxsync Restored the old X11 Additions video driver in order to preserve its …
(edit) @3262   18 years vboxsync export files
(edit) @3261   18 years vboxsync export files
(edit) @3260   18 years vboxsync export files
(edit) @3259   18 years vboxsync no network driver in OSE yet
(edit) @3252   18 years vboxsync hrm.
(edit) @3251   18 years vboxsync Virgin (untested) timesync service code.
(edit) @3248   18 years vboxsync Removed the old Linux Additions video driver file
(edit) @3247   18 years vboxsync Fixed the makefile for the Linux Additions video driver
(edit) @3246   18 years vboxsync Added and additional xorg server header file
(edit) @3245   18 years vboxsync Forgot a file in the last commit
(edit) @3244   18 years vboxsync Updated the Linux additions to work with xorg server 1.3 and moved the …
(edit) @3235   18 years vboxsync Backed out 22205 & 22203
(edit) @3230   18 years vboxsync Correction
(edit) @3228   18 years vboxsync Preparations for mapping a guest case-insensitive fs on a host case …
(edit) @3222   18 years vboxsync template.
(edit) @3218   18 years vboxsync Fixed a memory leak
(edit) @3201   18 years vboxsync Logging
(edit) @3198   18 years vboxsync The secondary display resize for Windows guests.
(edit) @3192   18 years vboxsync Make it build on OS/2.
(edit) @3157   18 years vboxsync Must pass on IRP_MJ_SYSTEM_CONTROL to the next driver in the chain.
(edit) @3156   18 years vboxsync A IRP_MJ_SYSTEM_CONTROL handler is required.
(edit) @3153   18 years vboxsync Multimonitor support.
(edit) @3142   18 years vboxsync Moved the X11 guest clipboard connection and disconnection code into …
(edit) @3134   18 years vboxsync hack for filesystems which do not support symbolic links
(edit) @3133   18 years vboxsync cosmetics
(edit) @3132   18 years vboxsync link libstdc++ statically (see …
(edit) @3130   18 years vboxsync build VBoxNet
(edit) @3126   18 years vboxsync Fixes to the Linux shared clipboard
(edit) @3118   18 years vboxsync Report monitors in the windows guest video driver.
(edit) @3110   18 years vboxsync Added the display index parameter to the SetVideoModeHint (in the …
(edit) @3109   18 years vboxsync Seriously annoying debug printf
(edit) @3108   18 years vboxsync Updates
(edit) @3106   18 years vboxsync added shared folder dependency
(edit) @3105   18 years vboxsync Removed workaround for allocating the event structure in non-paged …
(edit) @3104   18 years vboxsync Added IRP_MJ_INTERNAL_DEVICE_CONTROL handler.
(edit) @3103   18 years vboxsync IRP completion routines must be in non-pagable memory.
(edit) @3099   18 years vboxsync Do not use alloca in the guest additions.
(edit) @3097   18 years vboxsync prevent warnings if compiled as C files (Linux guest modules)
(edit) @3096   18 years vboxsync added another missing file to additions
(edit) @3095   18 years vboxsync fix for building the Linux guest additions
(edit) @3091   18 years vboxsync User buffers are now locked in the VBoxGuest driver.
(edit) @3090   18 years vboxsync Lock user buffers in a HGCM call (Windows guest only)
(edit) @3071   18 years vboxsync Corrected resource files.
(edit) @3067   18 years vboxsync Activated and changed version resource.
(edit) @3062   18 years vboxsync Must return the same value as set in the io status structure. (Driver …
(edit) @3057   18 years vboxsync don't use unallocated vbeInfo
(edit) @2991   18 years vboxsync added VBOX_VERSION_STRING to guest additions .iso volume ID
(edit) @2989   18 years vboxsync InnoTek -> innotek part 5: fixes.
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2982   18 years vboxsync InnoTek -> innotek part 3: INF files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2980   18 years vboxsync InnoTek -> innotek: actual code changes (headers follow).
(edit) @2953   18 years vboxsync No need to build runtime since can do that faster locally.
(edit) @2948   18 years vboxsync Some more detail docs.
(edit) @2947   18 years vboxsync hacking remote additions build…
(edit) @2946   18 years vboxsync hacking remote additions build…
(edit) @2943   18 years vboxsync update :-)
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