summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-01-07LibWeb: Improve hypothetical flex item "auto" cross sizesAndreas Kling
2023-01-07LibWeb: Run more of flex layout algorithm for intrinsic sizingAndreas Kling
2023-01-07Everywhere: Remove "LibC/" includes, add lint-rule against itBen Wiederhake
2023-01-07LibWeb: Consider span in table column width calculationAliaksandr Kalenik
2023-01-07Userland: Silence warnings from ElapsedTimer::elapsed() type changeAndrew Kaster
2023-01-07Utilities: Store per-benchmark timeout in AK::Time rather than integerAndrew Kaster
2023-01-07LibJS: Only start ElapsedTimer for GC metrics when printing is enabledAndrew Kaster
2023-01-073DFileViewer: Use AK::Time to accumulate frame and cycle countsAndrew Kaster
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
2023-01-07LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimerAndrew Kaster
2023-01-07LibJS: Use Core::ElapsedTimer in Bytecode::Pass instead of gettimeofdayAndrew Kaster
2023-01-07LibGfx: Expand spec comment for parse_device_attributes() in ICCProfileNico Weber
2023-01-07LibGfx+icc: Print fields that are fourccs registered with the ICCNico Weber
2023-01-07icc: Extract out_optional() functionNico Weber
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07LibGUI: Delete old now-unused `Widget::load_from_gml()`Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-07LibGUI: Create an alias for Widget UnregisteredChildHandlerSam Atkins
2023-01-07LibWeb: Remove redundant BFC::is_block_formatting_context() methodSam Atkins
2023-01-07PixelPaint: Port to `Core::Stream` :^)Karol Kosek
2023-01-07LibCore: Add forward declaration for `Core::Stream::File`Karol Kosek
2023-01-07LibFileSystemAccessClient: Add functions returning FSAC::FileKarol Kosek
2023-01-07LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use itKarol Kosek
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-07Browser: Add Accessibility Tab to Inspector WidgetJonah
2023-01-07LibWebView+WebContent: Expose the Accessibility Tree to Other ProcessesJonah
2023-01-07LibWeb: Add Functionality to Dump to Accessibility TreeJonah
2023-01-07LibWeb: Add Function To Build Accessiblity TreeJonah
2023-01-07LibWeb: Add (exclude/include)_from_accessibility_treeJonah
2023-01-07LibWeb: Add has_global_aria_attributeJonah
2023-01-07LibWeb: Add Support for the ARIA Element PropertiesJonah
2023-01-07Spreadsheet: Port ExportDialog to Core::StreamKarol Kosek
2023-01-07Spreadsheet: Port XSV writer to Core::StreamKarol Kosek
2023-01-07Spreadsheet: Make file export functions return ErrorOr<>Karol Kosek
2023-01-07Spreadsheet: Generate file previews in memory and save directly to fileKarol Kosek
2023-01-07Spreadsheet: Use has_flag helper functions for XSV WriterBehaviorsKarol Kosek
2023-01-07Spreadsheet: Remove cursor keys from is_navigationCody Hein
2023-01-06LibCrypto: Use default Crypto::Hash::Digest comparison operatorsNico Weber
2023-01-06sed: Perform case insensitive substitutions with "/i"Eli Youngs
2023-01-06sed: Write substitution output to a file with "/w"Eli Youngs
2023-01-06Userland: Add a sed utilityEli Youngs
2023-01-06LibRegex: Prevent patterns from matching the empty string twiceEli Youngs
2023-01-06LibRegex: Allow the SingleMatch flag to be used as a PosixFlagEli Youngs
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-06LibGfx+icc: Print device attribute flagsNico Weber
2023-01-06LibGfx: Fix incorrect bitmask in Gfx::ICC::FlagsNico Weber
2023-01-06LibWeb: Fix abspos flex container with height:auto getting zero heightAndreas Kling
2023-01-06LibWeb: Verify optional argument has a value before static_cast-ing itKenneth Myhra
2023-01-06LibGfx+icc: Verify ICCProfile ID at parse time instead of in iccNico Weber
2023-01-06LibGfx: Rename variable in parse_profile_id() to match spec betterNico Weber