| Commit message (Expand) | Author | Age | Files | Lines |
* | Small batch of input refactoring: |  Vas Crabb | 2023-02-05 | 1 | -0/+1 |
* | Optimisation, and baby steps towards untangling stuff: |  Vas Crabb | 2022-06-16 | 1 | -915/+9 |
* | -Enabled complex combinations for analog axes: |  Vas Crabb | 2021-11-06 | 1 | -0/+1 |
* | Slightly cleaned up OSD input modules. |  Vas Crabb | 2021-07-29 | 1 | -4/+4 |
* | API cleanups and miscellaneous fixes. |  Vas Crabb | 2021-07-15 | 1 | -1/+1 |
* | input.cpp, inputdev.cpp: Convert a few more functions to use std::string_view |  AJR | 2021-02-03 | 1 | -2/+2 |
* | -Lua cleanup and documentation migration checkpoint. |  Vas Crabb | 2020-12-16 | 1 | -6/+1 |
* | Move axis movement checking code down into input devices |  AJR | 2020-08-30 | 1 | -8/+0 |
* | I give up, can't keep all the compilers happy (nw) |  Vas Crabb | 2019-11-21 | 1 | -3/+4 |
* | constexpr, constructor delegation, integer_sequence, oh my! (hopefully fix MS... |  Vas Crabb | 2019-11-21 | 1 | -8/+7 |
* | add <cassert,map,memory,string> for completeness, even though it will arrive ... |  Vas Crabb | 2019-11-21 | 1 | -0/+4 |
* | fix clang build (nw) |  Vas Crabb | 2019-11-21 | 1 | -1/+5 |
* | UI input mapping menu updates: |  Vas Crabb | 2019-11-21 | 1 | -48/+83 |
* | Extracting input sequence cleaning logic into an seq_clean() function |  npwoods | 2019-08-21 | 1 | -0/+1 |
* | Make "Keypad ," and "Keypad =" standard keys |  AJR | 2018-05-11 | 1 | -0/+6 |
* | input: make xinput analog triggers half-axes and default IPT_PEDAL2 to RZ- in... |  hap | 2017-10-17 | 1 | -0/+10 |
* | convenience macro for enum bitwise operators (nw) |  Vas Crabb | 2017-07-22 | 1 | -2/+2 |
* | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -7/+1 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -15/+15 |
* | Polymorphize input_device and input_class; move to separate source file (nw) |  AJR | 2016-10-24 | 1 | -235/+4 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -29/+29 |
* | Misc. keyboard input improvements |  AJR | 2016-10-08 | 1 | -0/+12 |
* | Adding id() property to input_device |  Tomer Verona | 2016-09-20 | 1 | -4/+6 |
* | Support for configuring device to conrtoller id |  Tomer Verona | 2016-09-12 | 1 | -0/+8 |
* | keyboard: add F16..F20 keys (present on DEC LK201 keyboard and its clones) |  Sergey Svishchev | 2016-07-30 | 1 | -0/+15 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -5/+5 |
* | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -6/+6 |
* | Initial conversion of core to C++14. Note that compilers are now limited to G... |  Miodrag Milanovic | 2015-12-03 | 1 | -5/+4 |
* | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -9/+9 |
* | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -5/+5 |
* | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -3/+3 |
* | Improve responsiveness of 8-way joysticks default behaviour on 4-way games wh... |  Quench0 | 2015-02-21 | 1 | -1/+0 |
* | Move destructor definitions out of header files included by emu.h; clean some... |  Alex W. Jackson | 2014-03-27 | 1 | -1/+1 |
* | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -3/+58 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | input: Support up to 32 buttons and harmonize Windows and SDL behavior if you... |  R. Belmont | 2013-02-18 | 1 | -1/+49 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -39/+39 |
* | Fixed debug asserts (no whatsnew) |  Miodrag Milanovic | 2012-02-23 | 1 | -1/+1 |
* | Death by static initialization order. Fixed declaration order at the |  Aaron Giles | 2011-06-20 | 1 | -1/+0 |
* | Cleanups and version bumpmame0142u5 |  Angelo Salese | 2011-06-05 | 1 | -21/+21 |
* | (Finally found the time to finish this....) |  Aaron Giles | 2011-05-30 | 1 | -346/+782 |
* | Privatized most of the m_machine pointers in the system to prevent |  Aaron Giles | 2011-04-19 | 1 | -1/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -15/+15 |
* | Added debug_global_input_code_pressed_once() function to input.c [Angelo Salese] |  Angelo Salese | 2010-05-24 | 1 | -0/+1 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -3/+4 |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -2/+2 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -1/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -4/+4 |
* | Added debug_global_input_code_pressed() for use in debugging. |  Aaron Giles | 2009-09-08 | 1 | -0/+7 |
* | > From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-09-06 | 1 | -13/+13 |