summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-293-4/+4
* A few minor input fixes and cleanups Brad Hughes2016-06-252-8/+26
* Don't crash on input modules not derived from wininput_module (like "none") Brad Hughes2016-06-181-8/+29
* Add WINAPI to other needed functions for stdcall calling convention on 32-bit Brad Hughes2016-06-151-2/+2
* The calling convention goes inside the brackets of pointers to functions. All... smf-2016-06-152-6/+6
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-116-118/+86
* Move window_list to osd_common_t Brad Hughes2016-06-118-14/+14
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-108-15/+15
* Hybrid Input Module: Change error printing to verbose on probe() and error on... Brad Hughes2016-05-312-4/+7
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-3/+15
* ui refactoring [Vas Crabb] Vas Crabb2016-05-272-3/+9
* Improve support for more Joysticks with DirectInput8. Also repair DirectInput... Quench02016-05-202-4/+28
* RIP sdlinc.h couriersud2016-05-063-3/+3
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-277-17/+17
* Clean up extended ASCII (nw) balr0g2016-04-261-2/+2
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-259-28/+29
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-259-29/+28
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-247-39/+40
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-232-2/+2
* Refactor OSD window. Brad Hughes2016-04-219-28/+29
* SDL cleanup (nw) Miodrag Milanovic2016-04-201-1/+0
* Standardize platform window pointer storage in osd_window. Brad Hughes2016-04-184-8/+8
* Add AVI writing to bgfx, nw therealmogminer@gmail.com2016-04-172-2/+10
* ui: Re-enabled configuration menu for single-machine and added some options. dankan18902016-04-151-0/+21
* Fix BACKSLASH2 SDL key mapping Brad Hughes2016-04-111-1/+1
* Fix bug in Xinput DPAD POV mapping. Brad Hughes2016-04-101-1/+1
* Correct trigger axis. XInput small code cleanup. Brad Hughes2016-04-092-25/+25
* Make XInput triggers centered at 0 Brad Hughes2016-04-061-4/+4
* Make Xinput triggers analog Brad Hughes2016-04-062-8/+8
* Release WMI COM objects correctly in XInput device discovery. Brad Hughes2016-04-051-11/+52
* fix compile on non-windows platforms (nw) Miodrag Milanovic2016-04-051-1/+1
* Hybrid DirectInput/XInput module Brad Hughes2016-04-046-579/+1116
* Fixed joystick on Android preventing application to crash, cleanup init for S... Miodrag Milanovic2016-04-021-17/+18
* Conflict resolution (nw) AJR2016-03-312-3/+15
|\
| * Unsubscribe SDL input modules from events on exit. Brad Hughes2016-03-302-3/+15
* | Iterate over core classes C++11 style AJR2016-03-312-42/+40
|/
* Cleanups and version bump Miodrag Milanovic2016-03-3013-143/+142
* Fix cross compile (nw) Jeffrey Clark2016-03-231-1/+1
* Fix VS Build issue for WRL ComPtr Brad Hughes2016-03-191-1/+1
* temporary fix for VS build. (nw) dankan18902016-03-201-1/+1
* Handle a couple more SDL window events to track focus in input module. Brad Hughes2016-03-191-0/+5
* Fix build break for X11 input Brad Hughes2016-03-191-1/+1
* Fix SDL input focus tracking bug plus remove references to USE_OLD_SDL_INPUT ... Brad Hughes2016-03-193-7/+21
* Fix DirectInput stuck joystick directional input when window loses focus. Th... Brad Hughes2016-03-181-4/+4
* General code cleanup in input modules. Using ComPtr to manage DirectInput res... Brad Hughes2016-03-187-100/+105
* Rewrote overly complex rawinput_device_improve_name function for rawinput mod... Brad Hughes2016-03-185-162/+218
* Revert "Fix that makes non-Unicode build to work (nw)" Miodrag Milanovic2016-03-141-1/+1
* Fix that makes non-Unicode build to work (nw) Miodrag Milanovic2016-03-111-1/+1
* With latest package from MSYS of clang 3.8.0 build at least compile fine on w... Miodrag Milanovic2016-03-114-20/+13
* compile fix (nw) Miodrag Milanovic2016-03-081-1/+1