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
2022-04-29
LibWeb: Replace Result with ErrorOr in CSS Parser
Sam Atkins
2022-04-29
LibWeb: Make CSS ParsingContext::m_url not Optional
Sam Atkins
2022-04-28
LibMarkdown: Add strike-through text support to markdown
huttongrabiel
2022-04-28
Base: Improvements to the Light theme
Joel Hansen
2022-04-28
ThemeEditor: Add preview window with 'Highlighted' window state
MacDue
2022-04-28
ThemeEditor: Center preview windows accounting for window frame
MacDue
2022-04-28
Kernel/Storage: Migrate the partition code to use the ErrorOr container
Liav A
2022-04-28
Kernel+Utilities: Add the route utility
brapru
2022-04-28
Kernel: Use TRY to handle string copies in GlobalProcessExposed
brapru
2022-04-28
Kernel: Add a global routing table
brapru
2022-04-28
Kernel: Generalize the UpdateArp table to UpdateTable
brapru
2022-04-28
Ports: Update dropbear port to 2022.82
Patrick Meyer
2022-04-27
LibCore: Remove fixed EventLoop FIXME
Jelle Raaijmakers
2022-04-27
unzip: Create parent directory before extracting files
Tim Schumacher
2022-04-27
LibCore: Remove main event loop
Jelle Raaijmakers
2022-04-27
LibCore: Remove unused `EventLoop::is_main_event_loop()`
Jelle Raaijmakers
2022-04-27
LibCore: Fix typo in `EventLoop` comment
Jelle Raaijmakers
2022-04-27
HackStudio: Update window close button on document change
timre13
2022-04-26
LibMarkdown: Correct typo in forward declaration of HorizontalRule
huttongrabiel
2022-04-26
LoginServer: Change login fail message to avoid enumeration attacks
Peter Elliott
2022-04-27
HexEditor: Add UTF16 to the value inspector
kleines Filmröllchen
2022-04-27
HexEditor: Add UTF8 to the value inspector
kleines Filmröllchen
2022-04-27
HexEditor: Add ASCII to the value inspector
kleines Filmröllchen
2022-04-27
HexEditor: Don't require the ValueInspectorModel's value size to be i32
kleines Filmröllchen
2022-04-27
AK: Put invalid UTF8 debug spam behind a flag
kleines Filmröllchen
2022-04-26
Kernel: Use C++17 namespace style for nested PCI namespace
b14ckcat
2022-04-26
Kernel: Put USB request constants in namespace
b14ckcat
2022-04-26
LibConfig+ConfigServer: Write config values synchronously
Moustafa Raafat
2022-04-26
Documentation: Add more clangd configuration options
kleines Filmröllchen
2022-04-26
Ports: Use correct packages.db location in build_installed.sh
circl
2022-04-26
Ports: Make .hosted_defs.sh usable outside of .port_include.sh
circl
2022-04-26
Documentation: Add EmacsConfiguration.md for emacs editor support
Adam Patterson
2022-04-26
config: Allow setting a key to the empty string
Ralf Donau
2022-04-26
Meta: Re-enable automatic virtualization detection on Windows
kleines Filmröllchen
2022-04-26
LibGUI: Check if event loop is alive before quitting it in Dialog::close
networkException
2022-04-26
Kernel: Strip null terminators from all CPUID strings, not just brand
Linus Groh
2022-04-26
LibGUI: Don't merge TextDocumentUndoCommand if too much time has elapsed
ForLoveOfCats
2022-04-26
LibGUI: Split InsertTextCommand undo/redo based on whitespace
ForLoveOfCats
2022-04-26
LibGUI: Use ctrl+shift+z for redo action shortcut
ForLoveOfCats
2022-04-26
LibC: Don't handle pending exceptions when reading FPU status
Tim Schumacher
2022-04-26
LibMarkdown: Treat whitespace-only lines as blank in paragraphs
Peter Elliott
2022-04-26
LibMarkdown: Don't put a newline in empty code blocks
Peter Elliott
2022-04-26
LibMarkdown: Better support for code fences
Peter Elliott
2022-04-26
LibMarkdown: Support up to 3 spaces before an ATX header
Peter Elliott
2022-04-26
LibMarkdown: Limit headings to 6 levels
Peter Elliott
2022-04-26
LibMarkdown: Make thematic break parsing more correct
Peter Elliott
2022-04-26
LibMarkdown: Ignore backslash on non-punctuation characters
Peter Elliott
2022-04-26
LibMarkdown: Add support for indented code blocks
Peter Elliott
2022-04-26
Meta: Allow Clang to be used as the host compiler for Lagom
Daniel Bertalan
2022-04-26
Base: Evenly space title bar icons in Coffee theme
MacDue
[next]