scummvm/backends/keymapper
aryanrawlani28 f800ca4ada GUI: U32: Convert majority of code to use U32
This commit also includes some additional major changes.

- Return U32String from TransMan getTranslation()
- Change tooltips to be U32Strings
- Remove temporary code of convertToU32String
- U32 Support various dialogs (Browser, FileBrowser, Messages, Chooser, etc)
- U32 for music plugins
- U32 for OSD messages
- Add some helper functions to ustr.cpp
- Change default tooltips from nullptr & 0 -> ""
- Some runtime exceptions may occur when changing languages due to incorrect String::Format
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: Convert majority of code to use U32 2020-08-30 14:43:41 +02:00
keymap.h GUI: U32: Convert majority of code to use U32 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: Convert majority of code to use U32 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