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
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
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
Documentation: Add section about curly braces to CodingStyle.md
Linus Groh
2023-01-06
LibGfx: Verify ICC reserved header bytes are zero
Nico Weber
2023-01-06
LibGfx: Extract all_bytes_are_zero() function in ICCProfile
Nico Weber
2023-01-06
LibGfx: Add quotes and reflow for glanceability
Nico Weber
2023-01-06
LibGfx: Rename ICCHeader::profile_md5 to profile_id to match spec
Nico Weber
2023-01-06
CI: Use default provided GITHUB_TOKEN for PR label workflow
Linus Groh
2023-01-06
Documentation: Update VirtualBox docs memory section
Børlaag
2023-01-06
Documentation: Update VMWare docs memory section
Børlaag
2023-01-06
CI: Unify secrets.BUGGIEBOT and secrets.BUGGIEBOT_TOKEN
Linus Groh
2023-01-06
LibPDF: Load destinations from Catalogue -> Names -> Dests name tree
Rodrigo Tobar
2023-01-06
LibPDF: Implement name tree lookups
Rodrigo Tobar
2023-01-06
LibPDF: Add more utility methods to {Dict,Array}Object
Rodrigo Tobar
2023-01-06
LibPDF: Move casting code to its own cast_to function
Rodrigo Tobar
2023-01-06
LibPDF: Support null destination parameters
Rodrigo Tobar
2023-01-06
LibPDF: Fix Destination formatting
Rodrigo Tobar
2023-01-06
PDFViewer: Inform users of underlying issue when loading document
Rodrigo Tobar
2023-01-06
LibGfx: Prefer largest image with best depth for ICO display
Simon Danner
2023-01-06
Kernel: Add helper function to check if a Process is in jail
Liav A
2023-01-06
PixelPaint: Fix typo in variable name
Tim Ledbetter
2023-01-06
PixelPaint: Allow move tool to scale in all directions
Tim Ledbetter
[next]