VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedClipboard

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26296   15 years vboxsync more warnings.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @26010   15 years vboxsync more warnings.
(edit) @24142   15 years vboxsync GuestHost and HostServices/SharedClipboard/x11: fix a crash when …
(edit) @23885   15 years vboxsync SharedClipboard: Replaced the SSMR3PutMem with a struct descriptor.
(edit) @23883   15 years vboxsync SharedClipboard: SSMR3[Put|Get]Mem band-aid.
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @22181   15 years vboxsync GuestHost/SharedClipboard: use the XFIXES notification extension in …
(edit) @21693   15 years vboxsync darwin-pasteboard.cpp: missing macros added by iprt/stdint.h now.
(edit) @21651   15 years vboxsync SharedClipboard/x11: switch logging from debug to user-enabled release …
(edit) @21627   15 years vboxsync HostServices/SharedClipboard: attempt to fix the next Darwin burn
(edit) @21293   15 years vboxsync svn:eol-style native
(edit) @21093   15 years vboxsync add build fix?
(edit) @21075   15 years vboxsync HostServices/SharedClipboard: change the procedure to make the unit …
(edit) @21024   15 years vboxsync HostServices/SharedClipboard: handle the "no data from guest" case …
(edit) @20551   15 years vboxsync GuestHost/SharedClipboard: refactored the shared clipboard code to …
(edit) @20450   15 years vboxsync FreeBSD: Add support for shared clipboards. Requires libXt
(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) @19841   16 years vboxsync HostServices/SharedClipboard: added asynchronous processing for …
(edit) @19536   16 years vboxsync GuestHost/SharedClipboard/x11: renamed a struct
(edit) @19282   16 years vboxsync SharedClipboard: Include FreeBSD
(edit) @19152   16 years vboxsync HostServices and GuestHost/X11 clipboard: lots of changes, see defect …
(edit) @18886   16 years vboxsync HostServices/SharedClipboard: fixed a crash in the shared clipboard …
(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) @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) @18582   16 years vboxsync HostServices/SharedClipboard: fixed remaining host/X11 separation todos
(edit) @18578   16 years vboxsync HostServices/SharedClipboard: split up a number of functions into a …
(edit) @18551   16 years vboxsync HostServices/SharedClipboard/x11: removed an unneeded mutex, remove …
(edit) @18417   16 years vboxsync HostServices/SharedClipboard: split up the global context structure …
(edit) @18416   16 years vboxsync HostServices/SharedClipboard: split up the global context structure …
(edit) @18408   16 years vboxsync HostServices/SharedClipboard: remove references to the host-specific …
(edit) @18398   16 years vboxsync HostServices/SharedClipboard: move the first code to the GuestHost …
(edit) @18245   16 years vboxsync HostServices/SharedClipboard: renamed a file
(edit) @17004   16 years vboxsync Additions and HostServices/SharedClipboard: removed an XFree() call …
(edit) @15928   16 years vboxsync HostServices/SharedClipboard: fix a deadlock and reintroduce timeouts …
(edit) @15898   16 years vboxsync HostServices/SharedClipboard: did some cleaning up of the X11 host …
(edit) @15883   16 years vboxsync HostServices/SharedClipboard/X11: documentation and function renaming
(edit) @14303   16 years vboxsync Corrected a couple of typos in comments. No code changes.
(edit) @13860   16 years vboxsync SharedClipboard (HostServices and Main): fixed a warning fix
(edit) @13847   16 years vboxsync SharedClipboard (HostServices and Main): fixed a warning by devious means
(edit) @13846   16 years vboxsync HostServices/SharedClipboard: prevent a possible X protocol error in …
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13584   16 years vboxsync HostServices/x11: Increased timeout to 2 minutes for trusted Xorg.
(edit) @13524   16 years vboxsync HostServices/SharedClipboard (x11): fixed an uninitialised variable
(edit) @13523   16 years vboxsync HostServices/SharedClipboard (x11): handle certain errors and timeouts …
(edit) @13509   16 years vboxsync the return value of ASMAtomicCmpXchg* is bool not rc
(edit) @13454   16 years vboxsync HostServices/SharedClipboard: x11 fixes
(edit) @13315   16 years vboxsync cosmetics
(edit) @13219   16 years vboxsync HostServices/SharedClipboard/x11: fix r37136 properly by moving all …
(edit) @12791   16 years vboxsync SharedClipboard/x11.cpp: Handle failure of the worker thread better …
(edit) @12250   16 years vboxsync HostServices/Makefiles: Eliminated PATH_TARGET usage and pushed them …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11408   16 years vboxsync RDP clipboard fixes: serialize data reading and annoncements of new …
(edit) @11382   16 years vboxsync shared clipboard: fail silently if we are not running on an X11 server …
(edit) @10891   16 years vboxsync vboxClipboardDestroy: Fixed bad assertion on uninitialized variable …
(edit) @10051   16 years vboxsync VBOX_KBUILD_HACKING
(edit) @9435   17 years vboxsync Extend HGCM interface to support 64 bit pointers.
(edit) @8951   17 years vboxsync HostServices/SharedClipboard and Additions/x11: support middle-button …
(edit) @8774   17 years vboxsync win32.cpp -> VBoxClipboard-win.cpp
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8758   17 years vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8280   17 years vboxsync else if on the same line.
(edit) @8268   17 years vboxsync OSX: Fixed #2788. Utf-16 text not transfered from host to guest.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8067   17 years vboxsync HostServices/SharedClipboard: another attempt to fix a segfault in the …
(edit) @8043   17 years vboxsync HostServices/SharedClipboard: only wait for five minutes for the …
(edit) @8022   17 years vboxsync HostServices/SharedClipboard: wait forever for the clipboard thread to …
(edit) @8004   17 years vboxsync HostServices/SharedClipboard: made the X11 resources static in the …
(edit) @7911   17 years vboxsync .cpp.cpp -> .cpp
(edit) @7892   17 years vboxsync HostServices/SharedClipboard: renamed linux host files to be x11 host files
(edit) @7887   17 years vboxsync HostServices/SharedClipboard: fixed a possible segmentation fault in …
(edit) @7801   17 years vboxsync HGCM: Add user data pointer to HGCM service function table
(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) @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) @7234   17 years vboxsync fTerminate should be volatile.
(edit) @7165   17 years vboxsync Better cleanup on shared clipboard initialization failure.
(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) @7131   17 years vboxsync fix
(edit) @7123   17 years vboxsync fix.
(edit) @7117   17 years vboxsync r=bird: subversion attributes. some hungarian fixes. do not pass stuff …
(edit) @7073   17 years vboxsync Added support for the clipboard on Mac OS X hosts. Currently unicode …
(edit) @6990   17 years vboxsync Additions/X11 and HostServices/SharedClipboard: fixed a problem with …
(edit) @6981   17 years vboxsync HostServices/SharedClipboard: attempt to handle the guest reconnecting …
(edit) @6773   17 years vboxsync Hostside shareclipboard makefile: Use if1of here.
(edit) @6631   17 years vboxsync HostServices/SharedClipboard: returned iprt status codes where bool …
(edit) @6622   17 years vboxsync HostServices/SharedClipboard: fixed a possible segfault on Linux hosts
(edit) @6377   17 years vboxsync Solaris: shared clipboard fix.
(edit) @6366   17 years vboxsync Solaris: Host-side Shared clipboard lib, some fixes to clipboard-new …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5864   17 years vboxsync Shared clipboard (Linux host): fixed an issue with a too small buffer
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