summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-23Documentation: Add section on Ellipses to Text.mdthankyouverycool
2023-05-23LibGUI: Adjust size and layout of InputBoxthankyouverycool
2023-05-23du: Continue enumerating directories on errorTim Ledbetter
2023-05-23du: Print to stderr rather than stdout when directory can't be readTim Ledbetter
2023-05-23LibC: Fix incorrect string length calculation in getsignalbyname()Tim Ledbetter
2023-05-22WebP: Let ALPH replace alpha channel instead of augmenting itNico Weber
2023-05-22SpiceAgent: Gracefully exit when the Spice server disconnectsTimothy Flynn
2023-05-22SpiceAgent: Reduce copying of potentially large byte buffersTimothy Flynn
2023-05-22LibWeb: Wait for media candidates without endlessly queueing microtasksTimothy Flynn
2023-05-22LibWeb: Make sure collapsed margins are not ignored if box creates FCAliaksandr Kalenik
2023-05-22LibWeb: Propagate children_are_inline in wrap_in_anonymousAndi Gallo
2023-05-22mkfifo: Don't rely on global errnoKarol Kosek
2023-05-22LibGfx: Add search path to debug output in `FontDatabase`Jelle Raaijmakers
2023-05-22LibWeb: Set grid-auto-columns/rows in NodeWithStyle::apply_style()Aliaksandr Kalenik
2023-05-22SystemMonitor: Store text in UnavailableProcessWidget using String classKarol Kosek
2023-05-22SystemMonitor: Propagate more errors on startupKarol Kosek
2023-05-22SystemMonitor: Convert most widgets to a failable factoryKarol Kosek
2023-05-22LibWeb: Stub AudioContext constructorLuke Wilde
2023-05-22LibJS: Add "Month dd, yy hh:mm:ss" Date formatLuke Wilde
2023-05-22LibWeb: Fire the contextmenu event on right click (if not holding shift)Luke Wilde
2023-05-22LibWeb: Tidy up apply_clip_overflow_rect() a littleMacDue
2023-05-22LibWeb: Support grid-auto-columns and grid-auto-rows properties in GFCAliaksandr Kalenik
2023-05-22LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rowsAliaksandr Kalenik
2023-05-22LibWeb: Check if line name is present in GridTrackSizeList::to_string()Aliaksandr Kalenik
2023-05-21Kernel: Move NVMeInterruptQueue initialization out of its constructorPankaj Raghav
2023-05-21Kernel/NVMe: Add try_create() to NVMe{Poll|Interrupt}QueuePankaj Raghav
2023-05-21Kernel: Convert rw_dma_page to NonnullRefPtr in NVMeQueuePankaj Raghav
2023-05-21Kernel: Remove the unused {cq|sq}_dma_page from NVMeQueuePankaj Raghav
2023-05-21Kernel: Move handle_interrupt out-of-line in PCIIRQHandlerPankaj Raghav
2023-05-22Revert "LibGfx: Add NearestFractional scaling type to painter"Sam Atkins
2023-05-22Magnifier: Correct captured bitmap's clippingSam Atkins
2023-05-21SpiceAgent: Handle file transfer requests properly :^)Caoimhe
2023-05-21SpiceAgent: Implement `FileTransferData` messagesCaoimhe
2023-05-21SpiceAgent: Implement `FileTransferStatus` messagesCaoimhe
2023-05-21SpiceAgent: Implement `FileTransferStart` messagesCaoimhe
2023-05-21SpiceAgent: Implement sending clipboard data to the spice serverCaoimhe
2023-05-21SpiceAgent: Add support for copying images to the clipboardCaoimhe
2023-05-21SpiceAgent: Add support for reading chunks larger than 2048 bytesCaoimhe
2023-05-21SpiceAgent: Implement setting the user's clipboard contents for textCaoimhe
2023-05-21SpiceAgent: Implement `ClipboardRequest` messagesCaoimhe
2023-05-21SpiceAgent: Implement `ClipboardGrab` messagesCaoimhe
2023-05-21SpiceAgent: Let's start rewriting the messaging system :^)Caoimhe
2023-05-21AK: Add `SPICE_AGENT_DEBUG` flagCaoimhe
2023-05-21SpiceAgent: Minor formatting changesCaoimhe
2023-05-21SpiceAgent: Use `ErrorOr<T>` for `on_message_received`Caoimhe
2023-05-21LibWeb: Don't assume response object isn't null in fetch abort algorithmAndreas Kling
2023-05-21LibWeb: Represent OccupationGrid using HashTable in GFCAliaksandr Kalenik
2023-05-21LibWeb: Move SVGElement's dataset construction to initialize()Andreas Kling
2023-05-21LibWeb: Fix unsafe capture of stack variables in main_fetch()Andreas Kling
2023-05-21LibJS: Don't dereference well-known symbols when gathering rootsAndreas Kling