summaryrefslogtreecommitdiff
path: root/ui/input.c
AgeCommit message (Expand)Author
2026-06-17ui/input: Have qemu_input_is_absolute() take a const QemuConsolePhilippe Mathieu-Daudé
2026-06-17ui/input: remove old LED handler broadcast queueMarc-André Lureau
2026-06-17ui/input: add LED state tracking to QemuInputHandlerStateMarc-André Lureau
2026-06-17ui/input: remove double-notification on qemu_mouse_set()Marc-André Lureau
2026-06-17ui: move LED and key utilities to input.c, delete input-legacy.cMarc-André Lureau
2026-05-25ui/input: Remove unused QKeyCode helpers and keymapsAkihiko Odaki
2026-05-25ui/input: Prohibit sending KEY_RESERVEDAkihiko Odaki
2026-05-25ui/input: Use Linux key codes for internal key eventsAkihiko Odaki
2026-05-25ui/input: Store QKeyCode directly in QemuInputKeyEventAkihiko Odaki
2026-05-25ui/input: Remove QAPI wrappers from QemuInputEventAkihiko Odaki
2026-05-25ui/input: Introduce QemuInputEvent typedefAkihiko Odaki
2026-05-09ui/input: do not assert() when tracing invalid inputMarc-André Lureau
2026-04-28ui/console: move console_handle_touch_event() to inputMarc-André Lureau
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé
2024-10-15vl.c: Remove pxa2xx-specific -portrait and -rotate optionsPeter Maydell
2023-10-19ui/input: Constify QemuInputHandler structurePhilippe Mathieu-Daudé
2023-10-03input: Allow to choose console with qemu_input_is_absoluteAkihiko Odaki
2023-05-28ui: add helpers for virtio-multitouch eventsSergio Lopez
2023-05-28ui: add the infrastructure to support MT eventsSergio Lopez
2023-01-19ui: Simplify control flow in qemu_mouse_set()Markus Armbruster
2023-01-19ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster
2023-01-19ui: Don't check for mode change after mouse_set errorMarkus Armbruster
2022-12-14qapi ui: Elide redundant has_FOO in generated CMarkus Armbruster
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-01-14Merge remote-tracking branch 'remotes/kraxel/tags/input-20190111-pull-request...Peter Maydell
2019-01-11qemu/queue.h: typedef QTAILQ headsPaolo Bonzini
2019-01-11input: avoid malloc for mouse eventsGerd Hoffmann
2018-10-19qemu-timer: avoid checkpoints for virtual clock timers in external subsystemsArtem Pisarenko
2018-10-19Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...Artem Pisarenko
2018-10-02ui: fix virtual timersPavel Dovgalyuk
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-01-12input: fix memory leaklinzhecheng
2017-10-23ui: normalize the 'sysrq' key into the 'print' keyDaniel P. Berrange
2017-10-23ui: use correct union field for key numberDaniel P. Berrange
2017-10-16ui: don't export qemu_input_event_new_keyDaniel P. Berrange
2017-10-16ui: convert key events to QKeyCodes immediatelyDaniel P. Berrange
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-06-23input: Decrement queue count on kbd delayAlexander Graf
2017-06-21ui: Remove inclusion of "hw/qdev.h"Thomas Huth
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov
2017-05-03input: don't queue delay if pausedMarc-André Lureau
2017-05-03input: limit kbd queue depthGerd Hoffmann
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-05qapi: Avoid use of 'data' member of QAPI unionsEric Blake
2016-03-05ui: Shorten references into InputEventEric Blake