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
Age
Commit message (
Expand
)
Author
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-11-15
Userland: Remove workarounds for LibIPC include order sensitivity
Timothy Flynn
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-04
Applications: Use title-case for group box titles in settings
Timothy Flynn
2022-07-15
KeyboardSettings: Improve KeymapDialog layout
FrHun
2022-07-15
Applications: Make settings outer margins and spacing consistent
FrHun
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-06-01
LibGUI: Fix typo in ConnectionToWindowManagerServer
Olivier De Cannière
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-21
LibGUI+Applications: Add --open-tab option to FooSettings applications
Sam Atkins
2022-04-21
LibGUI+Applications: Give SettingsWindow tabs a string ID
Sam Atkins
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-25
Userland: Rename WindowManagerServerConnection
Itamar
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-13
Userland: Run gml-format
Idan Horowitz
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
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-12-05
Applications: Cast unused smart-pointer TRY return values to void
Sam Atkins
2021-11-28
LibGUI: Move GUI::SettingsWindow setup out of the constructor
Andreas Kling
2021-11-28
KeyboardSettings: Remove some unnecessary pledge promises
Andreas Kling
2021-11-28
LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOr
Andreas Kling
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-24
KeyboardSettings: Port to LibMain :^)
Andreas Kling
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
2021-11-20
KeyboardSettings: Migrate layout to GML
Sam Atkins
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-03
LibGUI+Settings: Remove superfluous margin sets
FrHun
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-08-31
KeyboardSettings: Use LibConfig intead of Core::ConfigFile
Mustafa Quraish
[next]