index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-08
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
Timothy Flynn
2023-01-08
LibJS: Move the "other" optional completion in the move constructor
Timothy Flynn
2023-01-08
LibJS: Let Utf16String be forward-declared in Value.h
Timothy Flynn
2023-01-08
AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage
Timothy Flynn
2023-01-08
LibGfx+icc: Print primary platform
Nico Weber
2023-01-08
LibGfx: Put parse_device_attributes() in spec order
Nico Weber
2023-01-08
LibArchive: Use read_entire_buffer for reading extended headers
implicitfield
2023-01-08
LibArchive+Utilities: Stop using DeprecatedString
implicitfield
2023-01-07
LibGUI: Add `TextEditor::write_to_file(Core::Stream::File&)`
Lucas CHOLLET
2023-01-07
LibWeb: Take used width into account in flex item intrinsic cross sizing
Andreas Kling
2023-01-07
LibWeb: Store flex item used sizes as Optional<CSSPixels>
Andreas Kling
2023-01-07
LibWeb: Improve hypothetical flex item "auto" cross sizes
Andreas Kling
2023-01-07
LibWeb: Run more of flex layout algorithm for intrinsic sizing
Andreas Kling
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2023-01-07
LibWeb: Consider span in table column width calculation
Aliaksandr Kalenik
2023-01-07
Userland: Silence warnings from ElapsedTimer::elapsed() type change
Andrew Kaster
2023-01-07
LibJS: Only start ElapsedTimer for GC metrics when printing is enabled
Andrew Kaster
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2023-01-07
LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer
Andrew Kaster
2023-01-07
LibJS: Use Core::ElapsedTimer in Bytecode::Pass instead of gettimeofday
Andrew Kaster
2023-01-07
LibGfx: Expand spec comment for parse_device_attributes() in ICCProfile
Nico Weber
2023-01-07
LibGfx+icc: Print fields that are fourccs registered with the ICC
Nico Weber
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
LibGUI: Delete old now-unused `Widget::load_from_gml()`
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-07
LibGUI: Create an alias for Widget UnregisteredChildHandler
Sam Atkins
2023-01-07
LibWeb: Remove redundant BFC::is_block_formatting_context() method
Sam Atkins
2023-01-07
LibCore: Add forward declaration for `Core::Stream::File`
Karol Kosek
2023-01-07
LibFileSystemAccessClient: Add functions returning FSAC::File
Karol Kosek
2023-01-07
LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use it
Karol Kosek
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-07
Browser: Add Accessibility Tab to Inspector Widget
Jonah
2023-01-07
LibWebView+WebContent: Expose the Accessibility Tree to Other Processes
Jonah
2023-01-07
LibWeb: Add Functionality to Dump to Accessibility Tree
Jonah
2023-01-07
LibWeb: Add Function To Build Accessiblity Tree
Jonah
2023-01-07
LibWeb: Add (exclude/include)_from_accessibility_tree
Jonah
2023-01-07
LibWeb: Add has_global_aria_attribute
Jonah
2023-01-07
LibWeb: Add Support for the ARIA Element Properties
Jonah
2023-01-06
LibCrypto: Use default Crypto::Hash::Digest comparison operators
Nico Weber
2023-01-06
LibRegex: Prevent patterns from matching the empty string twice
Eli Youngs
2023-01-06
LibRegex: Allow the SingleMatch flag to be used as a PosixFlag
Eli Youngs
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-06
LibGfx+icc: Print device attribute flags
Nico Weber
2023-01-06
LibGfx: Fix incorrect bitmask in Gfx::ICC::Flags
Nico Weber
2023-01-06
LibWeb: Fix abspos flex container with height:auto getting zero height
Andreas Kling
2023-01-06
LibWeb: Verify optional argument has a value before static_cast-ing it
Kenneth Myhra
2023-01-06
LibGfx+icc: Verify ICCProfile ID at parse time instead of in icc
Nico Weber
2023-01-06
LibGfx: Rename variable in parse_profile_id() to match spec better
Nico Weber
2023-01-06
LibGfx: Verify ICC reserved header bytes are zero
Nico Weber
[next]