VirtualBox

source: vbox/trunk/src/VBox/Devices/Input

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72408   7 years vboxsync PS2K: Corrected typematic action stopping. See bbugref:4118c57
(edit) @72407   7 years vboxsync PS2K: Renamed variable to avoid partial duplicate.
(edit) @72115   7 years vboxsync SCM
(edit) @72113   7 years vboxsync PS2K: Place only entire key press/release sequences in queue to avoid …
(edit) @71779   7 years vboxsync USB*: no else after return
(edit) @71358   7 years vboxsync PS2K: Forgot to relocate the new timer.
(edit) @71351   7 years vboxsync PS2K: Throttle keyboard input to satisfy questionable software (see …
(edit) @69704   7 years vboxsync DevPS2: They really do think different! Darwin 6.0.2 and earlier reads …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69341   7 years vboxsync UsbMouse: Report no input capability on device reset.
(edit) @69296   7 years vboxsync Devices/Input: scm cleanups
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @68109   7 years vboxsync PS2M: Removed unused code, cleaned up comments.
(edit) @68100   7 years vboxsync PS/2 mouse emulation: correct comment in test case and move test code …
(edit) @68089   7 years vboxsync bugref:8778: Double click not working with precision touchpad (user …
(edit) @68088   7 years vboxsync bugref:8778: Double click not working with precision touchpad (user …
(edit) @68052   7 years vboxsync bugref:8778: Double click not working with precision touchpad (user …
(edit) @66989   8 years vboxsync VUSB: Collect opaque class-specific data between config and interface …
(edit) @65919   8 years vboxsync gcc 7: fall thru
(edit) @65648   8 years vboxsync gcc 7: Devices: fall thru
(edit) @64368   8 years vboxsync Devices/Input: Doxygen
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63208   8 years vboxsync DrvMouseQueue: Hook up PDMIMOUSECONNECTOR::pfnFlushQueue and …
(edit) @62956   8 years vboxsync @copydoc -> @interface_method_impl
(edit) @62920   8 years vboxsync Devices: warnings
(edit) @62907   8 years vboxsync Devices: warnings
(edit) @62906   8 years vboxsync Devices: warnings
(edit) @62889   8 years vboxsync Devices: warnings
(edit) @62888   8 years vboxsync tstUsbMouse: Fixed.
(edit) @62885   8 years vboxsync Devices: gcc warnings
(edit) @62573   8 years vboxsync Cleanup: Removed VBOX_WITH_NEW_PS2M switch.
(edit) @62513   8 years vboxsync (C) 2016
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @59466   9 years vboxsync Devices/Input/testcase: fixed a path and added LIB_REM explicitly in …
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57393   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56674   9 years vboxsync Devices/PS2K: LogRel nit.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @55874   10 years vboxsync Devices/Input: re-add release flow logging to PS/2 input devices.
(edit) @55873   10 years vboxsync KBC: Allow word reads of KBC status register.
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @55164   10 years vboxsync PS2M: Vertical scrolling and buttons 4/5 fix.
(edit) @55077   10 years vboxsync PS2K: group IN_RING3 code.
(edit) @55076   10 years vboxsync PS2K: drop excessive IN_RING3.
(edit) @55075   10 years vboxsync PS2K: coding style.
(edit) @55073   10 years vboxsync PS2K: HID LEDs sync: notify listener (GUI) about LEDs state on VM restore.
(edit) @54877   10 years vboxsync DevPS2: Allow 16-bit KBC writes.
(edit) @54788   10 years vboxsync Fix signed/unsigned comparison.
(edit) @54787   10 years vboxsync PS2: A couple of todos plus better handling of incorrectly saved …
(edit) @54735   10 years vboxsync PS2M.cpp: Avoid division by chainsaw restoring old state or worse.
(edit) @54289   10 years vboxsync PS2M: Try harder not to leave buttons hanging.
(edit) @54271   10 years vboxsync PS2M: Restrict X/Y range, report buttons in E9 command.
(edit) @54261   10 years vboxsync Devices/Input/PS2: Assert->AssertMsg.
(edit) @54247   10 years vboxsync Alignment!?
(edit) @54246   10 years vboxsync Alignment…
(edit) @54245   10 years vboxsync Alignment?
(edit) @54243   10 years vboxsync Alignment.
(edit) @54240   10 years vboxsync PS2M: Final round of fixes before enabling.
(edit) @54094   10 years vboxsync PS2K: Do not react to commands when resetting.
(edit) @53322   10 years vboxsync PS2M: Fixed assertion.
(edit) @53204   10 years vboxsync Removed unreferenced variable.
(edit) @53055   10 years vboxsync KBC: Be more AT compatible.
(edit) @52782   10 years vboxsync ps2kLoadQueue: Paraoia, check SSMR3GetU32 return code before using the …
(edit) @52128   10 years vboxsync PS2M: Do not delay resets (too much trouble).
(edit) @52052   10 years vboxsync DevPS2: Removed debugging code inadvertently left in a while ago.
(edit) @51609   10 years vboxsync DrvMouse: Added queue flush callback like we have for keyboard.
(edit) @51546   10 years vboxsync UsbKbd: Added a brief theory of operation.
(edit) @51539   10 years vboxsync Keyboard: Extended keyboard driver and reworked USB keyboard device …
(edit) @50998   11 years vboxsync PS2M: Clear any buffered command response if command reissued.
(edit) @50965   11 years vboxsync DevPS2: Saved state update for new PS/2 mouse emulation. Curretly disabled.
(edit) @50962   11 years vboxsync Send HID usage codes rather than XT scan codes to keyboard devices, …
(edit) @50806   11 years vboxsync PS2M: ImEx can be enabled any time.
(edit) @49886   11 years vboxsync Devices/Input/DevPS2.cpp: fix regression in previous change, …
(edit) @49882   11 years vboxsync Devices/Input/DevPS2.cpp: eliminate use of vl_vbox.h
(edit) @49814   11 years vboxsync Devices/USB: First part of the rework, move most of the work to …
(edit) @49469   11 years vboxsync DevPS2: Release keys after restoring saved state, not while loading it.
(edit) @49451   11 years vboxsync DrvKeyboardQueue: activate on resume (from saved state).
(edit) @49423   11 years vboxsync Do not block input on keyboard queue level when VM is paused.
(edit) @49385   11 years vboxsync USBK: Recognize 0xFC as a special 'release all keys' event.
(edit) @49384   11 years vboxsync PS2K: Recognize 0xFC as a special 'release all keys' event.
(edit) @49255   11 years vboxsync PS2M: Use default critsect for timers, too.
(edit) @49254   11 years vboxsync PS2K: Use default critsect for timers, too.
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @48358   11 years vboxsync PS2M: Implemented wrap mode.
(edit) @48214   11 years vboxsync Added new PS/2 mouse implementation (currently disabled).
(edit) @48033   11 years vboxsync DevPS2: Support alternate KBC reset command.
(edit) @47885   11 years vboxsync Devices\Input\UsbMouse: update.
(edit) @47855   11 years vboxsync Devices/input: re-added mouse wheel to tablet device.
(edit) @47796   11 years vboxsync Devices/Input: reverting r88027 as several guests did not like it.
(edit) @47768   11 years vboxsync Devices/Input: add horizontal scrolling to the USB mouse device.
(edit) @47727   11 years vboxsync Devices\Input\UsbMouse: report the latest state (update).
(edit) @47725   11 years vboxsync Devices\Input\UsbMouse: implemented GET_REPORT stubs; report the …
(edit) @47675   11 years vboxsync UsbKbd: Report LED state changes.
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