summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-01-08AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallibleTimothy Flynn
2023-01-08LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJSTimothy Flynn
2023-01-08LibJS: Move the "other" optional completion in the move constructorTimothy Flynn
2023-01-08LibJS: Let Utf16String be forward-declared in Value.hTimothy Flynn
2023-01-08AK+LibJS+LibRegex: Define an alias for UTF-16 string data storageTimothy Flynn
2023-01-08LibGfx+icc: Print primary platformNico Weber
2023-01-08LibGfx: Put parse_device_attributes() in spec orderNico Weber
2023-01-08LibArchive: Use read_entire_buffer for reading extended headersimplicitfield
2023-01-08LibArchive+Utilities: Stop using DeprecatedStringimplicitfield
2023-01-07LibGUI: Add `TextEditor::write_to_file(Core::Stream::File&)`Lucas CHOLLET
2023-01-07LibWeb: Take used width into account in flex item intrinsic cross sizingAndreas Kling
2023-01-07LibWeb: Store flex item used sizes as Optional<CSSPixels>Andreas Kling
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-07LibJS: Only start ElapsedTimer for GC metrics when printing is enabledAndrew 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-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-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-06LibCrypto: Use default Crypto::Hash::Digest comparison operatorsNico Weber
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
2023-01-06LibGfx: Verify ICC reserved header bytes are zeroNico Weber