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-07-14
LibWeb: Move Origin into the HTML namespace
Linus Groh
2022-07-14
LibWeb: Add 'byte-{lower,upper}case' operations from the Infra spec
Linus Groh
2022-07-14
AK: Add Traits<ByteBuffer>::hash()
Linus Groh
2022-07-14
cp: Implement the granular `--preserve` flag
Tim Schumacher
2022-07-14
LibCore: Make copying permissions, ownership and timestamps combineable
Tim Schumacher
2022-07-14
LibCore: Introduce support for optional ArgsParser option values
Tim Schumacher
2022-07-14
LibCore: Replace the ArgsParser option argument setting with an enum
Tim Schumacher
2022-07-14
LibCore: Don't print optional arguments in ArgsParser help messages
Tim Schumacher
2022-07-13
LibWeb: Fix regexes for XHR
Ankur Sundara
2022-07-13
Ports: Move build directories into Build/
Tim Schumacher
2022-07-13
Ports/opentyrian-data: Don't extract the archive a second time
Tim Schumacher
2022-07-13
Meta+Ports: Automatically generate a meson cross file that we can use
Tim Schumacher
2022-07-13
Ports/freedink: Don't extract freedink-data a second time
Tim Schumacher
2022-07-13
Ports/git: Store default gitconfig as heredoc
Tim Schumacher
2022-07-13
Ports/libicu: Evaluate the host build folder later
Tim Schumacher
2022-07-13
Ports/cfunge: Remove workdir weirdness
Tim Schumacher
2022-07-13
LibJS: Implement Intl.NumberFormat V3's [[SignDisplay]] changes
Timothy Flynn
2022-07-13
LibJS: Implement Intl.NumberFormat V3's [[UseGrouping]] changes
Timothy Flynn
2022-07-13
LibJS: Populate roundingPriority in Intl.PluralRules.resolvedOptions
Timothy Flynn
2022-07-13
LibJS+js: Parse new constructor options from Intl.NumberFormat V3
Timothy Flynn
2022-07-13
Kernel/Graphics: Allocate VGA window region according to the usual rules
Liav A
2022-07-13
Kernel/Graphics: Rename m_vga_region => m_vga_window_region
Liav A
2022-07-13
Kernel/Graphics: Rename TextModeConsole => VGATextModeConsole
Liav A
2022-07-13
Kernel/Graphics: Remove unnecessary VGAConsole class abstraction
Liav A
2022-07-13
NotificationServer: Move notifications down if hovered
Atharva Kulkarni
2022-07-13
LibWeb: Only create one wrapper for inline content inside flex container
Andreas Kling
2022-07-13
WorkspacePicker: Hide applet if size == 0
Filiph Sandström
2022-07-12
LibWeb: Traverse shadow-including subtree when adopting DOM nodes
Andreas Kling
2022-07-12
LibWeb: Use fit-content size for flex items with indefinite cross size
Andreas Kling
2022-07-12
LibWeb: Stub out two functions on SVGGeometryElement
Andreas Kling
2022-07-12
LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnly
Andreas Kling
2022-07-12
AK: Remove StringView(char const*) :^)
sin-ack
2022-07-12
Tests: Remove StringView char const* initialization test
sin-ack
2022-07-12
AK+Userland+Tests: Remove URL(char const*) constructor
sin-ack
2022-07-12
AK: Remove String <-> char const* comparison operators
sin-ack
2022-07-12
LibRegex: Remove RegexStringView(char const*) constructor
sin-ack
2022-07-12
LibCore: Add FIXME note about converting Core::Account to use StringView
sin-ack
2022-07-12
Everywhere: Use default StringView constructor over nullptr
sin-ack
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
LibC: Convert getopt and getopt_long to new StringView usage
sin-ack
2022-07-12
LibCore: Add convenience templates for System::{unveil,pledge}
sin-ack
2022-07-12
LibX86: Convert register names to StringViews
sin-ack
2022-07-12
Userland: Remove erroneous String -> char* -> StringView conversions
sin-ack
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-07-12
Tests: Convert TestQuotedPrintable decode test to use StringViews
sin-ack
2022-07-12
Tests: Convert TestBase64 decode test to use StringViews directly
sin-ack
2022-07-12
Tests: Make TestSourceLocation basic_scenario specify StringView length
sin-ack
[next]