summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/OSX
AgeCommit message (Expand)Author
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07ControllerInterface: Remove OSX window handleFiloppi
2021-05-05InputCommon: replace SerialInterface log with ControllerInterfaceFiloppi
2021-01-27rename InputCommon/ControllerInterface/Device to CoreDeviceShawn Hoffman
2020-10-23InputCommon: Migrate logging over to fmtLioncash
2019-07-23StringUtil: Use std::string_view moreJosJuice
2019-06-17InputCommon: Use nested namespace specifiers where applicableLioncash
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-03-22InputCommon/OSX: Refactor IOKit controller interfacespycrab
2018-12-24ControllerInterface: DInput: Update force feedback effects in a thread. This ...Jordan Woyak
2017-11-10ControllerInterface: invoke callbacks in AddDevice/RemoveDeviceMichael M
2017-09-15Prevent multiple HID elements of same usage type on OSXArthur Carlsson
2017-08-24Implement GamePAd and MultiAxisController detectionNick
2017-08-23formatting cleanupNick
2017-08-22keyboard fixes v2Nick
2017-08-21Depreciate old OSX Keyboard and MouseNick
2017-08-01Fix axis not working with Switch Pro controller on macOSJocelyn Turcotte
2017-04-15Add headless support on macOSMichael Maltese
2016-12-01Merge pull request #4362 from ligfx/osxhotplugAnthony
2016-11-30ControllerInterface: enable hotplugging on macOSMichael Maltese
2016-11-30ControllerInterface: replace Reinitialize with RefreshDevicesMichael Maltese
2016-10-31Merge pull request #4405 from xrix4096/mac-unknown-joyaxisMarkus Wick
2016-10-30Use the IOHIDElement cookie as a part of the axis name for unknown axis. Prev...Chris Pritchard
2016-10-24Fix various comment typosSintendo
2016-07-14ControllerInterface: Make the ID assigning code commonLéo Lam
2016-07-12Strip whitespace from Evdev and OSX controller names.Scott Mansell
2016-06-25ControllerInterface: Switch to std::shared_ptrLéo Lam
2016-06-25ControllerInterface: Don't pass m_devices to the backendsLéo Lam
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-02-05normalize and check upper/lower bounds of hats input on OS XNick Tiberi
2015-10-02InputCommon: Use NSNumber numeric literals in Obj-C codeLioncash
2015-09-17ControllerInterface: Fix -Winconsistent-missing-override warnings on OSXLioncash
2015-06-21Fix misc. clang warnings - mostly complaints about inconsistent use of override.comex
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-11-28ControllerInterface: Make UpdateInput / UpdateOutput return voidJasper St. Pierre
2014-11-28ControllerInterface: Implement dummy UpdateInput / UpdateOutputsJasper St. Pierre
2014-10-28Make some OSX-only functions staticLioncash
2014-09-14Kill off the wx casts within InputCommon and GLInterface.Lioncash
2014-09-13InputCommon: Initialize NSDictionaries using literal syntax.Lioncash
2014-09-03Change ControlState typedef to double, and change all related floats/doubles ...Rachel Bryk
2014-08-30InputCommon: Clean up brace placementsLioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Fix some vertical alignmentsLioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-09ForceFeedback: Add OSX rumble supportJules Blok
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre