summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-11-20MouseSettings: Adjust layout so mouse-button image is no longer clippedSam Atkins
2021-11-20MouseSettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-20MailSettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-20LibGUI: Add SettingsWindow classSam Atkins
2021-11-20FontEditor: Set all pixels when pasting a glyphBen Wiederhake
2021-11-20FontEditor: Add ability to copy the selected code pointBen Wiederhake
2021-11-20FontEditor: Support flipping and rotatingBen Wiederhake
2021-11-20FontEditor: Tighten type of UndoGlyph::undo_state (cannot fail)Ben Wiederhake
2021-11-20FontEditor: Don't show focus box after clicking 'present' checkboxBen Wiederhake
2021-11-20FontEditor: More reasonable labels, move property to GMLBen Wiederhake
2021-11-20FontEditor: Convert UI from fixed to implicit heightBen Wiederhake
2021-11-20LibWeb: Use the sandboxed image ImageDecoder when loading faviconsAndreas Kling
2021-11-20LibWeb: Use the sandboxed ImageDecoder when creating image documentsAndreas Kling
2021-11-20LibWeb: Move ImageDecoder client connection singleton to its own fileAndreas Kling
2021-11-20FontEditor: Show code point name in status barBen Wiederhake
2021-11-20Meta+LibUnicode: Provide code point names through libraryBen Wiederhake
2021-11-20PixelPaint: Allow toggling the active layer boundary display rectAndreas Kling
2021-11-19LibWeb: Add spec comments to CSS TokenizerSam Atkins
2021-11-19LibWeb: Convert CSS Token::m_value from StringBuilder to FlyStringSam Atkins
2021-11-19LibWeb: Convert CSS Token::m_unit from StringBuilder to FlyStringSam Atkins
2021-11-19LibWeb: Break friendship between CSS Token and Parser :^(Sam Atkins
2021-11-19LibWeb: Verify that the Tokenizer doesn't produce Dimensions from %Sam Atkins
2021-11-19LibWeb: Use number value from CSS TokensSam Atkins
2021-11-19LibWeb: Return numeric values from Token value gettersSam Atkins
2021-11-19LibWeb: Convert numeric tokens to numbers in CSS TokenizerSam Atkins
2021-11-19LibJS: Treat relativeTo parameters as PlainDate or ZonedDateTimeLinus Groh
2021-11-19LibJS: Update spec comments in format_time_zone_offset_string()Linus Groh
2021-11-19LibJS: Allow string as parameter in Temporal's round() / total()Linus Groh
2021-11-19LibWeb+LibHTTP: Support multiple Set-Cookie response headersTheFightingCatfish
2021-11-19Hexdump: Add verbose optionPankaj Raghav
2021-11-19Hexdump: Allow identical lines to coalescePankaj Raghav
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-18LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)Andreas Kling
2021-11-18LibWeb: Delete CSSLoaderSam Atkins
2021-11-18LibWeb: Make HTMLLinkElement responsible for its own loadingSam Atkins
2021-11-18LibWeb: Remove `for_first_not_loaded_import_rule()` :^)Sam Atkins
2021-11-18LibWeb: Remove redundant `@import`-handling code from CSSLoaderSam Atkins
2021-11-18LibWeb: Make `@import` rules functional again :^)Sam Atkins
2021-11-18LibRegex: Avoid rewriting `a+` as `a*` as part of atomic rewritingAli Mohammad Pur
2021-11-18LibConfig: Add list methods for groups and keysfaxe1008
2021-11-18ConfigServer: Add methods to list groups and keysfaxe1008
2021-11-17LibJS: Fix incorrect use of "modulo" in get_iso_parts_from_epoch()Linus Groh
2021-11-17LibJS: Disallow Temporal.Duration input values to be non-integersLinus Groh
2021-11-17LibWeb: Implement `background-repeat: round` :^)Sam Atkins
2021-11-17LibWeb: Implement `background-repeat: space`Sam Atkins
2021-11-17LibWeb: Implement background-size :^)Sam Atkins
2021-11-17LibWeb: Implement background-position and background-origin :^)Sam Atkins
2021-11-17LibWeb: Stop consuming too many tokens when parsing background-positionSam Atkins
2021-11-17LibWeb: Manually tile background imagesSam Atkins
2021-11-17LibWeb: Implement background-clip :^)Sam Atkins