summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-20LibGfx: Fail PNG decode if output bitmap can't be allocatedAndreas Kling
2020-12-20LibGUI: Make the GML parser a bit more fault-tolerantAndreas Kling
2020-12-20LibGUI: Make GUI::Label auto-sizing declarativeAndreas Kling
2020-12-20LibGUI: Rename ProgressBar property caption => text and expose to GMLAndreas Kling
2020-12-20FileManager: Move the main window UI to GMLAndreas Kling
2020-12-20LibGUI: Add a couple more Widget registrationsAndreas Kling
2020-12-20LibGUI: Introduce GML - a simple GUI Markup Language :^)Andreas Kling
2020-12-20LibWeb: Don't leave "border" CSS property around after expansionAndreas Kling
2020-12-19AK: Remove bogus test case for CircularDuplexStream.asynts
2020-12-19WindowServer: Put tooltip windows above notification windowsAndreas Kling
2020-12-19AK: Remove awkward ByteBuffer construction modes (wrap & adopt)Andreas Kling
2020-12-19LibTLS+Userland: Remove all uses of ByteBuffer::slice_view()Andreas Kling
2020-12-19LibTLS+LibCrypto: Remove all remaining uses of ByteBuffer::wrap()Andreas Kling
2020-12-19AK: Mark some Span functions with [[nodiscard]]Andreas Kling
2020-12-19LibCrypto: Yet more ByteBuffer::wrap() removal. Not much left now!Andreas Kling
2020-12-19LibWeb: Don't use ByteBuffer::wrap() when loading about: URLsAndreas Kling
2020-12-19LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytesAndreas Kling
2020-12-19LibTLS: Even more ByteBuffer -> Span conversionAndreas Kling
2020-12-19LibTLS+LibCrypto: More ByteBuffer -> Span conversionAndreas Kling
2020-12-19LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with SpansAndreas Kling
2020-12-19MenuApplets: Add Network menu appletBrendan Coles
2020-12-19LibELF+LibDebug: Remove use of ByteBuffer::wrap()Andreas Kling
2020-12-19LibProtocol: Remove use of ByteBuffer::wrap() in protocol APIAndreas Kling
2020-12-19LibGfx: Remove use of ByteBuffer::wrap() in BMP decoderAndreas Kling
2020-12-19LibGfx: Remove use of ByteBuffer::wrap() in PNG decoderAndreas Kling
2020-12-19LibIPC: Remove use of ByteBuffer::wrap()Andreas Kling
2020-12-19Kernel: Use fallible KBuffer API in PerformanceEventBufferAndreas Kling
2020-12-19AK: Add hash implementations for i16 and i64Sahan Fernando
2020-12-18Kernel: Avoid a heap allocation for every outgoing TCP packetAndreas Kling
2020-12-18Kernel/Net: Avoid a heap allocation for every outgoing UDP packetAndreas Kling
2020-12-18Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytesAndreas Kling
2020-12-18Kernel: Move KBufferBuilder to the fallible KBuffer APIAndreas Kling
2020-12-18Kernel: Add KBuffer::try_create_with_bytes()Andreas Kling
2020-12-18TmpFS: Use fallible KBuffer APIAndreas Kling
2020-12-18Ext2FS: Fail the mount if BGD table cache allocation failsAndreas Kling
2020-12-18Kernel: Add KBuffer::try_create_with_size()Andreas Kling
2020-12-18LibLine: Treat leftover data in buffer as a read eventAnotherTest
2020-12-18LibLine: Be less lazy when moving prompt origin rowAnotherTest
2020-12-18LibCore: UDPServer::bind: Replace bind failure assert() with perror()Brendan Coles
2020-12-18LibGUI: Don't assume main widget exists in Window::handle_resize_event()Linus Groh
2020-12-18LibGfx: Give Size and Rect * and *= operatorsNico Weber
2020-12-18LibGfx: Fix type of scale factor in Point scale operatorsNico Weber
2020-12-18ClipboardHistory: Add window iconBrendan Coles
2020-12-18HackStudio: Remove duplicate auto-indentation in HackStudio Language ServerSahan Fernando
2020-12-18LibGUI: Make autoformatting performed on InsertTextCommand visible to on_edit...Sahan Fernando
2020-12-18Kernel: Don't dump core when OOM-killing a processAndreas Kling
2020-12-18LibWeb: Only preserve full whitspace for white-space: pre{,-wrap}Andreas Kling
2020-12-18LibWeb: Silence BFC spam about not knowing how to place boxesAndreas Kling
2020-12-18Kernel: Workaround QEMU bug and initialize i8042 controllerLiav A
2020-12-18Base: Add app-libgfx-demo.png 32x32 iconLinus Groh