summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/natkeyboard.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5614 from npwoods/natkeyboard_std_array R. Belmont2019-09-111-7/+4
|\
| * Changing some arrays to use std::array<> in natkeyboard npwoods2019-09-101-7/+4
* | Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-111-10/+3
|/
* Exposed natual_keyboard object to LUA (#5364) npwoods2019-07-201-0/+14
* Moving paste() from mame_ui_manager class to natural_keyboard class, npwoods2019-07-191-0/+21
* Revert "Send LF with CR when using natuaral keyboard on systems with a line f... AJR2018-08-111-11/+0
* Misc. fixes for recent commits (nw) AJR2018-08-101-1/+0
* Send LF with CR when using natuaral keyboard on systems with a line feed key AJR2018-08-101-0/+12
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-1/+3
* Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driv... Nathan Woods2017-09-241-29/+35
* natural keyboard: prefer lower shift states, eliminate O(n) lookup Vas Crabb2017-09-051-28/+34
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-3/+1
* general cleanup: Vas Crabb2017-05-231-32/+41
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-1/+3
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-3/+1
* Amiga keyboard updates: Vas Crabb2017-02-051-61/+93
* Fix for a potential problem if natural keyboard input gets disabled while mac... AJR2016-12-311-0/+6
* Correct natural keyboard handling of toggle keys AJR2016-12-311-2/+17
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-3/+3
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-3/+3
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-4/+4
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-20/+20
* Lock out ioport_fields independently of natural keyboard state (nw) AJR2016-10-201-0/+29
* Misc. keyboard input improvements AJR2016-10-081-9/+28
* Separate natural keyboard support from ioport.cpp (nw) AJR2016-10-021-0/+842