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-12-01
FileManager: Call on_selection_change with the correct view
Zac
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-12-01
Kernel: Fix some problems with Thread::wait_on and Lock
Tom
2020-12-01
Kernel: Fix leaking a reference on thread creation
Tom
2020-11-30
Spreadsheet: Invert the drag-selection trigger
AnotherTest
2020-11-30
Shell: Error out when an expression is nested too deep
AnotherTest
2020-11-30
LibRegex: Don't try to consume the escaped character if at EOF
AnotherTest
2020-11-30
Kernel: Lock should keep a reference to whoever holds the lock
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-30
Kernel: Allow passing a thread argument for new kernel threads
Tom
2020-11-30
Kernel: Move some time related code from Scheduler into TimeManagement
Tom
2020-11-30
LibCore: Don't wait for negative amount of time
Tom
2020-11-30
Spreadsheet: Implement drag-to-select
AnotherTest
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
Spreadsheet: Clear callbacks on persistent widgets before tearing tabs down
AnotherTest
2020-11-30
Spreadsheet: Clear the cell and commit when the delete key is pressed
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
Spreadsheet: Implement infinit-scroll for columns
AnotherTest
2020-11-30
Spreadsheet: Implement infinite-scroll for rows
AnotherTest
2020-11-30
LibGUI: Remove `AbstractView::did_update_model()'
AnotherTest
2020-11-30
Spreadsheet: Force-update the spreadsheet widget after pasting
AnotherTest
2020-11-30
LibWeb: Deallocate DOM timer ID's when the timer goes away
Andreas Kling
2020-11-30
JPGLoader: Remove JPEG fuzz files from the main repository
devashish
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-30
Lagom/Fuzzers: Add URL fuzzer
Luke
2020-11-30
AK: Fix logic error in urldecode() percent-decoding
Linus Groh
2020-11-30
Terminal: Wait on the utmpupdate process to finish
Tom
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
Terminal: Allow the user to configure the maximum history size
AnotherTest
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
Userland: Implement -I/-a (binary-mode) and -i (insensitive) for grep
AnotherTest
2020-11-29
LibCore: Do not try to null-terminate a ByteBuffer in read_line()
AnotherTest
[prev]
[next]