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
2023-05-23
Documentation: Add section on Ellipses to Text.md
thankyouverycool
2023-05-23
LibGUI: Adjust size and layout of InputBox
thankyouverycool
2023-05-23
du: Continue enumerating directories on error
Tim Ledbetter
2023-05-23
du: Print to stderr rather than stdout when directory can't be read
Tim Ledbetter
2023-05-23
LibC: Fix incorrect string length calculation in getsignalbyname()
Tim Ledbetter
2023-05-22
WebP: Let ALPH replace alpha channel instead of augmenting it
Nico Weber
2023-05-22
SpiceAgent: Gracefully exit when the Spice server disconnects
Timothy Flynn
2023-05-22
SpiceAgent: Reduce copying of potentially large byte buffers
Timothy Flynn
2023-05-22
LibWeb: Wait for media candidates without endlessly queueing microtasks
Timothy Flynn
2023-05-22
LibWeb: Make sure collapsed margins are not ignored if box creates FC
Aliaksandr Kalenik
2023-05-22
LibWeb: Propagate children_are_inline in wrap_in_anonymous
Andi Gallo
2023-05-22
mkfifo: Don't rely on global errno
Karol Kosek
2023-05-22
LibGfx: Add search path to debug output in `FontDatabase`
Jelle Raaijmakers
2023-05-22
LibWeb: Set grid-auto-columns/rows in NodeWithStyle::apply_style()
Aliaksandr Kalenik
2023-05-22
SystemMonitor: Store text in UnavailableProcessWidget using String class
Karol Kosek
2023-05-22
SystemMonitor: Propagate more errors on startup
Karol Kosek
2023-05-22
SystemMonitor: Convert most widgets to a failable factory
Karol Kosek
2023-05-22
LibWeb: Stub AudioContext constructor
Luke Wilde
2023-05-22
LibJS: Add "Month dd, yy hh:mm:ss" Date format
Luke Wilde
2023-05-22
LibWeb: Fire the contextmenu event on right click (if not holding shift)
Luke Wilde
2023-05-22
LibWeb: Tidy up apply_clip_overflow_rect() a little
MacDue
2023-05-22
LibWeb: Support grid-auto-columns and grid-auto-rows properties in GFC
Aliaksandr Kalenik
2023-05-22
LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rows
Aliaksandr Kalenik
2023-05-22
LibWeb: Check if line name is present in GridTrackSizeList::to_string()
Aliaksandr Kalenik
2023-05-21
Kernel: Move NVMeInterruptQueue initialization out of its constructor
Pankaj Raghav
2023-05-21
Kernel/NVMe: Add try_create() to NVMe{Poll|Interrupt}Queue
Pankaj Raghav
2023-05-21
Kernel: Convert rw_dma_page to NonnullRefPtr in NVMeQueue
Pankaj Raghav
2023-05-21
Kernel: Remove the unused {cq|sq}_dma_page from NVMeQueue
Pankaj Raghav
2023-05-21
Kernel: Move handle_interrupt out-of-line in PCIIRQHandler
Pankaj Raghav
2023-05-22
Revert "LibGfx: Add NearestFractional scaling type to painter"
Sam Atkins
2023-05-22
Magnifier: Correct captured bitmap's clipping
Sam Atkins
2023-05-21
SpiceAgent: Handle file transfer requests properly :^)
Caoimhe
2023-05-21
SpiceAgent: Implement `FileTransferData` messages
Caoimhe
2023-05-21
SpiceAgent: Implement `FileTransferStatus` messages
Caoimhe
2023-05-21
SpiceAgent: Implement `FileTransferStart` messages
Caoimhe
2023-05-21
SpiceAgent: Implement sending clipboard data to the spice server
Caoimhe
2023-05-21
SpiceAgent: Add support for copying images to the clipboard
Caoimhe
2023-05-21
SpiceAgent: Add support for reading chunks larger than 2048 bytes
Caoimhe
2023-05-21
SpiceAgent: Implement setting the user's clipboard contents for text
Caoimhe
2023-05-21
SpiceAgent: Implement `ClipboardRequest` messages
Caoimhe
2023-05-21
SpiceAgent: Implement `ClipboardGrab` messages
Caoimhe
2023-05-21
SpiceAgent: Let's start rewriting the messaging system :^)
Caoimhe
2023-05-21
AK: Add `SPICE_AGENT_DEBUG` flag
Caoimhe
2023-05-21
SpiceAgent: Minor formatting changes
Caoimhe
2023-05-21
SpiceAgent: Use `ErrorOr<T>` for `on_message_received`
Caoimhe
2023-05-21
LibWeb: Don't assume response object isn't null in fetch abort algorithm
Andreas Kling
2023-05-21
LibWeb: Represent OccupationGrid using HashTable in GFC
Aliaksandr Kalenik
2023-05-21
LibWeb: Move SVGElement's dataset construction to initialize()
Andreas Kling
2023-05-21
LibWeb: Fix unsafe capture of stack variables in main_fetch()
Andreas Kling
2023-05-21
LibJS: Don't dereference well-known symbols when gathering roots
Andreas Kling
[next]