index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
configuration
/
configure_hotkeys.cpp
Age
Commit message (
Expand
)
Author
2022-05-18
UI: Translate hotkey labels in configuration
Kyle K
2022-04-02
configure_hotkeys: Make first column stretch and not last column
merry
2022-01-27
hotkeys: Don't translate hotkey buttons
german77
2022-01-06
yuzu: Add controller hotkeys
german77
2021-04-14
common: Move settings to common from core.
bunnei
2020-08-16
configure_hotkeys: Don't translate empty strings
Lioncash
2020-04-24
Add Restore Defaults and Clear options to hotkeys
Kewlan
2020-01-12
GUI/configure: resize hotkeys column to content
Bartosz Kaszubowski
2019-06-05
yuzu/configuration: Make all widgets and dialogs aware of language changes
Lioncash
2019-06-05
yuzu/configuration: Make function naming consistent
Lioncash
2019-05-25
configure_hotkeys: Remove unnecessary Settings::Apply() call
Lioncash
2019-05-25
configure_hotkeys: Tidy up key sequence conflict error string
Lioncash
2019-05-25
configure_hotkeys: Change critical error dialog into a warning dialog
Lioncash
2019-05-25
configure_hotkeys: Move conflict detection logic to IsUsedKey()
Lioncash
2019-05-25
configure_hotkeys: Remove unused EmitHotkeysChanged()
Lioncash
2019-04-09
configure_hotkeys: Pass the dialog as a parent to SequenceDialog()
Lioncash
2019-04-09
configure_hotkeys: Avoid dialog memory leak within Configure()
Lioncash
2019-04-09
configure_hotkeys: Mark member variables as const where applicable in Configu...
Lioncash
2019-04-09
configure_hotkeys: Make comparison check a little more self-documenting
Lioncash
2019-04-09
configure_hotkey: Make IsUsedKey() a const member function
Lioncash
2019-03-16
yuzu: Make hotkeys configurable via the GUI
Adityarup Laha