index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
AK: Add user defined literals for Time for ns, us, ms, and sec
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
AK: Make `Statistics::median` return a mean for an even number of values
Staubfinger
2023-01-07
Kernel/Net: Introduce a new mechanism to initialize a PCI device
Liav A
2023-01-07
Kernel/Net: Allocate regions before invoking the RTL8139 constructor
Liav A
2023-01-07
Kernel/Net: Allocate regions before invoking Intel driver constructors
Liav A
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
Meta: Mark myself as a CODEOWNER of a bunch of paths
Ali Mohammad Pur
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
2023-01-07
Spreadsheet: Remove cursor keys from is_navigation
Cody Hein
2023-01-07
Kernel: Mark Process::jail() method as const
Liav A
2023-01-06
LibCrypto: Use default Crypto::Hash::Digest comparison operators
Nico Weber
2023-01-06
Base: Make the serenity-application HackStudio template build again
Karol Kosek
2023-01-06
Ports: Set `$LD` for Clang, GCC and host in `.hosted_defs.sh`
EWouters
2023-01-06
AK: Use base URL when the specified URL is empty
Thiago Henrique Hupner
2023-01-06
sed: Perform case insensitive substitutions with "/i"
Eli Youngs
2023-01-06
sed: Write substitution output to a file with "/w"
Eli Youngs
2023-01-06
Userland: Add a sed utility
Eli Youngs
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
[next]