summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uiinput.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added ui_input_manager::[set_]presses_enabled() and exposed to LUA npwoods2019-07-211-4/+13
* Make layout format more flexible: Vas Crabb2019-07-061-10/+10
* Don't process every character individually when searching - this reduces Vas Crabb2017-08-101-27/+24
* Double-check key state before UI autorepeat. Fixes #1169 Brad Hughes2016-12-061-1/+8
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-8/+8
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-1/+1
* Ioport refactoring and cleanups (nw) AJR2016-05-181-3/+43
* ui: Re-enabled configuration menu for single-machine and added some options. dankan18902016-04-151-0/+30
* ui: Moved options "Configure Directories" and "Save Configuration" into "Conf... dankan18902016-02-271-1/+1
* Cleanups and version bump Miodrag Milanovic2016-02-241-3/+3
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-1/+18
* Do not handle any UI inputs immediately after state load/save Victor Vasiliev2016-02-021-0/+10
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-19/+18
* let's use our templates to clear (nw) Miodrag Milanovic2016-01-111-4/+0
* modernized ui_input_manager (nw) Miodrag Milanovic2016-01-101-106/+152
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-5/+5
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-141-1/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+285