summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21LibFileSystem: Move `TempFile` from `LibCore` to `LibFileSystem`Cameron Youell
2023-03-21LibCore: Remove all unused `DeprecatedFile` functionsCameron Youell
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-21LibFileSystem: Create `LibFileSystem`Cameron Youell
2023-03-21LibCore: Add ErrorOr wrapper for `utimensat`Cameron Youell
2023-03-21LibGfx/OpenType: Do not preemptively return while searching for kerningLukasACH
2023-03-21LibGfx/OpenType: Get size of ValueRecord from PairPos valueFormat fieldLukasACH
2023-03-21LibGfx/OpenType: Move function read_value_record, add argument streamLukasACH
2023-03-21LibJS: Ensure Date tests can pass in any time zone by testing UTC valuesTimothy Flynn
2023-03-21LibCore: Set tm_isdst to a negative value before invoking mktimeTimothy Flynn
2023-03-21LibWeb: Parse CSS identifiers case-insensitivelyimplicitfield
2023-03-21LibWeb: Don't try to parse GPOS lookup types we don't understand yetAndreas Kling
2023-03-21LibGfx/OpenType: Fix typo in 'kern' table parsingAndreas Kling
2023-03-21LibWeb: Pass scope in ParentNode::query_selector_allSimon Wanner
2023-03-21LibWeb: Pass scope in ParentNode::query_selectorSimon Wanner
2023-03-21LibWeb: Pass scope in Element::closestSimon Wanner
2023-03-21LibWeb: Pass scope in Element::matchesSimon Wanner
2023-03-21LibWeb: Support the :scope pseudo classSimon Wanner
2023-03-21WebDriver: Activate the browser tab during the Switch To Window commandTimothy Flynn
2023-03-21WebContent+Everywhere: Add a WebContent IPC to activate a tabTimothy Flynn
2023-03-21WebDriver: Do not activate tabs created by the New Window endpointTimothy Flynn
2023-03-21WebContent+Everywhere: Add an option to not activate new tabs over IPCTimothy Flynn
2023-03-21tar: Add partial support for XZ-compressed archives :^)Tim Schumacher
2023-03-21Utilities: Add an `xzcat` utilityTim Schumacher
2023-03-21LibCompress: Add support for XZTim Schumacher
2023-03-21LibCompress: Add support for LZMA2Tim Schumacher
2023-03-21LibCompress: Allow providing an external dictionary for LZMATim Schumacher
2023-03-21LibCompress: Allow appending input streams to an existing LZMA decoderTim Schumacher
2023-03-21LibCompress: Refactor LZMA model property decoding into a static helperTim Schumacher
2023-03-21AK: Move ConstrainedStream from LibWasm and limit discardingTim Schumacher
2023-03-21Presenter: Add a "Resize to Fit Content" actionCaoimhe
2023-03-21Presenter: Add a "View" menuCaoimhe
2023-03-21Presenter: Change "Full Screen" action to "Toggle Full Screen"Caoimhe
2023-03-21DisplaySettings: Detect if a non-default color scheme is in useimplicitfield
2023-03-21DisplaySettings: Stop using DeprecatedStringimplicitfield
2023-03-21LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView>implicitfield
2023-03-21DisplaySettings: Propagate errors in MonitorWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in MonitorSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in FontSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in EffectsSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in BackgroundSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in DesktopSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in ThemesSettingsWidgetimplicitfield
2023-03-21LibGfx/OpenType: Extend support for GPOS glyph positioningLukasACH
2023-03-21VideoPlayer: Add drag and drop supportJunior Rantila
2023-03-20LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixinSimon Wanner
2023-03-21LibGfx: Use premultiplied alpha when scaling imagesTim Ledbetter
2023-03-20LibWeb: Support more length types in SVG width/height attributesMichiel
2023-03-20LibLine: Unify the is-empty flag in Style::unify_with() as wellAli Mohammad Pur