summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-14LibWeb: Stop using percentage column widths in `compute_table_measures`Aliaksandr Kalenik
2023-01-14LibWeb: Propagate layout mode of table formatting context to table cellsAliaksandr Kalenik
2023-01-14LibWeb: Table box width should be relative to wrapper containing blockAliaksandr Kalenik
2023-01-14LibWeb: Override width calculation for table wrappersAliaksandr Kalenik
2023-01-14AK: Remove `CircularDuplexStream`Tim Schumacher
2023-01-14LibSQL: Don't do fchmod on OpenBSDnipos
2023-01-14LibCore: On OpenBSD, handle anon_create() like on MacOSnipos
2023-01-14LibWeb: Use failable StringBuilder methods in StyleValueMacDue
2023-01-14AK: Add StringBuilder::try_join()MacDue
2023-01-14LibWeb: Remove some unnecessary .release_value()s in StyleValueMacDue
2023-01-14LibGemini: Disallow cases forbidden in the specArda Cinar
2023-01-14LibGemini: Do not loop in Gemini::Job in case of errorArda Cinar
2023-01-14LibGemini: Propagate errors in Job::read_line and Job::receiveArda Cinar
2023-01-14RequestServer: Do not crash on Gemini responsesArda Cinar
2023-01-14LibGemini: Add a response length helper to Gemini::JobArda Cinar
2023-01-14LibSQL: Don't do fchmod on FreeBSDnipos
2023-01-14Meta: Fix copyright header in Kernel/Syscalls/jail.cpp fileLiav A
2023-01-13LibDNS: Use `AllocatingMemoryStream` in DNS package constructionTim Schumacher
2023-01-13LibCore: Add helper functions to read/write trivial values from streamsTim Schumacher
2023-01-13LibCore: Enable file descriptor passing on FreeBSDNiklas Poslovski
2023-01-13LibCompress: Remove all leftover `AK::Stream` headersTim Schumacher
2023-01-13LibCompress: Switch the deflate seekback buffer to `CircularBuffer`Tim Schumacher
2023-01-13LibCompress: Remove `DuplexMemoryStream` from `GzipDecompressor`Tim Schumacher
2023-01-13LibCompress: Remove `DuplexMemoryStream` from `DeflateDecompressor`Tim Schumacher
2023-01-13LibCore: Allow zero-sized spans in `Stream::*_entire_buffer`Tim Schumacher
2023-01-13LibCompress: Switch `DeflateDecompressor` to a fallible constructorTim Schumacher
2023-01-13AK: Add `CircularBuffer::read_with_seekback`Tim Schumacher
2023-01-13AK+Everywhere: Disallow returning a reference from a fallible expressionTimothy Flynn
2023-01-13LibJS: Explicitly disallow references in ThrowCompletionOrTimothy Flynn
2023-01-13LibJS+Everywhere: Return strings by value from PrimitiveStringTimothy Flynn
2023-01-13AK: Add support for "debug only" formattersMacDue
2023-01-13strace: Fix ignored errors in formattingMacDue
2023-01-13FontEditor: Fix more ignored .to_string() errorsMacDue
2023-01-13LibWeb: Fix more ignored .to_string() errors in StyleValueMacDue
2023-01-13AK: Don't inherit Formatter<ErrorOr<T>> for Formatter<IPv6Address>MacDue
2023-01-13AK: Don't inherit Formatter<ErrorOr<T>> for Formatter<IPv4Address>MacDue
2023-01-14Shell: Use `AllocatingMemoryStream` to search for the IFSTim Schumacher
2023-01-14LibCore: Add `AllocatingMemoryStream::offset_of`Tim Schumacher
2023-01-13PixelPaint: Hold shift to constrain polygonal select tool line angleTim Ledbetter
2023-01-13PixelPaint: Don't allow the move tool to resize to zero pixelsTim Ledbetter
2023-01-13Kernel/Net: Get the correct interface type in SIOCGIFHWADDR ioctlArda Cinar
2023-01-13Kernel: Remove outdated FIXME in the DeviceManagement codeLiav A
2023-01-13LibCore: Call the mkstemp function in a slightly prettier wayArda Cinar
2023-01-13GamesSettings: Draw one of the previewed cards as "highlighted"Timothy Flynn
2023-01-13GamesSettings: Paint the card preview frame using a CardGame subclassTimothy Flynn
2023-01-13GamesSettings: Move classes into the GamesSettings namespaceTimothy Flynn
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-13Kernel: Require "stdio" pledge promise when calling get_root_session_idLiav A
2023-01-13LibGUI: Make undo work for TextDocument ReplaceAllTextCommandSam Atkins
2023-01-13GMLPlayground: Add a toolbarSam Atkins