index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-09-16
FileManager: Use GUI::FileIconProvider for the location box icon
Andreas Kling
2020-09-16
LibGUI+Base: Add a hard-disk icon and use it for the path "/"
Andreas Kling
2020-09-16
FileManager: Show the root (/) directory in the treeview on the left
Andreas Kling
2020-09-16
LibGUI: Allow FileSystemModel to be rooted one level above "/"
Andreas Kling
2020-09-16
LibCore: Add missing .characters() for String::format.
asynts
2020-09-16
Kernel: Return ENOMEM in more places
Luke
2020-09-16
Userland: Allow executing binaries from PATH with env.
asynts
2020-09-16
Userland: Use find_executable_in_path in UserspaceEmulator.
asynts
2020-09-16
Userland: Use find_executable_in_path in which.
asynts
2020-09-16
LibCore: Add find_executable_in_path.
asynts
2020-09-16
LibIPC: Disable Notifier before closing socket
Tom
2020-09-16
LibCore: Add Notifier::close
Tom
2020-09-16
Kernel: Fix kernel crash in get_dir_entries when buffer too small.
asynts
2020-09-16
LibGUI: Double-clicking on a TreeView item should set cursor
Andreas Kling
2020-09-16
LibGUI: Fix TreeView scrolling to top when clicking sub-items
Andreas Kling
2020-09-16
Kernel: Handle Thread::State::Dead in sys$waitid()
Andreas Kling
2020-09-16
WindowServer: Make SetWindowTaskbarRect tolerant to non-existing windows
Tom
2020-09-16
Build: Preserve hard/symbolic links when building root fs
AnotherTest
2020-09-15
Kernel: Fix thread donation hanging the system
Tom
2020-09-15
Kernel: Don't symbolicate stack traces in IRQ handlers
Tom
2020-09-15
UsespaceEmulator: Fix minor bugs in recvfrom() interception
Nico Weber
2020-09-15
UserspaceEmulator: Intercept sendto()
Nico Weber
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-15
HackStudio: Refresh the Git widget state on file save
Itamar
2020-09-15
HackStudio: View unstaged diffs in files with DiffViewer
Itamar
2020-09-15
HackStudio: Add functionality to GitRepo object
Itamar
2020-09-15
HackStudio: Add DiffViewer widget
Itamar
2020-09-15
LibDiff: Add library for working with diffs
Itamar
2020-09-15
HackStudio: Make the actions tab visible when using the form editor
Itamar
2020-09-15
HackStudio: Fix "Add new Editor" action
Itamar
2020-09-15
HackStudio: Add "commit" and "refresh" actions to Git widget
Itamar
2020-09-15
HackStudio: Add basic Git integration
Itamar
2020-09-15
LibCore: Add command() utility functions
Itamar
2020-09-15
Ports: Add default .gitconfig for Git port
Itamar
2020-09-15
LibGUI: Fix to ComboBox fields activation
pkotzbach
2020-09-15
Shell: Add some sections on the manpage about `match'
AnotherTest
2020-09-15
Shell: Add some tests for 'match'
AnotherTest
2020-09-15
Shell: Add 'match' expressions
AnotherTest
2020-09-15
Shell: Make Parser::expect() revert the offset when matching fails
AnotherTest
2020-09-15
Shell: Make Node::resolve_as_list(nullptr) resolve to a 'pure' repr
AnotherTest
2020-09-15
FileSystem: Use OutputMemoryStream instead of BufferStream.
asynts
2020-09-15
AK: Add OutputMemoryStream::fill_to_end.
asynts
2020-09-15
AK: Re-add OutputMemoryStream for static buffers only.
asynts
2020-09-15
AK: Remove OutputMemoryStream for DuplexMemoryStream.
asynts
2020-09-15
Kernel: Use Userspace<> for sys$writev
Nico Weber
2020-09-15
LibLine: Implement ctrl-del: It does the same thing as alt-d, delete-word
Nico Weber
2020-09-15
LibVT: Use xterm modifier scheme for tilde keys too
Nico Weber
2020-09-15
LibLine: Support Alt + Arrow left/right
Nico Weber
2020-09-15
LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keys
Nico Weber
2020-09-15
LibLine: Parse CSI parameters and immediates
Nico Weber
[prev]
[next]