index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2023-01-29
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-29
LibGfx: Support ICCs in JPEGs that are split across several tags
Nico Weber
2023-01-29
LibSQL: Use `kill` to exit forked SQLServer processes to avoid Qt issues
Timothy Flynn
2023-01-29
Welcome: Rename m_initial_tip_index=>m_tip_index
thankyouverycool
2023-01-29
Welcome: Load banner font in a fallible manner
thankyouverycool
2023-01-29
LibGUI+LibGfx: Add Tray ColorRole helpers to Palette
thankyouverycool
2023-01-29
Welcome: Replace instances of DeprecatedString with String
thankyouverycool
2023-01-29
Welcome: Use fallible try_create()
thankyouverycool
2023-01-29
LibDebug: Correct a (un-)signed mixup in the DWARF abbreviations map
Tim Schumacher
2023-01-29
LibGfx: Fix constructor initialisation style in GradientPainting
MacDue
2023-01-29
LibGfx: Stop passing color stop spans by const reference
MacDue
2023-01-29
PixelPaint: Increase default window height by 10px
MacDue
2023-01-29
LibGfx: Validate tag types of AToBNTag, BToANTag, gamutTag, previewNTag
Nico Weber
2023-01-29
LibGfx: Make ICC EMatrix3x3::operator[] a bit less silly
Nico Weber
2023-01-29
LibGfx: Rename EMatrix to EMatrix3x3 in ICC code
Nico Weber
2023-01-29
LibGfx: Use auto more in ICC code
Nico Weber
2023-01-29
LibWeb: Fix parsing/to_string for "switch" ARIA role
MacDue
2023-01-29
LibWeb: Remove no longer needed DeprecatedFlyString.h includes
Linus Groh
2023-01-29
LibWeb: Move ARIA-related code into the Web::ARIA namespace
Linus Groh
2023-01-29
LibJS: Propagate the OOM error from setting the String length property
Timothy Flynn
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS: Fully qualify the use of AK::is in MUST_OR_THROW_OOM
Timothy Flynn
2023-01-29
LibJS: Add a method to ThrowCompletionOr to drop allocation errors
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-29
LibJS+LibWeb: Move headers around to allow including Value from Cell
Timothy Flynn
2023-01-29
LibJS: Define Date constants such that translation units don't copy them
Timothy Flynn
2023-01-28
LibJS: Replace some deprecated_string() with utf8_string() in Temporal
Linus Groh
2023-01-28
LibJS: Replace to_deprecated_string() with to_string() in Temporal
Linus Groh
2023-01-28
LibWeb: Replace ARIA role static FlyStrings with an enum
MacDue
2023-01-28
ImageDecoder: Actually set `is_animated` and `loop_count` variables
Karol Kosek
2023-01-28
LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods
Linus Groh
2023-01-28
LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods
Linus Groh
2023-01-28
LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods
Linus Groh
2023-01-28
PixelPaint: Remove `try_` prefix from fallible ProjectLoader methods
Linus Groh
2023-01-28
PixelPaint: Remove `try_` prefix from fallible IconBag methods
Linus Groh
2023-01-28
PixelPaint: Remove `try_` prefix from fallible Image methods
Linus Groh
2023-01-28
PixelPaint: Remove `try_` prefix from fallible Image methods
Linus Groh
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-28
LibGfx+icc: Read and display lut16Type and lut8Type ICC tag types
Nico Weber
2023-01-28
LibGfx: Use AssertSize<> in ICC/Profile.cpp
Nico Weber
2023-01-28
LibWasm: Implement data.drop instruction
Sam Atkins
2023-01-28
LibWasm: Move memory.init code together with other memory.foo impls
Sam Atkins
2023-01-28
LibWasm: Implement memory.copy instruction
Sam Atkins
2023-01-28
LibWasm: Implement memory.fill instruction
Sam Atkins
2023-01-28
icc: Print profile size
Nico Weber
2023-01-28
LibGfx: Make PNGImageDecoderPlugin::icc_data() return data if present
Nico Weber
2023-01-28
LibGfx: Process colorspace-related chunks in PNGLoader
Nico Weber
2023-01-28
LibJS: Add spec comments to FunctionPrototype
Linus Groh
2023-01-28
LibJS: Add spec comments to FinalizationRegistryPrototype
Linus Groh
[next]