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