summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2023-01-16LibJS: Port the TrimString AO to StringTimothy Flynn
2023-01-16LibJS: Add a convenience StringView accessor to PrimitiveStringTimothy Flynn
2023-01-16LibJS: Fix uninitialized member variable in DurationFormatBrian Gianforcaro
2023-01-16LibWeb: Prevent floats from being placed higher than preceding blocksAliaksandr Kalenik
2023-01-16Presenter: Disable "Next" and "Previous" actions when non-applicableLucas CHOLLET
2023-01-16Presenter: Add `Presentation::has_a_[next,previous]_frame()`Lucas CHOLLET
2023-01-15LibIPC: Decode messages using Core::Stream internallyTim Schumacher
2023-01-15AK: Define our own concept of "trivially serializable"Tim Schumacher
2023-01-15LibCore: Fix up type mistakes in `Stream::read_trivial_value`Tim Schumacher
2023-01-15LibJS: Remove redundant ToString from ToTemporalZonedDateTimeBodilessSleeper
2023-01-15LibJS: Assert TemporalDateTimeToString if showCalendar is "never"BodilessSleeper
2023-01-15LibGfx: Prevent reading OOB in TGA header decodeJelle Raaijmakers
2023-01-15ClipboardHistory: Add a Clear history actionTim Ledbetter
2023-01-15ClipboardHistory: Ensure model is populated on startupTim Ledbetter
2023-01-15ClipboardHistory: Update clipboard when the topmost item is deletedTim Ledbetter
2023-01-15ClipboardHistory: Don't attempt to delete an item if nothing is selectedTim Ledbetter
2023-01-15ClipboardHistory: Invalidate model on item removalTim Ledbetter
2023-01-15ls: Add an option to print the human readable sizes in powers of 10Arda Cinar
2023-01-15du: Add an option to print the human readable sizes in powers of 10Arda Cinar
2023-01-15df: Add an option to print the human readable sizes in powers of 10Arda Cinar
2023-01-15PixelPaint: Hold shift to increase move tool speed with the arrow keysTim Ledbetter
2023-01-15Spider: Confirm ending the current game in more situationsSam Atkins
2023-01-15Solitaire: Confirm ending the current game in more situationsSam Atkins
2023-01-15WidgetGallery: Use the non-deprecated API of `LibFileSystemAccessClient`Lucas CHOLLET
2023-01-15Utilities: Add new utility for converting images to raw bitmap binariesLiav A
2023-01-15Lagom/Fuzzers: Add fuzzer for the TGALoader codeLiav A
2023-01-15LibGfx: Add support for RLE compressed TGA imagesLiav A
2023-01-15LibGfx: Handle tga images with top-left and bottom-left orientationLiav A