VirtualBox

source: vbox/trunk/src/VBox/GuestHost

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19878   16 years vboxsync crOpenGL: cleanup on failures
(edit) @19875   16 years vboxsync HostServices and GuestHost/SharedClipboard: hopefully fixed the broken …
(edit) @19842   16 years vboxsync SharedClipboard/GuestHost and HostServices/x11: use asynchronous host …
(edit) @19754   16 years vboxsync GuestHost/SharedClipboard/x11: more cleanups
(edit) @19704   16 years vboxsync GuestHost/SharedClipboard/x11: more clean-ups
(edit) @19553   16 years vboxsync GuestHost/SharedClipboard/x11: memory leak in the testcase
(edit) @19552   16 years vboxsync GuestHost/SharedClipboard/x11: cleanup
(edit) @19541   16 years vboxsync GuestHost/SharedClipboard/x11: fixes to the testcase
(edit) @19540   16 years vboxsync GuestHost/SharedClipboard/x11: code cleanup
(edit) @19536   16 years vboxsync GuestHost/SharedClipboard/x11: renamed a struct
(edit) @19535   16 years vboxsync GuestHost/SharedClipboard/x11: removed some debugging code
(edit) @19534   16 years vboxsync GuestHost/SharedClipboard/x11: test and fix handling of …
(edit) @19506   16 years vboxsync GuestHost/SharedClipboard/x11: add reading Latin1 from X11 to the …
(edit) @19505   16 years vboxsync GuestHost/SharedClipboard/x11: better testcases and a couple of fixes …
(edit) @19220   16 years vboxsync SharedClipboard/x11: fix a potential crash if a zero-length compound …
(edit) @19219   16 years vboxsync GuestHost/clipboard/x11: use Xt caching atom functions and fix the …
(edit) @19169   16 years vboxsync GuestHost/x11 clipboard: replaced the Xt main loop with a custom one …
(edit) @19152   16 years vboxsync HostServices and GuestHost/X11 clipboard: lots of changes, see defect …
(edit) @19099   16 years vboxsync crOpenGL: fix multicontext crashes (public bug #3762)
(edit) @19027   16 years vboxsync GuestHost/SharedClipboard: add testcases for the X11 clipboard code …
(edit) @18892   16 years vboxsync Fix buildboxes attempt.
(edit) @18890   16 years vboxsync GuestHost/SharedClipboard: fixes and an initial testcase
(edit) @18852   16 years vboxsync GuestHost/SharedClipboard: removed Utf16 support for X11 and split a …
(edit) @18756   16 years vboxsync HostServices/SharedClipboard: a couple of fixes and some assertions
(edit) @18708   16 years vboxsync GuestHost/SharedClipboard: reorganise constructor and destructor funcions
(edit) @18633   16 years vboxsync GuestHost/SharedClipboard: pass pointers instead of using globals …
(edit) @18613   16 years vboxsync GuestHost/SharedClipboard: recommitted x11-clipboard.cpp with more …
(edit) @18612   16 years vboxsync GuestHost/SharedClipboard: recommitted x11-clipboard.cpp with more history
(edit) @18586   16 years vboxsync HostServices/SharedClipboard/X11: added opaque data pointers to the …
(edit) @18585   16 years vboxsync HostServices/SharedClipboard: split up the X11 host clipboard code …
(edit) @18508   16 years vboxsync crVBoxHGCMDoDisconnect: unused variable warnings (host).
(edit) @18399   16 years vboxsync GuestHost/SharedClipboard: these were not yet for committing
(edit) @18398   16 years vboxsync HostServices/SharedClipboard: move the first code to the GuestHost …
(edit) @18386   16 years vboxsync GuestHost/OpenGL: util/vboxhgcm: Solaris ioctl request header fix.
(edit) @18380   16 years vboxsync crOpenGL: change debug messages
(edit) @18336   16 years vboxsync crOpenGL: try to fix solaris builds
(edit) @18328   16 years vboxsync crOpenGL: init mutexes as recursive, fix for #3758
(edit) @18326   16 years vboxsync crOpenGL: tabs to spaces
(edit) @18209   16 years vboxsync crOpenGL: remove some local defines
(edit) @18138   16 years vboxsync crOpenGL: allow debug output in release builds with CR_DEBUG/CR_DEBUG_FILE
(edit) @18111   16 years vboxsync crOpenGL: typo + warning if hgcm calls fail on guest side
(edit) @18109   16 years vboxsync crOpenGL: increase guest readback buffer size to 2k, to reduce …
(edit) @18088   16 years vboxsync crOpenGL: some code cleanup and small fixes
(edit) @17860   16 years vboxsync Additions/common/OpenGL: made the Linux OpenGL Additions use …
(edit) @17765   16 years vboxsync HGSMI: makefile for the common library.
(edit) @17190   16 years vboxsync warning
(edit) @16970   16 years vboxsync crOpenGL: evil tabs sneaked in
(edit) @16969   16 years vboxsync crOpenGL: don't allocate memory for textures on host side (#3461)
(edit) @16939   16 years vboxsync crOpenGL: tabs to spaces
(edit) @16915   16 years vboxsync crOpenGL: use chromium functions for malloc/free
(edit) @16912   16 years vboxsync crOpenGL: use custom CRASSERT instead of assert
(edit) @16911   16 years vboxsync VBoxOGLcrutil: this'll work
(edit) @16910   16 years vboxsync VBoxOGLcrutil: another shot at windows link issues…
(edit) @16906   16 years vboxsync a shot at the debug build break in VBoxOGLcrutil after assert->Assert.
(edit) @16893   16 years vboxsync OpenGL/list.c: Fix for crossbuilding 10.4/x86 on darwin/amd64/10.6. …
(edit) @16875   16 years vboxsync crOpenGL: additions makefiles cleanup
(edit) @16775   16 years vboxsync warning
(edit) @16748   16 years vboxsync crOpenGL: use damage regions information for pixmap updates
(edit) @16642   16 years vboxsync crOpenGL: fix compile on windows
(edit) @16639   16 years vboxsync crOpenGL: output thread id in debug messages for non windows builds as well
(edit) @16638   16 years vboxsync crOpenGL: use single memcopy for textures packing where possible
(edit) @16574   16 years vboxsync crOpenGL: linux, fixes for compiz to work
(edit) @16551   16 years vboxsync typecast to prevent warnings
(edit) @16480   16 years vboxsync crOpenGL: track visible regions on linux guests + some more exports
(edit) @16379   16 years vboxsync crOpenGL: temp hack/fix for linux
(edit) @16287   16 years vboxsync GuestHost/OGL/Makefile: using EXTENDS_BY = prepending is simpler here.
(edit) @16286   16 years vboxsync GuestHost/OGL/Makefile: try just appending our stuff to the …
(edit) @16285   16 years vboxsync darwin build fix.
(edit) @16284   16 years vboxsync Config.kmk,OGL/Makefiles: Created a DARWIN-OPENGL SDK for the …
(edit) @16283   16 years vboxsync darwin build fix.
(edit) @16282   16 years vboxsync GuestHost/OGL/Makefile: _INTERMEDIATE inheriting works now.
(edit) @16278   16 years vboxsync GuestHost/OpenGL/Makefile.kmk: some _LIBS cleanup.
(edit) @16274   16 years vboxsync GuestHost/OpenGL/Makefile.kmk: review and some style adjustments.
(edit) @16242   16 years vboxsync double DEFS
(edit) @16241   16 years vboxsync crOpenGL: fix up additions burns (dll/lib paths) and cleanup host …
(edit) @16236   16 years vboxsync crOpenGL: fix additions bbox
(edit) @16230   16 years vboxsync crOpenGL: workaround burns due to missing _INTERMEDIATES
(edit) @16227   16 years vboxsync crOpenGL: cleanup guesthost makefile
(edit) @16223   16 years vboxsync crOpenGL: tabs to spaces
(edit) @15964   16 years vboxsync crOpenGL: revert 41400, +add more clear comments
(edit) @15818   16 years vboxsync crOpenGL: Try to fix broken OpenGL parts of the guest additions.
(edit) @15799   16 years vboxsync ogl/makefiles: another review comment. please clean up.
(edit) @15759   16 years vboxsync crOpenGL: partial fix for multithreaded guest apps (3457)
(edit) @15709   16 years vboxsync crOpenGL: don't output debug messages in release build
(edit) @15707   16 years vboxsync crOpenGL: make host buffer dynamic in size, fix for 3443
(edit) @15539   16 years vboxsync OpenGL: Comment the workaround
(edit) @15536   16 years vboxsync OpenGL: Omit to unload libGL to fix crash with Nvidia drivers during …
(add) @15532   16 years vboxsync crOpenGL: export to OSE
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