summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-07UserspaceEmulator: Result is initialized after OR with all-1 immediateAndreas Kling
2020-08-07Shell: Make Command::redirections a NonnullRefPtrVectorAndreas Kling
2020-08-07Shell: Make VariableDeclarations::Variable store NonnullRefPtrsAndreas Kling
2020-08-07Shell: Make resolve_without_cast() return NonnullRefPtr<Value>Andreas Kling
2020-08-07Shell: Store ListValue's values in a NonnullRefPtrVector<Value>Andreas Kling
2020-08-07Shell: Add some obvious move() calls in AST constructorsAndreas Kling
2020-08-07LibWeb: Remove unused LayoutPosition comparison operatorsAndreas Kling
2020-08-07KeyboardSettings: Preselect the current keymap in the dropdown menu.Valtteri Koskivuori
2020-08-07AudioServer: Lock the process veil after startupBrian Gianforcaro
2020-08-07LibLine: Add Ctrl-k shortcutNico Weber
2020-08-07Documentation: Add a mention of the recent requirement for a newerValtteri Koskivuori
2020-08-07LibLine: Add Alt-t shortcut for transposing wordsNico Weber
2020-08-06LibLine: Add binding for Alt-backspaceNico Weber
2020-08-06LibLine: Fix "word" handling for alt-d/u/l/c/f/b and ctrl-left/rightNico Weber
2020-08-06Userland: Use Core::ArgsParser for 'aplay'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'avol'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'basename'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'chgrp'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'disasm'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'hostname'Linus Groh
2020-08-06Userland: Handle invalid JSON in 'jp'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'jp'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'md'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'modload'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'modunload'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'ping'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'pro'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'purge'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'realpath'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'rmdir'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'su'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'tr'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'tt'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'uname'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'which'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'yes'Linus Groh
2020-08-06LibLine+Shell: Remove unused split_mechanismNico Weber
2020-08-06LibLine: Add binding for Alt-.Nico Weber
2020-08-06Base: Update Hungarian keymap with accented characters and more symbolsTibor Nagy
2020-08-06LibWeb: Move text selection serialization from PageView to FrameAndreas Kling
2020-08-06LibLine: Add bindings for Alt-u, Alt-l, Alt-cNico Weber
2020-08-06LibLine: Add comments for which keys trigger VWERASE and VKILLNico Weber
2020-08-06LibLine: Add Alt-d binding to forward-delete a wordNico Weber
2020-08-06Keymaps: Add European Portuguese keymapEdgar Araújo
2020-08-06LibThread: Remove redundant r/w of atomic variable in Lock::lock() (#3013)Muhammad Zahalqa
2020-08-06Shell: Start adding some alt shortcutsNico Weber
2020-08-06ProcFS: Expose the current kernel keymap as /proc/keymapValtteri Koskivuori
2020-08-06Kernel+LibKeyboard: Store the keymap name when setting system keymapValtteri Koskivuori
2020-08-06Shell: Make "fg" set the TTY PGID before SIGCONT'ing the jobAndreas Kling
2020-08-06Shell: Print job status after suspending a commandAndreas Kling