scummvm/backends/keymapper
aryanrawlani28 68d01321d6 GUI: U32: Downscale changes of U32, fix review issues
This commit addresses a range of changes, within scummvm subproject.

- Audio files, like mididrv, remove U32String based name and identifier, because ASCII only.
- mididrv.cpp had some wrong format for warning messages, fix those
- Message dialogs were modified to use default arguments more often, but reverting back to the orignal to minimize changes.
- SetTooltip has a fake constructor that takes in a string, and use it.
- U32Format had some break statements missing, add those.
- RemapWidget: Use fake constructor for setLabel and setTooltip, to make minimal changes
- SDL: setting text in clipboard no longer uses SDL_iconv_string
- TTS: Override base class "say" with strings, so tts->say can be used with normal strings too.
- About dialog: fix incorrect code for u32string variables
- Fix some extra brackets
- Some buttons were incorrectly removed from using translated labels, revert those
- Message Dialog: Pass default and alt buttons as const references
- Saveload Dialog: Use translations in missing places, use const-references. Also, use translations in a correct manner.
- Use const references for tooltip in GraphicsWidget, EditTextWidget, error.cpp
- DomainEditTextWidget: Use U32String for text
2020-08-30 14:43:41 +02:00
..
action.cpp GUI: U32: Convert majority of code to use U32 2020-08-30 14:43:41 +02:00
action.h GUI: U32: Convert majority of code to use U32 2020-08-30 14:43:41 +02:00
hardware-input.cpp KEYMAPPER: Adjust the name of the meta key on Windows and macOS 2020-02-28 05:46:36 +01:00
hardware-input.h KEYMAPPER: Enable remapping the keyboard modifier keys 2020-02-14 19:30:00 +01:00
input-watcher.cpp BACKENDS: Add events for additional mouse buttons 2020-02-26 21:34:24 +01:00
input-watcher.h KEYMAPPER: Rework HardwareInputSet not to allocate all possible inputs 2020-01-29 08:51:29 +01:00
keymap.cpp GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
keymap.h GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
keymapper-defaults.h KEYMAPPER: Change backend default bindings to replace keymap defaults 2020-01-29 08:51:30 +01:00
keymapper.cpp KEYMAPPER: Allow mapped actions without modifier keys when no mapped actions exist for current modifier keys 2020-05-30 19:37:20 +02:00
keymapper.h KEYMAPPER: Allow mapped actions without modifier keys when no mapped actions exist for current modifier keys 2020-05-30 19:37:20 +02:00
remap-widget.cpp GUI: U32: Downscale changes of U32, fix review issues 2020-08-30 14:43:41 +02:00
remap-widget.h KEYMAPPER: Use OptionsContainerWidget for the remap widget 2020-03-28 07:38:39 +01:00
standard-actions.cpp KEYMAPPER: Remove the debugger standard action 2020-02-16 15:35:46 +01:00
standard-actions.h KEYMAPPER: Remove the debugger standard action 2020-02-16 15:35:46 +01:00
virtual-mouse.cpp KEYMAPPER: Fix Missing Default Switch Case 2020-03-17 13:33:12 +00:00
virtual-mouse.h KEYMAPPER: Introduce a Virtual Mouse event source 2020-03-09 20:00:31 +01:00