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-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
2020-09-14
Kernel: Handle safe_memcpy/safe_memset/safe_strnlen faults in irq handlers
Tom
2020-09-14
Meta: Add Paul Scharnofske to the contributors list :^)
Andreas Kling
2020-09-14
AK: Lower the requirements for InputStream::eof and rename it.
asynts
2020-09-14
LibGUI: Minor consistency cleanup in AbstractView::set_cursor() (#3478)
pkotzbach
2020-09-14
Meta: Include .json files in the Qt Creator refresh script
Andreas Kling
2020-09-14
Browser: Move the basic Tab UI skeleton to JSON GUI
Andreas Kling
2020-09-14
Browser: Set tab text alignment from JSON GUI
Andreas Kling
2020-09-14
LibGfx+LibGUI: Allow setting tab text alignment with set_property()
Andreas Kling
2020-09-14
Browser: Generate the main browser window UI from JSON :^)
Andreas Kling
2020-09-14
LibGUI: Add TabWidget::set_property() and handle some properties
Andreas Kling
2020-09-14
Shell: Allow builtins and functions as conditions for 'if'
AnotherTest
2020-09-14
Shell: Complete named function parameters inside the function body
AnotherTest
2020-09-14
Shell: Add documentation for functions
AnotherTest
2020-09-14
Shell: Add some tests for functions
AnotherTest
2020-09-14
Shell: Add support for functions
AnotherTest
2020-09-14
Shell: Use a subshell instead of explicitly calling a shell binary in a test
AnotherTest
2020-09-14
Shell: Add support for $0,$1,...
AnotherTest
2020-09-14
Meta: Make the text-to-cpp-string thingy pass shellcheck
Andreas Kling
2020-09-14
LibGUI: Add registration for GUI::TabWidget
Andreas Kling
2020-09-14
Build+TextEditor: Add a compile_json_gui() CMake helper
Andreas Kling
2020-09-14
TextEditor: Move the find/replace buttons to JSON GUI
Andreas Kling
2020-09-14
LibGUI: Use Core::Object::set_property() to handle JSON GUI properties
Andreas Kling
2020-09-14
TextEditor: Set initial widget visibilities from JSON
Andreas Kling
2020-09-14
LibGUI: Allow setting widget visibility from JSON GUI spec
Andreas Kling
2020-09-14
TextEditor: Move the "find" and "replace" widget containers to JSON GUI
Andreas Kling
2020-09-14
LibGUI: Complain about malformed "layout" values in JSON GUI
Andreas Kling
2020-09-14
LibCore: Include object names in Object::dump_tree() output
Andreas Kling
2020-09-14
TextEditor: Move the main window UI to JSON
Andreas Kling
2020-09-14
Meta: Add helper for generating a C++ string from a text file
Andreas Kling
2020-09-14
LibGUI: Start building a way to instantiate GUI from JSON
Andreas Kling
[next]