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-20
LibGfx: Fail PNG decode if output bitmap can't be allocated
Andreas Kling
2020-12-20
LibGUI: Make the GML parser a bit more fault-tolerant
Andreas Kling
2020-12-20
LibGUI: Make GUI::Label auto-sizing declarative
Andreas Kling
2020-12-20
LibGUI: Rename ProgressBar property caption => text and expose to GML
Andreas Kling
2020-12-20
FileManager: Move the main window UI to GML
Andreas Kling
2020-12-20
LibGUI: Add a couple more Widget registrations
Andreas Kling
2020-12-20
LibGUI: Introduce GML - a simple GUI Markup Language :^)
Andreas Kling
2020-12-20
LibWeb: Don't leave "border" CSS property around after expansion
Andreas Kling
2020-12-19
AK: Remove bogus test case for CircularDuplexStream.
asynts
2020-12-19
WindowServer: Put tooltip windows above notification windows
Andreas Kling
2020-12-19
AK: Remove awkward ByteBuffer construction modes (wrap & adopt)
Andreas Kling
2020-12-19
LibTLS+Userland: Remove all uses of ByteBuffer::slice_view()
Andreas Kling
2020-12-19
LibTLS+LibCrypto: Remove all remaining uses of ByteBuffer::wrap()
Andreas Kling
2020-12-19
AK: Mark some Span functions with [[nodiscard]]
Andreas Kling
2020-12-19
LibCrypto: Yet more ByteBuffer::wrap() removal. Not much left now!
Andreas Kling
2020-12-19
LibWeb: Don't use ByteBuffer::wrap() when loading about: URLs
Andreas Kling
2020-12-19
LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytes
Andreas Kling
2020-12-19
LibTLS: Even more ByteBuffer -> Span conversion
Andreas Kling
2020-12-19
LibTLS+LibCrypto: More ByteBuffer -> Span conversion
Andreas Kling
2020-12-19
LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans
Andreas Kling
2020-12-19
MenuApplets: Add Network menu applet
Brendan Coles
2020-12-19
LibELF+LibDebug: Remove use of ByteBuffer::wrap()
Andreas Kling
2020-12-19
LibProtocol: Remove use of ByteBuffer::wrap() in protocol API
Andreas Kling
2020-12-19
LibGfx: Remove use of ByteBuffer::wrap() in BMP decoder
Andreas Kling
2020-12-19
LibGfx: Remove use of ByteBuffer::wrap() in PNG decoder
Andreas Kling
2020-12-19
LibIPC: Remove use of ByteBuffer::wrap()
Andreas Kling
2020-12-19
Kernel: Use fallible KBuffer API in PerformanceEventBuffer
Andreas Kling
2020-12-19
AK: Add hash implementations for i16 and i64
Sahan Fernando
2020-12-18
Kernel: Avoid a heap allocation for every outgoing TCP packet
Andreas Kling
2020-12-18
Kernel/Net: Avoid a heap allocation for every outgoing UDP packet
Andreas Kling
2020-12-18
Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytes
Andreas Kling
2020-12-18
Kernel: Move KBufferBuilder to the fallible KBuffer API
Andreas Kling
2020-12-18
Kernel: Add KBuffer::try_create_with_bytes()
Andreas Kling
2020-12-18
TmpFS: Use fallible KBuffer API
Andreas Kling
2020-12-18
Ext2FS: Fail the mount if BGD table cache allocation fails
Andreas Kling
2020-12-18
Kernel: Add KBuffer::try_create_with_size()
Andreas Kling
2020-12-18
LibLine: Treat leftover data in buffer as a read event
AnotherTest
2020-12-18
LibLine: Be less lazy when moving prompt origin row
AnotherTest
2020-12-18
LibCore: UDPServer::bind: Replace bind failure assert() with perror()
Brendan Coles
2020-12-18
LibGUI: Don't assume main widget exists in Window::handle_resize_event()
Linus Groh
2020-12-18
LibGfx: Give Size and Rect * and *= operators
Nico Weber
2020-12-18
LibGfx: Fix type of scale factor in Point scale operators
Nico Weber
2020-12-18
ClipboardHistory: Add window icon
Brendan Coles
2020-12-18
HackStudio: Remove duplicate auto-indentation in HackStudio Language Server
Sahan Fernando
2020-12-18
LibGUI: Make autoformatting performed on InsertTextCommand visible to on_edit...
Sahan Fernando
2020-12-18
Kernel: Don't dump core when OOM-killing a process
Andreas Kling
2020-12-18
LibWeb: Only preserve full whitspace for white-space: pre{,-wrap}
Andreas Kling
2020-12-18
LibWeb: Silence BFC spam about not knowing how to place boxes
Andreas Kling
2020-12-18
Kernel: Workaround QEMU bug and initialize i8042 controller
Liav A
2020-12-18
Base: Add app-libgfx-demo.png 32x32 icon
Linus Groh
[next]