summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-03-04LibGfx: Add Font::pixel_size_rounded_up()Andreas Kling
2023-03-04LibGUI: Paint the GroupBox title with left alignmentAndreas Kling
2023-03-03LibWeb: Make Window.screen a replaceable attributeLuke Wilde
2023-03-03LibGUI: Compute syntax-highlighted visual text spans using float rectsTimothy Flynn
2023-03-03LibWeb: Add some folding regions to HTML syntax highlighterSam Atkins
2023-03-03LibSyntax: Expose folding regions from ProxyHighlighterClientSam Atkins
2023-03-03LibWeb: Add folding regions to CSS syntax highlighterSam Atkins
2023-03-03LibCpp: Add folding regions to syntax highlightersSam Atkins
2023-03-03LibGUI: Add folding regions to INI syntax highlighterSam Atkins
2023-03-03LibWeb/WebIDL: Store SimpleException message as a String{,View} variantLinus Groh
2023-03-03LibWeb/Fetch: Store Response error message as a String{,View} variantLinus Groh
2023-03-03LibGfx: Draw checkbox check in the center of the checkbox rectAndreas Kling
2023-03-03LibGUI: Make CheckBox height adapt to the current font sizeAndreas Kling
2023-03-03LibGUI: Make RadioButton height adapt to the current font sizeAndreas Kling
2023-03-03LibGUI: Round up font sizes in various widget size calculationsAndreas Kling
2023-03-03LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialogAndreas Kling
2023-03-03LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()Linus Groh
2023-03-03LibWeb/MimeSniff: Port MimeType to new StringLinus Groh
2023-03-03LibWeb/MimeSniff: Rename MimeType::from_string() to MimeType::parse()Linus Groh
2023-03-03LibWeb/XHR: Fix blob type in XMLHttpRequest::response()Linus Groh
2023-03-03LibWeb/Fetch: Port infrastructure to new StringLinus Groh
2023-03-03LibWeb/Fetch: Port JS interfaces to new StringLinus Groh
2023-03-03LibWeb: Update generated code in Bindings/FetchMethod.cppLinus Groh
2023-03-03LibIDL: Use OrderedHash{Table,Map} to store Enumeration valuesLinus Groh
2023-03-02LibGfx: Handle multi-code point emoji widths when drawing text runsTimothy Flynn
2023-03-02LibGfx: Handle multi-code point emoji when computing scaled glyph widthTimothy Flynn
2023-03-02LibPDF: Detect CFF encodings with supplementsRodrigo Tobar
2023-03-02LibPDF: Increase argument stack for Type1FontProgramsRodrigo Tobar
2023-03-02LibPDF: Improve Type2 hint countingRodrigo Tobar
2023-03-02LibPDF: Don't crash when a font hasn't been loaded yetRodrigo Tobar
2023-03-02LibPDF: Prevent crashes when loading XObject streamsRodrigo Tobar
2023-03-02LibPDF: Improve error support for Filter classRodrigo Tobar
2023-03-02LibGfx+LibWeb: Propagate OOM when appending CanvasGradient color stopsMacDue
2023-03-02LibGfx+LibWeb: Propagate OOM when creating PaintStylesMacDue
2023-03-01Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h fileLiav A
2023-03-01Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h fileLiav A
2023-03-01LibWeb: Port URL and URLSearchParams to new StringKenneth Myhra
2023-03-01LibWeb: Store all members of WebIDL::ExceptionOr<T> in a single VariantTimothy Flynn
2023-03-01LibJS: Use a Variant instead of two Optionals for ThrowCompletionOrLinus Groh
2023-03-01LibJS: Make string_to_number() return double instead of Optional<Value>Linus Groh
2023-03-01LibGfx+LibUnicode: Support specifying the path to search for emojiTimothy Flynn
2023-03-01LibWeb: Delete entire grapheme clusters on backspace/delete key pressesTimothy Flynn
2023-03-01LibWeb: Skip over grapheme clusters on left/right arrow key pressesTimothy Flynn
2023-03-01LibWeb: Convert Web::DOM::Position::to_deprecated_string to StringTimothy Flynn
2023-03-01LibGUI: Give SeparatorWidget a minimum sizeSam Atkins
2023-03-01LibJS: Make int_part a double in StringPrototype::to_stringLuke Wilde
2023-03-01LibWeb: Bail FrameLoader's load callbacks if associated BC is discardedLuke Wilde
2023-03-01LibCore+Userland: Remove ArgsParser::add*(Vector<char const*>&)Ali Mohammad Pur
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur