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
/
DolphinWX
/
InputConfigDiag.cpp
Age
Commit message (
Expand
)
Author
2015-05-28
Rewrite FileSearch and improve ScanDirectoryTree.
comex
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-08
DolphinWX: Remove unnecessary includes
Lioncash
2015-04-27
DolphinWX: Make some general UI functions/vars private
Lioncash
2015-03-12
Cleaned up the controls lock that is not needed with 780eef68f6ec7deee1a11f8b...
skidau
2015-03-09
Fixed the wiimote profiles not taking effect.
skidau
2015-03-08
Fixed the crash that would occur when the Refresh button was pressed in the c...
skidau
2015-02-11
DolphinWX: Get rid of unnecessary Destroy calls
Lioncash
2015-02-04
Merge pull request #1949 from skidau/hotkey-input
skidau
2015-01-28
InputConfigDiag: Fit buttons to their text
Lioncash
2015-01-27
Added the ability to map gamepad buttons to hotkeys.
skidau
2015-01-17
Draw buttons in rows of eight in the Controller config.
skidau
2015-01-17
Added GameCube Keyboard 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-11-11
Fix some double->float conversions.
Rachel Bryk
2014-11-07
DolphinWX: Remove unnecessary forward declarations
Lioncash
2014-10-15
ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize()
Lioncash
2014-09-07
DolphinWX: Remove unnecessary unique_ptr get calls in InputConfigDiag
Lioncash
2014-09-07
Used a constant for the default high value.
skidau
2014-09-07
Route the wiimote speaker to the sound mixer (the host system's speakers). Em...
skidau
2014-09-04
Controller Interface: Remove "using namespace" in header file.
Rohit Nirmal
2014-09-04
Checkbox for iteration
MikeRavenelle
2014-09-04
Auto iterate through configuration inputs
MikeRavenelle
2014-08-31
InputCommon: Rename class InputPlugin to InputConfig
Lioncash
2014-08-19
msvc: resolve all warnings in DolphinWX.
Shawn Hoffman
2014-08-15
Fix the Not button showing up in the advanced control dialog.
Ryan Houdek
2014-08-02
DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic e...
Lioncash
2014-07-11
ControllerEmu: Virtualize settings
Jasper St. Pierre
2014-07-11
Remove UDPWiimote feature
Jasper St. Pierre
2014-06-19
Fix InputConfigDiag crash on Windows. (GCode issue 7384)
Jordan Woyak
2014-05-17
Kill off _T and wxT macros
Lioncash
2014-05-17
Get rid of old wx event type usages. Use recommended replacements
Lioncash
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-05
Remove some superfluous arguments from some wx control creations
Lioncash
2014-02-23
Make DolphinWX/ mostly IWYU clean.
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-01
Clean up InputConfigDiag.cpp.
Lioncash
2014-02-01
Introduce the usage of unique_ptr into the InputCommon ControlEmu.h class. Al...
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre