summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/TASInputDlg.cpp
AgeCommit message (Expand)Author
2015-09-23Merge pull request #2995 from endrift/tasinputdlg-threadingLioncash
2015-09-02Merge pull request #2885 from endrift/tasinputdlg-threadingLioncash
2015-09-02Merge pull request #2834 from endrift/tasinputdlg-threadingLioncash
2015-09-01Merge pull request #2696 from RisingFog/tasinputLioncash
2015-09-01Merge pull request #2689 from RisingFog/patch-1skidau
2015-05-31DolphinWX: Fix threading issues with TAS pad updatesJeffrey Pfau
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-29Silence -Wshadow and -Wsign-compare warnings.Rohit Nirmal
2015-04-25Merge pull request #2290 from RachelBryk/cc-tasinputcomex
2015-04-22Implement classic controller tas input.Rachel Bryk
2015-04-09DolphinWX: Fix memory leaks relating to the TAS dialogLioncash
2015-04-07TASInputDlg: Remove unnecessary explicit boolsLioncash
2015-03-28Fix home button in tas input.Rachel Bryk
2015-02-25Formatting/Whitespace CleanupStevoisiak
2014-12-06TASInputDlg: Eliminate the usage of some spacers.Lioncash
2014-12-06TASInputDlg: Fix a typo in layout alignment flagsLioncash
2014-12-06TASInputDlg: Replace some for loops with range-based for loops.Lioncash
2014-12-06TASInputDlg: Remove unnecessary wxWidgets default values.Lioncash
2014-11-07Fix analog l/r with tas input.Rachel Bryk
2014-11-05TASInputDlg: Narrow a variable scope in UpdateFromTextLioncash
2014-11-02Fix some warnings.Rachel Bryk
2014-11-02Add nunchuk support to tas input.Rachel Bryk
2014-11-02TASInputDlg: Use Bind over Connect for event handlingLioncash
2014-10-30Fix wiimote accel.Rachel Bryk
2014-10-28Merge pull request #1393 from RachelBryk/accelskidau
2014-10-25Fix acceleration emulation for wiimote and nunchuk.Rachel Bryk
2014-10-24Alternate inputs once per frame rather than once per input for turbo.Rachel Bryk
2014-10-19TASInputDlg: Pass string by reference for CreateStickLayoutLioncash
2014-10-18TASInputDlg: Apply m_ prefix to class member variables.Lioncash
2014-10-15Merge pull request #1274 from lioncash/uninitskidau
2014-10-14TAS warning fixes: unused vars, shadowing, incorrect (unsigned)comex
2014-10-13TASInputDlg: Fix some potential uninitialized variable warnings.Lioncash
2014-10-08Fix another crash in tas input.Rachel Bryk
2014-10-07Fix crash in tas input.Rachel Bryk
2014-10-03Add wiimote tas input.Rachel Bryk
2014-08-13Placed ampersands and asterisks against type nameCharles Rozhon
2014-07-21GCPadStatus: coalescing magic numbers into constsbooto
2014-07-11Merge pull request #601 from lioncash/pad-structDolphin Bot
2014-07-10Change SPADStatus struct name to GCPadStatusLioncash
2014-07-10DolphinWX: Remove unnecessary true within event Skip callsLioncash
2014-05-17Kill off _T and wxT macrosLioncash
2014-03-12Simplify boolean toggling in the TASInputDlg.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-05Remove some superfluous arguments from some wx control creationsLioncash
2014-03-02Fix a case where the wrong placeholders were being assigned for the up and do...Lioncash
2014-02-23Make DolphinWX/ mostly IWYU clean.Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash