summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Config
AgeCommit message (Expand)Author
2017-04-12Remove audio backend tooltipJosJuice
2017-04-12Merge pull request #5241 from MerryMage/stretchMarkus Wick
2017-04-12AudioConfigPane: Allow user-configuration of audio stretchingMerryMage
2017-04-11Put "Top" on top of "Bottom" in the sensor bar position dropdownJosJuice
2017-04-11Make the Wii config pane shorterJosJuice
2017-04-08Merge pull request #5219 from lioncash/commonMat M
2017-04-08Merge pull request #5105 from lioncash/namespaceMat M
2017-04-08Add i18n comments for the acronym IRJosJuice
2017-04-07FileSearch: Namespace functions under the Common namespaceLioncash
2017-04-03Core: Hide determinism globalLioncash
2017-03-18EXI: Namespace device classesLioncash
2017-03-14GCMemcard: Move memcard source files to their own directoryLioncash
2017-03-08Moved X11Utils into UICommon.Vlad Firoiu
2017-03-06GeneralConfigPane: Fix analytics sizer's right side being misaligned by 5 unitsLioncash
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-02-25IniFile: Handle s64/u64 valuesLioncash
2017-02-15wxWidgets expects non-constPhil Christensen
2017-02-15C++ conformance fixes (MSVC /permissive-)Phil Christensen
2017-02-08DolphinWX: Fix overclock slider clock displayLéo Lam
2017-02-08DolphinWX: Add missing include for no-PCH buildsFlorent Castelli
2017-02-05DolphinWX: Add USB passthrough settingsLéo Lam
2017-02-01"Wii Remote Motor" -> "Wii Remote Rumble"JosJuice
2017-01-20Core: Move EXI source files to their own directoryLioncash
2017-01-18IOS: Reorganise the source files and IPC_HLE→IOSLéo Lam
2017-01-17IPC_HLE: Namespace IOS HLELioncash
2016-12-26Should fix being unable to change memory card slot ATechjar
2016-12-18Add TGC disc image compatibilityJosJuice
2016-12-05Add a special input configuration dialog for the GameCube Micaldelaro5
2016-11-28Add flexibility to InputConfigDialogaldelaro5
2016-11-10GCAdapterConfigDiag: Mark OnUpdateAdapter parameter as unused.Lioncash
2016-11-10GCAdapterConfigDiag: Rename UpdateAdapter to OnUpdateAdapterLioncash
2016-11-10GCAdapterConfigDiag: Make functions private where applicableLioncash
2016-11-08PathConfigPane: Eliminate main frame global usageLioncash
2016-11-06DolphinWX: Make the main config dialog modelessLioncash
2016-11-05DolphinWX: Enable/disable config UI options based on core stateLioncash
2016-11-04GeneralConfigPane: rename cpu_cores to m_cpu_coresLioncash
2016-11-04CodeWindow: Hide GetMenuBar()Lioncash
2016-10-31Merge pull request #4391 from Pringo/wii-remoteMarkus Wick
2016-10-27DolphinWX: Move toolbar creation to a wxToolBar subclassLioncash
2016-10-25Change "Wiimote" to "Wii Remote" in InterfacePringo
2016-10-21Merge pull request #4369 from lioncash/configJosJuice
2016-10-20GameCubeConfigPane: Add forward declaration for TEXIDevicesLioncash
2016-10-20GeneralConfigPane: Add <vector> includeLioncash
2016-10-20AdvancedConfigPane: Add necessary includes to headerLioncash
2016-10-20GCAdapterConfigDiag: Cull includes in header fileLioncash
2016-10-09AudioConfigPane: clang-formatMichael Maltese
2016-10-09AudioConfigPane: gray-out extra text for disabled controlsMichael Maltese
2016-10-09AudioConfigPane: move DPL2 decoding into 'Backend Settings'Michael Maltese
2016-10-09AudioCommon: SupportsDPL2Decoder, SupportsLatencyControl, SupportsVolumeChangesMichael Maltese
2016-10-09AudioConfigPane: dedupe code into ToggleBackendSpecificControlsMichael Maltese