VirtualBox

source: vbox/trunk/src/VBox/Devices/Input/UsbMouse.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @63478   8 年 vboxsync Devices: warnings (clang)
(edit) @62956   8 年 vboxsync @copydoc -> @interface_method_impl
(edit) @62888   8 年 vboxsync tstUsbMouse: Fixed.
(edit) @62885   8 年 vboxsync Devices: gcc warnings
(edit) @62513   8 年 vboxsync (C) 2016
(edit) @57393   9 年 vboxsync DECLCALLBACK
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56292   9 年 vboxsync Devices: Updated (C) year.
(edit) @55401   10 年 vboxsync added a couple of missing Id headers
(edit) @49814   11 年 vboxsync Devices/USB: First part of the rework, move most of the work to …
(edit) @48947   11 年 vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @47885   11 年 vboxsync Devices\Input\UsbMouse: update.
(edit) @47855   11 年 vboxsync Devices/input: re-added mouse wheel to tablet device.
(edit) @47796   11 年 vboxsync Devices/Input: reverting r88027 as several guests did not like it.
(edit) @47768   11 年 vboxsync Devices/Input: add horizontal scrolling to the USB mouse device.
(edit) @47727   11 年 vboxsync Devices\Input\UsbMouse: report the latest state (update).
(edit) @47725   11 年 vboxsync Devices\Input\UsbMouse: implemented GET_REPORT stubs; report the …
(edit) @47672   11 年 vboxsync Frontend,Devices: touch input updates
(edit) @47656   11 年 vboxsync Devices\Input\UsbMouse: fixed tablet emulation (regression from r87343).
(edit) @47613   11 年 vboxsync Input/UsbMouse: warnings
(edit) @47576   11 年 vboxsync Devices,Main: another multi-touch build fix.
(edit) @47574   11 年 vboxsync Devices: multi-touch build fix.
(edit) @47571   11 年 vboxsync include,Devices,Main,VirtualBox: multi-touch input.
(edit) @47468   11 年 vboxsync Devices/Input: try to avoid losing multi-touch events if the guest is …
(edit) @47418   11 年 vboxsync Devices/Input/UsbMouse: multi-touch co-ordinate fix.
(edit) @47397   11 年 vboxsync Removed irrelevant copy-and-pasted code.
(edit) @47360   11 年 vboxsync Multi-touch: little fixes.
(edit) @47331   11 年 vboxsync Devices/Input/Multi-Touch: actually install the multi-touch call back.
(edit) @47259   11 年 vboxsync pdmifs: fix putEventMT definition.
(edit) @47244   11 年 vboxsync Devices/input: make Windows like the device again for mysterious reasons.
(edit) @47227   11 年 vboxsync Devices/input: more adjustments to the USB input device.
(edit) @47219   11 年 vboxsync Devices/Input: machine configuration for multi-touch device.
(edit) @47208   11 年 vboxsync Devices/Input: more multi-touch plumbing.
(edit) @46932   11 年 vboxsync Devices/Input/UsbMouse: add multi-touch mode to pfnReportModes in PDM.
(edit) @46930   11 年 vboxsync Devices/Input/UsbMouse: release logging.
(edit) @46923   11 年 vboxsync Devices/Input: add USB multi-touch device, not yet active.
(edit) @46818   11 年 vboxsync Devices/Input/UsbMouse: added the specification multi-touch …
(edit) @46767   11 年 vboxsync Devices/Input: and reverted r86653.
(edit) @46766   11 年 vboxsync Devices/Input: reverted r86686 again.
(edit) @46758   11 年 vboxsync Devices/Input/UsbMouse: add basic unit test harness.
(edit) @46730   11 年 vboxsync Devices/Input/UsbMouse: re-factor code to make it easier to put it …
(edit) @46516   11 年 vboxsync Devices/Input: add a report ID field to our USB tablet report descriptor.
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @43960   12 年 vboxsync VUSB: interface association descriptor for emulated devices.
(edit) @43780   12 年 vboxsync Added forgotten USB mouse/tablet log group.
(edit) @43605   12 年 vboxsync UsbMouse: If event could not be sent to guest due to lack of available …
(edit) @43561   12 年 vboxsync Comment.
(edit) @40282   13 年 vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @37795   13 年 vboxsync Devices: use helpers
(edit) @37788   13 年 vboxsync Tablet: Added a CFGM key to modify coordinate munging.
(edit) @37646   13 年 vboxsync Tiny refactoring.
(edit) @37388   13 年 vboxsync Devices/Input/UsbMouse, UsbKbd: Support explicit USB HID descriptor …
(edit) @36445   14 年 vboxsync Input/USB: comments (typo).
(edit) @36421   14 年 vboxsync Input/Usb: typo (comments).
(edit) @36322   14 年 vboxsync USB/Input: comments typo.
(edit) @35428   14 年 vboxsync Devices/Input/UsbMouse: wrong index
(edit) @35353   14 年 vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @30562   14 年 vboxsync Devices/Input/UsbMouse: support five buttons
(edit) @30224   14 年 vboxsync Devices: three size_t warnings.
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27901   15 年 vboxsync OSE header fixes
(edit) @27129   15 年 vboxsync scm cleaned up some whitespace.
(edit) @26965   15 年 vboxsync UsbMouse: Implemented GET_STATUS request processing (for happy lsusb).
(edit) @26935   15 年 vboxsync pdmifs, Devices/Input, Main, FE/BFE: add support for absolute-only …
(edit) @26811   15 年 vboxsync UsbMouse: Reordered report to work around apparent Windows bug.
(edit) @26810   15 年 vboxsync UsbMouse: Do not report boot interface on tablet.
(edit) @26682   15 年 vboxsync UsbMouse: Added tablet support.
(edit) @26495   15 年 vboxsync Devices: whitespace cleanup
(add) @26473   15 年 vboxsync USB: Added a virtual USB mouse and keyboard. Not yet enabled.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette