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
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DolphinWX
/
ControllerConfigDiag.cpp
Age
Commit message (
Expand
)
Author
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-07
Use the English name for DK Bongos in the English version of Dolphin
JosJuice
2016-01-06
Add a stubbed GCAdapter namespace.
Ryan Houdek
2016-01-05
Make the Wii U Gamecube adapter work with less magic.
Ryan Houdek
2016-01-05
Move SI_GCAdapter over to InputCommon
Ryan Houdek
2015-12-17
DolphinWX: Change "AM-Baseboard" string to "AM Baseboard"
JosJuice
2015-10-01
ControllerConfigDiag: Remove superfluous arguments
Lioncash
2015-10-01
ControllerConfigDiag: Amend button sizing issues
Lioncash
2015-07-14
GCAdapter: Disable the scanning thread when direct connect is disabled
mathieui
2015-06-28
Use emplace() instead of insert() where applicable for maps.
Lioncash
2015-06-21
Fix misc. clang warnings - mostly complaints about inconsistent use of override.
comex
2015-06-12
Options: merge SCoreStartupParameter into SConfig
degasus
2015-06-07
Fixed translation of strings at runtime.
Matthew Parlane
2015-05-25
Add missing license headers
Tillmann Karras
2015-05-08
DolphinWX: Remove unnecessary includes
Lioncash
2015-05-01
Add missing ifdefs around GCAdapter code in Controller config
mathieui
2015-04-30
GCAdapter: Add a setting to toggle rumble
mathieui
2015-04-30
GCAdapter: Add a background thread to detect the adapter
mathieui
2015-03-08
Fixed the crash that would occur when the Refresh button was pressed in the c...
skidau
2015-03-05
Removed the GC Adapter "Use Thread" option as it was not useful.
skidau
2015-02-11
DolphinWX: Get rid of unnecessary Destroy calls
Lioncash
2015-01-21
Merge pull request #1869 from Stevoisiak/GeneralConsistency
Ryan Houdek
2015-01-17
Added GameCube Keyboard support.
skidau
2015-01-15
Merge pull request #1832 from shonumi/disable-configs
skidau
2015-01-14
Properly disable or enable Configure buttons for GC controllers
Daniel Stuart Baxter
2015-01-12
More minor consistency changes
Stevoisiak
2015-01-05
Added a callback option instead of using a thread to read the GC adapter.
skidau
2014-12-19
ControllerConfigDiag: Potentially fix scaling problems on high DPI
Lioncash
2014-12-11
Moved the GC Adapter processing under "Standard Controller" as it appears the...
skidau
2014-12-10
Added GameCube Adapter support.
skidau
2014-12-01
DolphinWX: Specify wxID_ANY where -1 is used in controls
Lioncash
2014-12-01
InputConfigDiag: Clean up dialog title translation handling
Lioncash
2014-12-01
ControllerConfigDiag: Fix Linux builds
Lioncash
2014-12-01
ControllerConfigDiag: Disable controller type changes if netplay or a movie i...
Lioncash
2014-12-01
ControllerConfigDiag: Remove now obsolete TODOs
Lioncash
2014-12-01
WiimoteConfigDiag: Rename to ControllerConfigDiag.
Lioncash