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
/
KeyboardSettings
/
KeyboardSettingsWidget.cpp
Age
Commit message (
Expand
)
Author
2023-04-09
KeyboardSettings: Port to `Core::File`
Cameron Youell
2023-03-31
KeyboardSettings: Add checkbox to enable Caps Lock mapping to Ctrl
sbcohen2000
2023-03-05
KeyboardSettings: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-27
KeyboardSettings: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-10
KeyboardSettings: Disable "activate keymap" button if keymap is active
Arda Cinar
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-06-03
Applications: Use spawn_or_show_error() for common spawn pattern
MacDue
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-12
KeyboardSettings: Set window modified state
Sam Atkins
2022-05-08
KeyboardSettings: Also activate keymap via ListView's on_activation
Romain Chardiny
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-22
KeyboardSettings: Allow changing and applying active keymap
Nícolas F. R. A. Prado
2022-03-22
KeyboardSettings: Rename m_current_applied_keymap
Nícolas F. R. A. Prado
2022-03-02
KeyboardSettings: Highlight default keymap in Keyboard Settings dialog
Thomas
2022-03-02
KeyboardSettings: Fix adding empty keymaps
Thomas
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-03
Base+WindowsServer+keymap: Store multiple keymaps in a config
Timur Sultanov
2022-01-29
KeyboardSettings: Set icons from GML
Dylan Katz
2021-11-20
KeyboardSettings: Add icons
Sam Atkins
2021-11-20
KeyboardSettings: Add text area to test the currently selected keymap
Sam Atkins
2021-11-20
KeyboardSettings: Migrate to using SettingsWindow :^)
Sam Atkins