summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-05-13FontEditor: Remove unnecessary setters and gettersthankyouverycool
2023-05-13FontEditor: Remove unnecessary deferred invokesthankyouverycool
2023-05-13FontEditor: Make update_title() privatethankyouverycool
2023-05-13FontEditor: Tighten lambda capturesthankyouverycool
2023-05-13FontEditor: Propagate errors formatting preview textthankyouverycool
2023-05-13FontEditor: Propagate errors when loading GMLthankyouverycool
2023-05-13FontEditor: Port some instances of DeprecatedStringthankyouverycool
2023-05-13FontEditor: Iterate slope and weight lists by size()thankyouverycool
2023-05-13FontEditor: Convert Model lists to Vector<String>thankyouverycool
2023-05-13LibGfx: Convert FontStyleMappings to Arraysthankyouverycool
2023-05-13LibGUI: Add fallible factories to ItemListModelthankyouverycool
2023-05-13LibGUI: Ignore Alt+{Left,Right} key events in GlyphMapWidgetthankyouverycool
2023-05-13LibWeb: Return grid container width from automatic_content_width in GFCAliaksandr Kalenik
2023-05-13LibWeb: Implement grid container intrinsic sizes calculationAliaksandr Kalenik
2023-05-13LibWeb: Fix condition to determine auto tracks while sizing in GFCAliaksandr Kalenik
2023-05-13SpiceAgent: Gracefully handle the host clearing the clipboardDaniel Bertalan
2023-05-13LibWeb: Let HTMLImageElement delay the document load event againAndreas Kling
2023-05-13LibWeb: Don't force HTMLImageElement to have a legacy ImageLoaderAndreas Kling
2023-05-13LibWeb: Implement enough of "update the image data" to load imagesAndreas Kling
2023-05-13LibWeb: Add a class to represent the "source set" concept from HTMLAndreas Kling
2023-05-13LibWeb: Add class to represent "list of available images" from HTML specAndreas Kling
2023-05-13LibWeb: Start fleshing out HTML "image requests" and "image data"Andreas Kling
2023-05-13LibDebug: Propagate errors around LineProgramBen Wiederhake
2023-05-13LibCore: Remove unused API from DeprecatedFileBen Wiederhake
2023-05-13Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.hBen Wiederhake
2023-05-13LibWeb: Make PercentageOr<T> equality comparison work for calc() valuesAndreas Kling
2023-05-13LibWeb: Fix typo in containing_block_size_for_item in GFCAliaksandr Kalenik
2023-05-13LibWeb: Align calculate_min/max_content_contribution with the specAliaksandr Kalenik
2023-05-12SystemServer: Migrate from DeprecatedFile to FileBen Wiederhake
2023-05-12LibKeyboard: Read keymap through File, not DeprecatedFileBen Wiederhake
2023-05-12AudioServer: Migrate from DeprecatedFile to FileBen Wiederhake
2023-05-12ClipboardHistory: Use titlecasing in the applet's window titleTimothy Flynn
2023-05-12LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOrBen Wiederhake
2023-05-12LibWeb: Implement fetching classic scripts using Fetch infrastructureTimothy Flynn
2023-05-12LibWeb: Implement the fetch a classic script AOTimothy Flynn
2023-05-12LibTextCodec: Change UTF-8's decoder to replace invalid code pointsTimothy Flynn
2023-05-12LibWeb: Add an alias for FetchAlgorithm's consume-body callback argumentTimothy Flynn
2023-05-12LibWeb: Change the script fetch completion callback to accept any scriptTimothy Flynn
2023-05-12LibWeb: Implement the fetch response's unsafe response AOTimothy Flynn
2023-05-12LibWeb: Implement the fetch response is CORS-cross-origin AOTimothy Flynn
2023-05-12LibWeb: Implement the legacy extracting an encoding AOTimothy Flynn
2023-05-12LibWeb: Implement the CORS settings attribute credentials mode AOTimothy Flynn
2023-05-12LibGfx: VERIFY() error is finite when splitting bezier curvesMacDue
2023-05-12LibWeb: Use .to_px_or_zero() in tentative_height_for_replaced_element()MacDue
2023-05-11HexEditor: Add list of recently opened filesCaoimhe
2023-05-11LibWeb: Resolve grid items preferred width in GFCAliaksandr Kalenik
2023-05-11LibWeb: Parse calc() function in grid sizesAliaksandr Kalenik
2023-05-11LibWeb: Use LengthPercentage in CSS::GridSizeAliaksandr Kalenik
2023-05-11errno: Remove usage of DeprecatedStringSam Atkins
2023-05-11errno: Look up errors by name as well as numberSam Atkins