VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/VBoxTray

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100657   17 months vboxsync Shared Clipboard/VbglR3: Renamed VbglR3ClipboardTransferStatusReply() …
(edit) @100547   17 months vboxsync Shared Clipboard: Renaming (SHCLTRANSFERSTATUS_STOPPED -> …
(edit) @100546   17 months vboxsync Shared Clipboard: Made transfers errors more visible via balloon …
(edit) @100541   17 months vboxsync Shared Clipboard: Renamed …
(edit) @100450   18 months vboxsync Shared Clipboard: Emphasize which format is which in the Windows …
(edit) @100433   18 months vboxsync Shared Clipboard: Also use the Windows-specific transfer context data …
(edit) @100429   18 months vboxsync Shared Clipboard: Docs for vbtrShClTransferInitializedCallback(), …
(edit) @100412   18 months vboxsync Shared Clipboard: Windows host service now uses the same way as the …
(edit) @100407   18 months vboxsync Shared Clipboard: VBoxTray now uses the same way as VBoxClient wrt …
(edit) @100394   18 months vboxsync Shared Clipboard: Also use the transfers callbacks for the Windows …
(edit) @100367   18 months vboxsync Shared Clipboard: More work on making the internal APIs more fine …
(edit) @100205   18 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100204   18 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100090   19 months vboxsync Shared Clipboard/Win: Use SHCL_TIMEOUT_DEFAULT_MS, fixed a typo. …
(edit) @99986   19 months vboxsync Shared Clipboard/VBoxTray: Typo. bugref:9437
(edit) @99965   19 months vboxsync Shared Clipboard: Moved code for handling local filesystems with …
(edit) @99829   19 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99828   19 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99739   20 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98416   23 months vboxsync Additions/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97770   2 years vboxsync DnD/VBoxTray: Made the Enter desktop notification (verbose mode only) …
(edit) @97764   2 years vboxsync DnD: Renamed the VbglR3 event name VBGLR3DNDEVENTTYPE_HG_CANCEL -> …
(edit) @97748   2 years vboxsync DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to …
(edit) @96691   2 years vboxsync Add/*.kmk: Always check for both VBOX_SIGNING_MODE and VBOX_SIGN_ADDITIONS.
(edit) @96663   2 years vboxsync Add/Nt/VBoxTray: Corrected inverted message type validation in the IPC …
(edit) @96600   2 years vboxsync Add/NT/VBoxTray: Some minor cleanups, no actual code changes.
(edit) @96451   2 years vboxsync Add/NT/Inst,Add/NT/VBoxTray,Add/VBoxService: Cleaned up …
(edit) @96449   2 years vboxsync Add/NT/Inst: Factored out the no-CRT output and error messaging …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96399   2 years vboxsync /Config.kmk and many other places: Change VBOX_VENDOR to the official …
(edit) @95967   2 years vboxsync Additions/VBoxTray: More cleanup: Renamed VBoxTrayCheckDt() -> …
(edit) @95966   2 years vboxsync Additions/VBoxTray: More cleanup: Moved the capabilities and console …
(edit) @95965   2 years vboxsync Additions/VBoxTray: Moved the session tracking code into an own …
(edit) @95964   2 years vboxsync Additions/VBoxTray: Got rid of DDCLOG() -- use LogXFunc or similar …
(edit) @95963   2 years vboxsync Additions/VBoxTray: Got rid of VBoxDisplay.h (renamed to …
(edit) @95962   2 years vboxsync Additions/VBoxTray: Got rid of static function …
(edit) @95961   2 years vboxsync Additions/VBoxTray: Got rid of VBoxDisplay.h (renamed to …
(edit) @95960   2 years vboxsync Additions/VBoxTray: More logging cleanups: don't define default stuff …
(edit) @95959   2 years vboxsync Additions/VBoxTray: Enable (optional) release logging, handle log …
(edit) @95877   2 years vboxsync VBoxTray/VBoxTray.cpp: Resolved @todo in r152588. Now also using …
(edit) @95869   2 years vboxsync VBoxTray/VBoxTray.h: Dropped unused & problematic (in …
(edit) @95868   2 years vboxsync VBoxTray/VBoxDisIf.cpp+VBoxSeamless.cpp: Replaced malloc, realloc and …
(edit) @95867   2 years vboxsync VBoxTray/VBoxDisplay.h: This header file name clashes with one in …
(edit) @95866   2 years vboxsync VBoxTray/VBoxHostVersion.cpp: _snprintf -> RTStrPrintf; duh! bugref:10261
(edit) @95865   2 years vboxsync VBoxTray/VBoxClipboard: Drop strsafe.h as it requires stdio.h which we …
(edit) @95864   2 years vboxsync VBoxTray: There is no need for the /l, /v, /version or /V options as …
(edit) @95863   2 years vboxsync VBoxTray/VBoxTray.cpp: Use RTStrPrintf instead of sprintf; in …
(edit) @95862   2 years vboxsync VBoxTray: Specify on the linker command line that this is a window app …
(edit) @95837   2 years vboxsync DnD/VBoxTray: Resolved some @todos (use dedicated init functions) + …
(edit) @95836   2 years vboxsync DnD/VBoxTray: Resolved some @todos (use dedicated init functions) + …
(edit) @95833   2 years vboxsync DnD/VBoxTray: Introduced a new and much easier way of debugging drag'n …
(edit) @95828   2 years vboxsync Additions/VBoxTray: Added long overdue command line handling to …
(edit) @95827   2 years vboxsync Additions/VBoxTray: Added long overdue command line handling to …
(edit) @95824   2 years vboxsync DnD/VBoxTray: Check the DnD data object state when calling Abort(). …
(edit) @95734   2 years vboxsync VBoxTray/DnD: Make the code build w/o exceptions enabled. bugref:10261
(edit) @95733   2 years vboxsync VBoxTray/Seamless: Missing DECLCALLBACKs.
(edit) @95049   3 years vboxsync Additions/VBoxTray: Fixed regression introduced in r117497, which …
(edit) @94629   3 years vboxsync Runtime/log: Allow setting a custom output interface for the file …
(edit) @94184   3 years vboxsync Main: Guest Properties: notify lesteners that property was deleted …
(edit) @93396   3 years vboxsync VBoxTray/Clipboard: If SharedClipboardWinConvertCFHTMLToMIME fails, …
(edit) @93395   3 years vboxsync VBoxTray/Clipboard: Don't split log messages over multiple lines, …
(edit) @93299   3 years vboxsync Add/win: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92963   3 years vboxsync GA/VBoxTray: Include d3dkmthk.h via the clean iprt wrappers. bugref:10116
(edit) @92962   3 years vboxsync GA/VBoxTray: Must define _WIN32_WINNT *before* including any windows …
(edit) @92846   3 years vboxsync Additions: Shared Clipboard: VBoxTray: unwrap CF_HTML content, …
(edit) @92845   3 years vboxsync Additions: Shared Clipboard: fix HTML content conversion, …
(edit) @92735   3 years vboxsync Shared Clipboard/Transfers: Resolved @todos: Revamped event [source] …
(edit) @91764   3 years vboxsync 3D/VMSVGA: Coding style fixes for r147535, bugref:10120
(edit) @91763   3 years vboxsync 3D/VMSVGA: Fix for primary display position in VBoxTray.exe for …
(edit) @91746   3 years vboxsync VBoxTray/VBoxClipboard: Use VbglR3ClipboardWriteDataEx instead of the …
(edit) @90862   3 years vboxsync IPRT,SUPDrv,VMM,++: Bumped major support driver version. Added …
(edit) @90829   3 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90711   3 years vboxsync VBoxTray: Explain the 'release' log stuff for DEBUG builds when it …
(edit) @90710   3 years vboxsync VBoxTray: Reverted r146329 as it seems this one is different as it …
(edit) @90709   3 years vboxsync VBoxTray: More of the same, from the DnD merge r91269, only use …
(edit) @90054   3 years vboxsync VBoxSharedClipboard/win: Replaced SharedClipboardWinAnnounceFormats …
(edit) @87611   4 years vboxsync Shared Clipboard/Transfers: More callback code. ​bugref:9437
(edit) @87452   4 years vboxsync Shared Clipboard/Transfers: More code for HTTP transfers. bugref:9437
(edit) @86949   4 years vboxsync Shared Clipboard/Transfers: Transfer IDs are 32-bit and of type …
(edit) @86948   4 years vboxsync Shared Clipboard/Transfers: Resurrected Windows code. bugref:9437
(edit) @86908   4 years vboxsync Shared Clipboard/Transfers: Removed clipboard area handling code. …
(edit) @86870   4 years vboxsync Additions/Seamless: Termination fixes, added a @todo.
(edit) @86869   4 years vboxsync DnD: Termination fixes / clarification.
(edit) @85746   4 years vboxsync DnD: Renaming -- DND_FORMATS_SEPARATOR -> DND_FORMATS_SEPARATOR_STR …
(edit) @85745   4 years vboxsync DnD: Renaming -- prefix all HGCM function number defines with …
(edit) @85695   4 years vboxsync DnD/VBoxTray: Renaming, removed unused functions [build fix].
(edit) @85694   4 years vboxsync DnD/VBoxTray: Renaming, removed unused functions.
(edit) @85681   4 years vboxsync DnD: Lots of documentation.
(edit) @85520   4 years vboxsync DnD/VBoxTray: More fixes needed for new DnDTransferList and …
(edit) @85472   4 years vboxsync DnD/VBoxTray: Use DND_PATH_SEPARATOR + DND_FORMATS_SEPARATOR.
(edit) @85371   4 years vboxsync DnD: Revamped code to simplify / untangle of internal data handling: - …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84728   5 years vboxsync VBoxTray: error checking in multiple screens resizing code; removed …
(edit) @84721   5 years vboxsync Guest Additions/VBoxTray: Be more verbose when a certain service does …
(edit) @84720   5 years vboxsync Guest Additions/VBoxTray: Be more verbose when a certain service does …
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84533   5 years vboxsync s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
(edit) @84452   5 years vboxsync VBoxTray: changed multiple screens resizing code to follow MSDN docs …
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