summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2010-06-02Fix some cases of variables being used uninitialized. Also some unusedSoren Jorvang
2010-06-02Meta:Soren Jorvang
2010-05-29Changed both video plugins to save PNG screenshots. Made GCPad New default in...Jordan Woyak
2010-05-26Exceptions are not allowed.Soren Jorvang
2010-04-29New Wiimote Plugin: Added "Upright Wiimote" option. Fixed a nunchuk problem i...Jordan Woyak
2010-04-27osx input: remove some debug code...Shawn Hoffman
2010-04-27osx input: scale mouse axes more nicelyShawn Hoffman
2010-04-27osx input: now supports mice(buttons + axes). also less crashes :pShawn Hoffman
2010-04-27osx keyboard: add pretty names for keys.Shawn Hoffman
2010-04-25cleanup some osx keyboard code...still can't get mouse or hid transactions to...Shawn Hoffman
2010-04-25oops, don't need ~KeyboardMouse() anymore...Shawn Hoffman
2010-04-25First OSX keyboard stuff...works, with limitations:\nNo Mouse support yet (Ad...Shawn Hoffman
2010-04-24More improvements to new wiimote plugin: Added emulated Drums/Guitar extensio...Jordan Woyak
2010-04-23osx buildfixShawn Hoffman
2010-04-23Get the wiimote new plugin working in linux. Wiimote emulation works at leas...Glenn Rice
2010-04-22Improvements to new emulated wiimote plugin: IR cursor works with mouse or an...Jordan Woyak
2010-04-20OS X: enable path in Jit64::stX. fix wxw assert on opening ConfigMain. __forc...Shawn Hoffman
2010-04-13Linux compile fix for billard's changes. nakeee
2010-04-13Commited my new wiimote plugin work so far. Some code was copied from the cur...Jordan Woyak
2010-04-12Added files I forgot in last commit.Glenn Rice
2010-04-12Big restructuring of how the video plugin works. In linux and windows you sh...Glenn Rice
2010-03-17Added several XKeyToString translations.Glenn Rice
2010-02-16Fixed a few memory leaks. Made Init and Shutdown functions for some core syst...donkopunchstania
2010-02-07EXPERIMENTAL: an attempt to fix Issue 1725ayuanx
2010-02-02Re-added Semi-Pressureayuanx
2010-01-31Enables detecting pad axes whose range is smaller than usual ones, e.g. from ...ayuanx
2010-01-29Fies Issue 1584ayuanx
2010-01-29Build fixnakeee
2010-01-29Fixes Issue 2164ayuanx
2010-01-27Fixes Issue 2125ayuanx
2010-01-27Make arrow and home keys work in wiimote emulator.Glenn Rice
2010-01-24Fix the linux keyboard.Glenn Rice
2010-01-23Added support for X360pad rumbleayuanx
2010-01-22Merged PadSimple with nJoyayuanx
2010-01-20This should fix Issue 1982 & Issue 2042ayuanx
2009-12-31This should fix Issue 1798ayuanx
2009-12-30* Hides cursor on D3D Fullscreen mode. Fixes Issue 1411fgfemperor
2009-12-28Fix an issue with BPMEM_LOADTLUT, thanks to revned @ issue 1831, also fix a s...sl1nk3.s
2009-12-27Now Dolphin officially supports Multi-WiiMote (up to 4)ayuanx
2009-12-27Some more key binding fixes. I know I should have made it in just one commit,...fgfemperor
2009-12-27Tiny Fix:fgfemperor
2009-12-17Implemented Nunchuck Roll/Pitchayuanx
2009-12-14Rearranged EmuWiimote & nJoy. Wow they can share one pad at the same time, an...ayuanx
2009-12-09I think this should fix the "Wiimote sudden death after 15 min" issue, actual...ayuanx
2009-12-081. Fixed a silly bug that prevented IR rotation in last rev from working, now...ayuanx
2009-12-06Implemented Pad Rumble for Emu WiiMote, Currently this function is still quit...ayuanx
2009-11-29Now WiiMote button mapping supports both Keyboard & Joypad, or even mixed, no...ayuanx
2009-11-14revert to r4531, but keep the changes from the following revisions: 4533,4550...Shawn Hoffman
2009-11-12Wiimote and nJoy > Gamepad changesJohn Peterson
2009-11-11Fix GCC 4.5 Compiling. -fvisibility=hidden seems to break it, so it was remov...Sonicadvance1