summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input
Commit message (Expand)AuthorAgeFilesLines
...
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-2/+1
* for bool type use true and false (nw) Miodrag Milanovic2016-07-313-14/+14
* algorithm-> utility where appropriate, fix imgtool (nw) Miodrag Milanovic2016-07-312-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-316-7/+21
* Cleanups and version bump Miodrag Milanovic2016-07-272-2/+2
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-243-25/+10
* Apollo changes: [Hans Ostermeyer] arbee2016-07-121-1/+3
* Fix input issues on big endian systems (fixes #963) Brad Hughes2016-06-298-47/+79
* 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