summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-01-18LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytesLiav A
2023-01-18LibWeb: Fix `FrameLoader::load_error_page`Cameron Youell
2023-01-18LibWeb: Fix error page icon outside of serenityCameron Youell
2023-01-18AK+LibUnicode: Provide Unicode-aware caseless String matchingTimothy Flynn
2023-01-18LibUnicode: Parse and generate case folding code point dataTimothy Flynn
2023-01-18LibUnicode: Update out-of-date spec linksTimothy Flynn
2023-01-18LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlagsTimothy Flynn
2023-01-18Userland: Add missing limits.h header includesTimothy Flynn
2023-01-18LibCore: Implement FileWatcher for LinuxTimothy Flynn
2023-01-18LibCore: Default-initialize the FileWatcher event maskTimothy Flynn
2023-01-18LibCore: Handle multiple events in the FileWatcher event mask formatterTimothy Flynn
2023-01-18LibCore: Move FileWatcher implementations into separate filesTimothy Flynn
2023-01-18LibWeb: Define window.isSecureContextCameron Youell
2023-01-18SoundPlayer: Log loader errors and otherwise ignore them for nowArda Cinar
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-17LibGfx: Use `ALWAYS_INLINE` for inline `Bitmap` methodsJelle Raaijmakers
2023-01-17Presenter: Increase the minimum widget sizeJelle Raaijmakers
2023-01-17Presenter: Restructure menu to be more consistent with other appsJelle Raaijmakers
2023-01-17LibCore: Remove `Stream::write_or_error`Tim Schumacher
2023-01-17LibProtocol: Remove `Request::stream_into(OutputStream&)`Tim Schumacher
2023-01-17pro: Use `Core::Stream` for writing contents to the outputTim Schumacher
2023-01-17LibProtocol: Use `AllocatingMemoryStream` to buffer requestsTim Schumacher
2023-01-17LibGfxDemo: Draw diagonal dotted and dashed linesArda Cinar
2023-01-17LibGfx: Remove an unnecessary FIXMEArda Cinar
2023-01-17LibGfx: Implement drawing dotted/dashed diagonal LinesArda Cinar
2023-01-17LibCore: Do short forward seeks by discarding bytes from the bufferTim Schumacher
2023-01-17LibCore: Calculate the correct seek offset for buffered streamsTim Schumacher
2023-01-17SoundPlayer: Specify the total sample count in playback device samplesTim Schumacher
2023-01-17Assistant: Debounce text input on_change eventTim Ledbetter
2023-01-17Assistant: Cache results for each query by providerTim Ledbetter
2023-01-17LibGUI+WindowServer: Improve window resizing performanceJelle Raaijmakers
2023-01-17LibWeb: Output display type inline-table in layout dumpAliaksandr Kalenik
2023-01-17LibWeb: Support display inline-tableAliaksandr Kalenik
2023-01-16WebDriver: Add computedrole endpointJonah
2023-01-17PixelPaint: Preserve layer location when copying layersTim Ledbetter
2023-01-17LibGUI: Allow extra metadata when copying bitmaps to the clipboardTim Ledbetter
2023-01-16AK+LibUnicode: Provide Unicode-aware String titlecase transformationTimothy Flynn
2023-01-16LibUnicode: Support full case folding for titlecasing a stringTimothy Flynn
2023-01-16LibUnicode: Generate simple case folding mappings for titlecaseTimothy Flynn
2023-01-16LibUnicode: Add an overload of word segmentation for UTF-8 stringsTimothy Flynn
2023-01-16LibLine: Do a whole bunch of internal error propagationTim Schumacher
2023-01-16LibLine: Port most functions to `Core::Stream`Tim Schumacher
2023-01-16LibVirtGPU: Port to `Core::Stream`Lucas CHOLLET
2023-01-16LibCore: Add `Stream::File::fd()`Lucas CHOLLET
2023-01-16Spreadsheet: Port to `Core::Stream`Lucas CHOLLET
2023-01-16Spreadsheet: Port from `Result` to `ErrorOr`Lucas CHOLLET
2023-01-16Spreadsheet: Move to a non-owning model for `Stream` in `Writer::XSV`Lucas CHOLLET
2023-01-16LibJS: Port trivial use cases in the Intl namespace to StringTimothy Flynn
2023-01-16LibLocale: Add a method to convert LanguageID to a StringTimothy Flynn
2023-01-16LibJS: Port StringIterator to StringTimothy Flynn