summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-01FileManager: Call on_selection_change with the correct viewZac
2020-12-01LibELF+Kernel: Validate program headers in Image::parseAndrew Kaster
2020-12-01LibELF: Catch more Shenanigans in ELF filesAndrew Kaster
2020-12-01LibJS: Remove ProxyPrototypeLinus Groh
2020-12-01Kernel: Fix some problems with Thread::wait_on and LockTom
2020-12-01Kernel: Fix leaking a reference on thread creationTom
2020-11-30Spreadsheet: Invert the drag-selection triggerAnotherTest
2020-11-30Shell: Error out when an expression is nested too deepAnotherTest
2020-11-30LibRegex: Don't try to consume the escaped character if at EOFAnotherTest
2020-11-30Kernel: Lock should keep a reference to whoever holds the lockTom
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-11-30Kernel: Allow passing a thread argument for new kernel threadsTom
2020-11-30Kernel: Move some time related code from Scheduler into TimeManagementTom
2020-11-30LibCore: Don't wait for negative amount of timeTom
2020-11-30Spreadsheet: Implement drag-to-selectAnotherTest
2020-11-30LibGfx: Add a 'Point::absolute_relative_distance_to(Point)'AnotherTest
2020-11-30LibGUI: Add a ModelSelection::add_all(Vector) APIAnotherTest
2020-11-30Spreadsheet: Clear callbacks on persistent widgets before tearing tabs downAnotherTest
2020-11-30Spreadsheet: Clear the cell and commit when the delete key is pressedAnotherTest
2020-11-30LibGUI: Throw less view state away in model_did_update()AnotherTest
2020-11-30LibGUI: Don't start editing with (just) modifier keys when AnyKeyPressedAnotherTest
2020-11-30Spreadsheet: Implement infinit-scroll for columnsAnotherTest
2020-11-30Spreadsheet: Implement infinite-scroll for rowsAnotherTest
2020-11-30LibGUI: Remove `AbstractView::did_update_model()'AnotherTest
2020-11-30Spreadsheet: Force-update the spreadsheet widget after pastingAnotherTest
2020-11-30LibWeb: Deallocate DOM timer ID's when the timer goes awayAndreas Kling
2020-11-30JPGLoader: Remove JPEG fuzz files from the main repositorydevashish
2020-11-30JPGLoader: Use HashMap to store huffman tablesdevashish
2020-11-30LibRegex: Give the bytecode a chance to run when there's no inputAnotherTest
2020-11-30LibRegex: Fix OOB access in Regex debug printAnotherTest
2020-11-30LibJS: Fix crash in Lexer on EOF in unterminated template literalLinus Groh
2020-11-30LibRegex: Add bounds check to Lexer::back()Linus Groh
2020-11-30LibMarkdown: Reduce debug spam from invalid characters in table headingsLuke
2020-11-30Lagom/Fuzzers: Add URL fuzzerLuke
2020-11-30AK: Fix logic error in urldecode() percent-decodingLinus Groh
2020-11-30Terminal: Wait on the utmpupdate process to finishTom
2020-11-29LibWeb: Auto-size table box height to fit all the rowsAndreas Kling
2020-11-29LibWeb: Allow inline-block boxes to have non-inline childrenAndreas Kling
2020-11-29LibCore: Reduce debug spam from successful gzip decodingAndreas Kling
2020-11-29LibWeb: Remove margin/border/padding from inline-block available widthAndreas Kling
2020-11-29LibGfx: Validate bit depths, and don't assert on invalid color typeNico Weber
2020-11-29LibGfx: Make PNGLoader not assert on images with missing chunksNico Weber
2020-11-29LibGfx: Put debug output in PNGLoader behind PNG_DEBUGNico Weber
2020-11-29LibWeb: Resolve percentage width/height of inline-block boxesAndreas Kling
2020-11-29LibRegex: Use match_ordinary_characters() in ECMA262Parser::parse_atom()Linus Groh
2020-11-29Terminal: Allow the user to configure the maximum history sizeAnotherTest
2020-11-29LibVT: Make terminal scrollback max size configurableAnotherTest
2020-11-29LibRegex: Allow syntax characters (except ']') without escapes in classesAnotherTest
2020-11-29Userland: Implement -I/-a (binary-mode) and -i (insensitive) for grepAnotherTest
2020-11-29LibCore: Do not try to null-terminate a ByteBuffer in read_line()AnotherTest