index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControllerInterface
/
Quartz
Age
Commit message (
Expand
)
Author
2024-08-15
Use 'contains' method
mitaclaw
2024-07-26
Adjust order and spacing of various #includes
Dentomologist
2024-06-15
Merge pull request #12850 from jordan-woyak/device-sorting
Admiral H. Curtiss
2024-06-15
ControllerInterface: Adjust sort priorities to ensure default keyboard-mouse ...
Jordan Woyak
2024-05-31
TAS Input: Enable hotkeys and controller input when Input has focus
Dentomologist
2024-03-11
InputCommon: Handle window change in Quartz.
Jordan Woyak
2024-03-11
InputCommon: Add Quartz InputBackend class.
Jordan Woyak
2023-12-18
Input: Improve Controller Interface devices threading
Filoppi
2022-12-31
InputCommon:QuartzKB&M: Fix mouse y coordinates
TellowKrinkle
2022-08-18
InputCommon:QuarzKB&M: Use view position instead of window position
TellowKrinkle
2022-08-18
InputCommon:QuarzKB&M: Use KVO to watch window position
TellowKrinkle
2022-08-12
InputCommon: Enable ARC for obj-c++
TellowKrinkle
2022-07-25
Quartz: Handle mouse centering hotkey.
Admiral H. Curtiss
2022-07-15
InputCommon: Get rid of static strings.
Admiral H. Curtiss
2021-07-06
QuartzKeyboardAndMouse: Ensure windowNumber is fetched on the main thread
OatmealDome
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-27
rename InputCommon/ControllerInterface/Device to CoreDevice
Shawn Hoffman
2021-01-02
Fix Quartz cursor going to +infinite if the window size was 0
Filippo Tarpini
2020-09-25
ControllerInterface: Add platform consistent names for modifier keys.
Jordan Woyak
2020-02-22
InputCommon: Constify Device::Input::IsDetectable function.
Jordan Woyak
2020-01-24
InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio.
Jordan Woyak
2019-06-17
InputCommon: Use nested namespace specifiers where applicable
Lioncash
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2017-04-15
Add headless support on macOS
Michael Maltese
2017-01-02
macOS: Add missing includes to fix no-PCH build
hthh
2016-11-30
ControllerInterface: replace Reinitialize with RefreshDevices
Michael Maltese
2016-10-03
InputCommon: Fix formatting issues in Quartz
Léo Lam
2016-08-09
And pull KeycodeToName into its own function
Michael Maltese
2016-08-09
use a std::map instead of running through the AOS
Michael Maltese
2016-08-09
use std::to_string instead of sstream
Michael Maltese
2016-08-09
clang-format and cleaning up Key::GetName
Michael Maltese
2016-08-09
style fixes
Michael Maltese
2016-08-08
Add Quartz/CoreGraphics controller interface for default k&m events
Michael Maltese