index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
KeyboardMapper
/
KeyboardMapperWidget.h
Age
Commit message (
Expand
)
Author
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-08
KeyboardMapper: Ask for unsaved changes on window close and file open
Karol Kosek
2022-03-08
KeyboardMapper: Display dirty close icon when the file is changed
Karol Kosek
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-08
KeyboardMapper: Add support for dynamic keyboard visualization
Jean-Paul Balabanian
2022-01-06
KeyboardMapper: Propagate errors using ErrorOr and TRY
RasmusNylander
2022-01-06
KeyboardMapper: Extract method map_from_name
RasmusNylander
2022-01-06
KeyboardMapper: Extract creation of map-selection buttons
RasmusNylander
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-02
Applications: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-01
KeyboardMapper: Without arguments, load current keymap
Ben Wiederhake
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling