| Commit message (Expand) | Author | Age | Files | Lines |
* | emu/natkeyboard.cpp: Add CAPSLOCK, CR and LF escapes to post_coded |  AJR | 2024-12-07 | 1 | -0/+3 |
* | Natural keyboard improvements |  AJR | 2024-12-04 | 1 | -2/+2 |
* | natkeyboard.cpp: Convert more string posting methods to std::string_view |  AJR | 2024-09-14 | 1 | -74/+48 |
* | Patched up some gaps in functionality and fixed some bugs. |  Vas Crabb | 2022-09-02 | 1 | -0/+3 |
* | Change debugger command handler parameter vector element type from std::strin... |  AJR | 2022-08-02 | 1 | -4/+4 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -3/+3 |
* | -Qt debugger updates: |  Vas Crabb | 2021-01-28 | 1 | -2/+4 |
* | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -0/+2 |
* | unicode.h: Updates |  AJR | 2020-12-15 | 1 | -0/+1 |
* | natkeyboard: Fix natural mods for pc_keyboard & at_keyboard devices; add more... |  AJR | 2020-10-15 | 1 | -1/+7 |
* | emu/natkeyboard.cpp: Fixed uninitialised variable. |  Vas Crabb | 2020-10-14 | 1 | -0/+1 |
* | emu/ioport.cpp: Improved initial keyboard enable settings when changing slot ... |  Vas Crabb | 2020-10-11 | 1 | -0/+1 |
* | -emu/natkeyboard.cpp: Allow keyboard devices to be enabled/disabled. |  Vas Crabb | 2020-10-11 | 1 | -66/+162 |
* | Slotified Mac 128k/512k/512ke/Plus keyboard port. |  Vas Crabb | 2020-07-01 | 1 | -4/+14 |
* | -bus/coco/coco_ram.cpp: fix a rather obvious bug in shift/mask |  Vas Crabb | 2020-06-25 | 1 | -1/+1 |
* | srcclean and cleanup (nw) |  Vas Crabb | 2020-06-21 | 1 | -3/+3 |
* | Fix for UI Paste with the Default Serial Terminal (#6648) |  Frank Palazzolo | 2020-05-06 | 1 | -31/+41 |
* | PG police (nw) |  hap | 2020-02-17 | 1 | -1/+1 |
* | fixed some clang-tidy warnings (nw) (#6236) |  Oliver Stöneberg | 2020-01-30 | 1 | -3/+3 |
* | natkeyboard.cpp: Turn logging back off (nw) |  AJR | 2020-01-10 | 1 | -1/+1 |
* | input_sdl: Process control characters so that the natural keyboard can see th... |  AJR | 2020-01-10 | 1 | -17/+20 |
* | Merge pull request #5614 from npwoods/natkeyboard_std_array |  R. Belmont | 2019-09-11 | 1 | -7/+4 |
|\ |
|
| * | Changing some arrays to use std::array<> in natkeyboard |  npwoods | 2019-09-10 | 1 | -7/+4 |
* | | Changed osd_get_clipboard_text() to return std::string (#5615) |  npwoods | 2019-09-11 | 1 | -10/+3 |
|/ |
|
* | Exposed natual_keyboard object to LUA (#5364) |  npwoods | 2019-07-20 | 1 | -0/+14 |
* | Moving paste() from mame_ui_manager class to natural_keyboard class, |  npwoods | 2019-07-19 | 1 | -0/+21 |
* | Revert "Send LF with CR when using natuaral keyboard on systems with a line f... |  AJR | 2018-08-11 | 1 | -11/+0 |
* | Misc. fixes for recent commits (nw) |  AJR | 2018-08-10 | 1 | -1/+0 |
* | Send LF with CR when using natuaral keyboard on systems with a line feed key |  AJR | 2018-08-10 | 1 | -0/+12 |
* | Make "Keypad ," and "Keypad =" standard keys |  AJR | 2018-05-11 | 1 | -1/+3 |
* | Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driv... |  Nathan Woods | 2017-09-24 | 1 | -29/+35 |
* | natural keyboard: prefer lower shift states, eliminate O(n) lookup |  Vas Crabb | 2017-09-05 | 1 | -28/+34 |
* | Overhaul to how MAME handles options, take two (#2341) |  npwoods | 2017-06-25 | 1 | -3/+1 |
* | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -32/+41 |
* | Revert "Overhaul to how MAME handles options (#2260)" |  Vas Crabb | 2017-05-07 | 1 | -1/+3 |
* | Overhaul to how MAME handles options (#2260) |  npwoods | 2017-05-05 | 1 | -3/+1 |
* | Amiga keyboard updates: |  Vas Crabb | 2017-02-05 | 1 | -61/+93 |
* | Fix for a potential problem if natural keyboard input gets disabled while mac... |  AJR | 2016-12-31 | 1 | -0/+6 |
* | Correct natural keyboard handling of toggle keys |  AJR | 2016-12-31 | 1 | -2/+17 |
* | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -3/+3 |
* | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -3/+3 |
* | more TRUE/FALSE cleanup (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -4/+4 |
* | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -20/+20 |
* | Lock out ioport_fields independently of natural keyboard state (nw) |  AJR | 2016-10-20 | 1 | -0/+29 |
* | Misc. keyboard input improvements |  AJR | 2016-10-08 | 1 | -9/+28 |
* | Separate natural keyboard support from ioport.cpp (nw) |  AJR | 2016-10-02 | 1 | -0/+842 |