summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-client/KeyboardImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Main/src-client/KeyboardImpl.cpp: Adjust to the new rules wrt. to rc -> hrc,v...vboxsync2022-05-081-5/+5
* VMM,Main,HostServices: Use a function table for accessing the VBoxVMM.dll/so/...vboxsync2022-01-261-3/+2
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Main/{MouseImpl,KeyboardImpl,ConsoleImpl): Drop passing pointers through CFGM...vboxsync2021-06-291-7/+8
* Keyboard: Reworked the release-all-keys mechanism, made sure it's used before...vboxsync2021-06-291-4/+29
* Main/comimpl.xsl,++: fireXxxxEvent -> ::FireXxxxEvent. bugref:9790vboxsync2020-07-131-1/+1
* Main: Refactored the generated event code implementation as Clang 11 claims v...vboxsync2020-07-121-3/+2
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* doxygen fixes. bugref:9218vboxsync2019-11-261-4/+2
* *: doxygen fixesvboxsync2019-10-181-2/+3
* Main: keyboard HID usage ID is 16-bit.vboxsync2019-10-141-1/+1
* Thinko fix (operator precedence).vboxsync2019-07-121-1/+1
* API: Added IKeyboard::putUsageCode method to send USB HID usage codes directl...vboxsync2019-07-101-0/+43
* Main/Recording: thin out the excessive includes so that it doesn't hide missi...vboxsync2019-01-101-1/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* Main: Use setErrorBoth when we've got a VBox status code handy. (The COM stat...vboxsync2018-07-091-3/+3
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Main/Display+Keyboard: remove effectively unused variables, the VMMDev refere...vboxsync2017-09-251-6/+0
* src-client: Define LOG_GROUP according to interface or similar.vboxsync2017-07-111-1/+3
* Main: doxygen fixesvboxsync2017-01-041-1/+1
* Main: warningsvboxsync2016-08-101-0/+1
* Main: warningsvboxsync2016-08-081-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* gcc warningvboxsync2016-01-061-1/+1
* doxygen: fixes.vboxsync2015-10-121-1/+1
* Main: safearray cleanup, removed unnecessary SafeArray<->vector conversionsvboxsync2014-10-021-5/+4
* IKeyboard::KeyboardLEDs gettervboxsync2014-10-021-3/+30
* 6813 KeyboardImpl.cpp changesvboxsync2014-08-181-58/+49
* 6813 Use of server side API wrapper code - ConsoleImpl.cppvboxsync2014-06-121-4/+4
* Main: use RT_FROM_MEMBER instead of RT_OFFSETOF; some Assert* cleanupvboxsync2014-04-171-5/+2
* Send HID usage codes rather than XT scan codes to keyboard devices, with conv...vboxsync2014-04-031-1/+1
* Main/Event: eliminate unused parametervboxsync2014-02-211-1/+1
* Main: Added a releaseKeys method to IKeyboard.vboxsync2013-11-041-0/+13
* Main/drv*: s/pData/pThis/g.vboxsync2013-03-131-14/+14
* Main: drvDestruct/drvConstruct cleanups.vboxsync2013-03-131-26/+25
* header (C) fixesvboxsync2013-02-041-1/+1
* *: gcc-4.7: ~0 => ~0U in initializers (''warning: narrowing conversion of `-1...vboxsync2012-02-281-1/+1
* Main/KeyboardImpl: when sending host+del to the guest, send the extended del ...vboxsync2011-04-191-5/+7
* Main. QT/FE: fix long standing COM issuevboxsync2011-01-191-1/+2
* Main: source re-org.vboxsync2010-12-301-0/+445