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
Age
Commit message (
Expand
)
Author
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-08
ThemeEditor: Port to `Core::Stream`
Lucas CHOLLET
2023-01-07
Chess: Port to `Core::Stream`
Lucas CHOLLET
2023-01-07
WindowServer: Do not add existing menu items (by ptr) to m_menus
Cody Hein
2023-01-07
GMLPlayground: Port to `Core::Stream`
Lucas CHOLLET
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
Utilities: Store per-benchmark timeout in AK::Time rather than integer
Andrew Kaster
2023-01-07
LibJS: Only start ElapsedTimer for GC metrics when printing is enabled
Andrew Kaster
2023-01-07
3DFileViewer: Use AK::Time to accumulate frame and cycle counts
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
icc: Extract out_optional() function
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
PixelPaint: Port to `Core::Stream` :^)
Karol Kosek
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-07
Spreadsheet: Port ExportDialog to Core::Stream
Karol Kosek
2023-01-07
Spreadsheet: Port XSV writer to Core::Stream
Karol Kosek
2023-01-07
Spreadsheet: Make file export functions return ErrorOr<>
Karol Kosek
2023-01-07
Spreadsheet: Generate file previews in memory and save directly to file
Karol Kosek
2023-01-07
Spreadsheet: Use has_flag helper functions for XSV WriterBehaviors
Karol Kosek
[next]