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-05-28
Meta: build-image-grub.sh looks for grub configs in the right place
etaIneLp
2020-05-28
Build: Add grub-image target to CMake
etaIneLp
2020-05-28
LibWeb: Implement more table support in the new HTML parser
Andreas Kling
2020-05-28
LibWeb: Flesh out "reset the insertion mode appropriately" algorithm
Andreas Kling
2020-05-28
LibWeb: Handle various self-closing tags during "in body" insertion
Andreas Kling
2020-05-28
LibWeb: Handle inline stylesheets a bit better in the new parser
Andreas Kling
2020-05-28
LibWeb: Parse documents without DOCTYPE gracefully
Andreas Kling
2020-05-28
LibWeb: Add a "quirks mode" flag to Document
Andreas Kling
2020-05-27
LibWeb: Fire a DOMContentLoaded event when the new parser is finished
Andreas Kling
2020-05-27
LibWeb: Implement the first half of the Adoption Agency Algorithm
Andreas Kling
2020-05-27
LibWeb: Bring up basic external script execution in the new parser
Andreas Kling
2020-05-27
LibWeb+Browser: Add ability to run Browser with the new HTML parser
Andreas Kling
2020-05-27
Browser: Add console history to re-send old commands
FalseHonesty
2020-05-27
LibGUI: Add up & down arrow hooks and input history to TextBox
FalseHonesty
2020-05-27
LibTextCodec: Improve Latin-1 decoder so it decodes everything
Andreas Kling
2020-05-27
LibWeb: LayoutMode line_break_policy => LayoutMode layout_mode
Andreas Kling
2020-05-27
LibGUI: Defer line reflow during text insertion
Andreas Kling
2020-05-27
LibGUI: Make TextEditor::select_all() move the cursor to document head
Andreas Kling
2020-05-27
LibJS: Reformat ArrayPrototype.cpp
Linus Groh
2020-05-27
LibWeb: Implement the "after attribute name" tokenizer state
Andreas Kling
2020-05-27
LibWeb: Handle more benign parse errors in the "in body" insertion mode
Andreas Kling
2020-05-27
LibWeb: Implement the "self closing start tag" tokenizer state
Andreas Kling
2020-05-27
ProtocolServer: Forget downloads after they are stopped
Andreas Kling
2020-05-27
LibWeb: Implement partial support for numeric character references
Andreas Kling
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-27
test-crypto: Tweaks to make this build properly in Lagom
Andreas Kling
2020-05-27
Lagom: Build LibCrypto, LibTLS and test-crypto :^)
Andreas Kling
2020-05-27
LibCrypto+LibTLS: Use AK/Random.h
Andreas Kling
2020-05-27
AK: Add a simple randomness API
Andreas Kling
2020-05-27
LibGUI, About: Implement system-wide W2k-esque About dialog
Nick Vella
2020-05-27
Meta: Update C++ standard to C++20 in CONTRIBUTING.md
Emanuele Torre
2020-05-27
Base: Replace TTYServer with text mode Shell
Sergey Bugaev
2020-05-27
SystemServer: Add BootModes and Environment service options
Sergey Bugaev
2020-05-27
Kernel: Introduce "boot_mode" and "init" cmdline options
Sergey Bugaev
2020-05-27
Kernel: Port VirtualConsole to LibVT :^)
Sergey Bugaev
2020-05-27
LibVT: Move most of key press handling logic into VT::Terminal
Sergey Bugaev
2020-05-27
LibGUI: Change GUI::KeyEvent::key() type to KeyCode
Sergey Bugaev
2020-05-27
Shell: Save the history when quitting via the exit builtin
AnotherTest
2020-05-27
Shell: Never assign equal job ids to two different jobs
AnotherTest
2020-05-27
LibWeb: Provide some properties to inspectors of ResourceLoader
AnotherTest
2020-05-27
Shell: Provide some information to inspectors
AnotherTest
2020-05-27
LibLine: Send over some properties when being inspected
AnotherTest
2020-05-27
Shell: Avoid messing with sigaction while waiting for a child
AnotherTest
2020-05-27
LibLine: Use Core::EventLoop for outer read loop
AnotherTest
2020-05-27
LibTLS: Add more TLS 1.2 error descriptions
Luke
2020-05-27
LibWeb: Handle additional parser inputs in "initial" and "before html".
TheDumpap
2020-05-27
LibWeb: s_initialized should be static in the AttributeNames initialiser
Emanuele Torre
2020-05-26
LibTLS: Put lots of debug spam behind TLS_DEBUG
Andreas Kling
2020-05-26
LibCrypto: Put some debug spam behind CRYPTO_DEBUG
Andreas Kling
2020-05-26
LibWeb: Use FlyString in FontCache keys
Andreas Kling
[next]