index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-12-01
Meta: Fix BMP_DEBUG, and always build on CI
Ben Wiederhake
2020-12-01
LibELF+Kernel: Validate program headers in Image::parse
Andrew Kaster
2020-12-01
LibELF: Catch more Shenanigans in ELF files
Andrew Kaster
2020-12-01
LibJS: Remove ProxyPrototype
Linus Groh
2020-11-30
LibRegex: Don't try to consume the escaped character if at EOF
AnotherTest
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-30
LibCore: Don't wait for negative amount of time
Tom
2020-11-30
LibGfx: Add a 'Point::absolute_relative_distance_to(Point)'
AnotherTest
2020-11-30
LibGUI: Add a ModelSelection::add_all(Vector) API
AnotherTest
2020-11-30
LibGUI: Throw less view state away in model_did_update()
AnotherTest
2020-11-30
LibGUI: Don't start editing with (just) modifier keys when AnyKeyPressed
AnotherTest
2020-11-30
LibGUI: Remove `AbstractView::did_update_model()'
AnotherTest
2020-11-30
LibWeb: Deallocate DOM timer ID's when the timer goes away
Andreas Kling
2020-11-30
JPGLoader: Use HashMap to store huffman tables
devashish
2020-11-30
LibRegex: Give the bytecode a chance to run when there's no input
AnotherTest
2020-11-30
LibRegex: Fix OOB access in Regex debug print
AnotherTest
2020-11-30
LibJS: Fix crash in Lexer on EOF in unterminated template literal
Linus Groh
2020-11-30
LibRegex: Add bounds check to Lexer::back()
Linus Groh
2020-11-30
LibMarkdown: Reduce debug spam from invalid characters in table headings
Luke
2020-11-29
LibWeb: Auto-size table box height to fit all the rows
Andreas Kling
2020-11-29
LibWeb: Allow inline-block boxes to have non-inline children
Andreas Kling
2020-11-29
LibCore: Reduce debug spam from successful gzip decoding
Andreas Kling
2020-11-29
LibWeb: Remove margin/border/padding from inline-block available width
Andreas Kling
2020-11-29
LibGfx: Validate bit depths, and don't assert on invalid color type
Nico Weber
2020-11-29
LibGfx: Make PNGLoader not assert on images with missing chunks
Nico Weber
2020-11-29
LibGfx: Put debug output in PNGLoader behind PNG_DEBUG
Nico Weber
2020-11-29
LibWeb: Resolve percentage width/height of inline-block boxes
Andreas Kling
2020-11-29
LibRegex: Use match_ordinary_characters() in ECMA262Parser::parse_atom()
Linus Groh
2020-11-29
LibVT: Make terminal scrollback max size configurable
AnotherTest
2020-11-29
LibRegex: Allow syntax characters (except ']') without escapes in classes
AnotherTest
2020-11-29
LibCore: Do not try to null-terminate a ByteBuffer in read_line()
AnotherTest
2020-11-29
LibJS: Add a basic implementation of String.prototype.substr()
Andreas Kling
2020-11-29
LibGfx: gamma_to_linear4 is not a valid constexpr on clang 10 and below
Luke
2020-11-29
LibCrypto: Require intent parameter in CTR constructor
Luke
2020-11-29
LibGfx: Don't assert on files ending right before lzw_min_code_size
Nico Weber
2020-11-29
LibGfx: skip zero-width frames
Nico Weber
2020-11-29
LibJS: Constructor function's "prototype" property should be writable
Andreas Kling
2020-11-29
LibJS+LibWeb: Log JavaScript exceptions raised by web content
Andreas Kling
2020-11-29
LibWeb: Abort event handling if underlying layout tree disappears
Andreas Kling
2020-11-29
LibWeb: Allow building partial layout trees
Andreas Kling
2020-11-29
LibWeb: Tweak a comment in Layout::TreeBuilder for accuracy
Andreas Kling
2020-11-29
LibWeb: Allow <svg> layout boxes to have children
Andreas Kling
2020-11-29
JPGLoader: Move bogus JPEGs to a different directory
devashish
2020-11-29
JPGLoader: Use HashMap instead of Vector for storing components
devashish
2020-11-29
LibWeb: Blocks can have non-block (but non-inline) parents
Andreas Kling
2020-11-29
LibMarkdown: Only consider "!" a special character when followed by "["
Linus Groh
2020-11-29
LibRegex: Fix clang build errors
Linus Groh
2020-11-28
LibJS: Disallow 'with' statement in strict mode
Linus Groh
2020-11-28
LibJS: Run clang-format on WithScope.h
Andreas Kling
2020-11-28
LibJS: Add a basic unit test for the "with" statement
Andreas Kling
[next]