summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-12Meta: Describe how to analyze an LLVM fuzzer crashBen Wiederhake
2020-09-12LibGfx: Don't blindly trust file-internal offsetBen Wiederhake
2020-09-12LibGfx: Nicer error reporting for bitmap allocationBen Wiederhake
2020-09-12LibGfx: Protect against over-large bitmapsBen Wiederhake
2020-09-12Meta+LibGfx: Fuzz BMP parsingBen Wiederhake
2020-09-12LibJS: Fix start position of multi-line tokensBen Wiederhake
2020-09-12AK: Fix accidentally-recursive call in BitStreamBen Wiederhake
2020-09-11Userland: Add an implementation of printfAnotherTest
2020-09-11AK: Generalise 'PrintfImplementation'AnotherTest
2020-09-11LibWeb: Protect LayoutCheckBox against crashes after event dispatchAndreas Kling
2020-09-11LibWeb: Dispatch a "change" event when <input> checked state changesAndreas Kling
2020-09-11LibWeb: Add basic support for <input type=checkbox>Andreas Kling
2020-09-11LibWeb: Allow layout nodes to receive and track mouse eventsAndreas Kling
2020-09-11LibWeb: Add basic support for boolean IDL attributes :^)Andreas Kling
2020-09-11LibWeb: Add the "checked" and "disabled" HTML attributesAndreas Kling
2020-09-11LibGUI+LibGfx: Move check box painting to Gfx::StylePainterAndreas Kling
2020-09-11LibCore: Fixed DeferredInvoke debug message (#3456)pkotzbach
2020-09-11LibCompress: Add unit tests for CanonicalCode.asynts
2020-09-11LibCompress: Move CanonicalCode out of DeflateDecompressor.asynts
2020-09-11LibCompress: Remove unnecessary InputBitStream.asynts
2020-09-11LibCompress: Return Optional from decompress_all method.asynts
2020-09-11LibCompress: Use OutputMemoryStream in decompress_all methods.asynts
2020-09-11Userland: gunzip if filename doesn't end in .gz append it.asynts
2020-09-11AK: Calculate the chunk index correctly in DuplexMemoryStream.asynts
2020-09-11HackStudio: Use widget override cursorsAndreas Kling
2020-09-11LibGUI: Use widget override cursors in ColorInputAndreas Kling
2020-09-11LibGUI: Use widget override cursors in HeaderViewAndreas Kling
2020-09-11LibGUI: Use widget override cursors in GUI::ResizeCornerAndreas Kling
2020-09-11HexEditor: Use widget override cursorsAndreas Kling
2020-09-11LibWeb: Use widget override cursorsAndreas Kling
2020-09-11LibGUI: Use widget override cursors in GUI::TextEditorAndreas Kling
2020-09-11LibGUI: Use widget override cursors in GUI::SplitterAndreas Kling
2020-09-11LibVT: Show an I-beam cursor over TerminalWidgetAndreas Kling
2020-09-11LibGUI: Add Widget override cursor conceptAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10Ports: Add libffiSergey Bugaev
2020-09-10Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_processTom
2020-09-10Kernel: Fix detecting in what ring a crash happenedTom
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-09-10Base: Improved I-beam cursorAndreas Kling
2020-09-10LibGUI: Unregister AbstractView from model on destructionAndreas Kling
2020-09-10IRCClient: Use NonnullRefPtr<IRCClient> throughoutAndreas Kling
2020-09-10Userland: Fix a signal race conditionSergey Bugaev
2020-09-10AK: Replace LogStream operator for ReadonlyBytes with dump_bytes.asynts
2020-09-10IPv4: Truncate raw socket reads past buffer lengthAvery
2020-09-10LibVT: Let Terminal keep history in a circular bufferNico Weber
2020-09-10LibVT: Let Terminal only expose history_size, not storageNico Weber
2020-09-10Shell: Do not reset the terminal attributes when command is run in bgAnotherTest
2020-09-10Base: Tweak Shell(5) manpage a bitAnotherTest
2020-09-10JPGLoader: Check existence of Huffman tables in scan header segment (#3442)Devashish Jaiswal