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-05-02
LibWeb: Remove vestigial resolve_definite_width/height helper functions
Andreas Kling
2023-05-02
SoundPlayer: Fix glitchy visualization on pause/stop
Joel Petersson
2023-05-02
SoundPlayer: Introduce buffer_reset api to VisualizationWidget
Joel Petersson
2023-05-02
LibGUI: Only clear `TreeView::m_view_metadata` when required
Caoimhe
2023-05-01
LibWeb: Make XMLDocumentBuilder create elements with the HTML namespace
Ali Mohammad Pur
2023-05-01
LibWeb: Support getting the grid-template-areas from resolved style
Andreas Kling
2023-05-01
Userland+Base: Treat ".webp" files as images :^)
Andreas Kling
2023-05-01
CertificateSettings: Add missing ellipsis on import/export buttons
Andreas Kling
2023-04-30
nc: Fix overflow in port and local_port argument
Fabian Dellwing
2023-04-30
LibCore: Implement integral ArgsParser positionals through a template
Fabian Dellwing
2023-04-30
LibCore: Add support for short integral type to ArgsParser
Fabian Dellwing
2023-04-30
Ports: Add ssmtp port
Fabian Dellwing
2023-04-30
LibELF: Report file path for unimplemented `DYNAMIC` tags
Jelle Raaijmakers
2023-04-30
LibGUI: Use Variant's built-in equality operator in Window and Widget
Andreas Kling
2023-04-30
HackStudio: Move around execution order and prevent crashing
iyush
2023-04-30
AK: Replace linear exponentiation by binary in MinimalBigInt
Dan Klishch
2023-04-30
AK: Use helpers from BigIntBase.h in MinimalBigInt
Dan Klishch
2023-04-30
AK: Add benchmarks for floating point parsing
Dan Klishch
2023-04-30
AK: Move taint_for_optimizer to StdLibExtras.h
Dan Klishch
2023-04-30
LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods
Matthew Olsson
2023-04-30
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
Matthew Olsson
2023-04-30
LibWeb: Fix incorrect usage of JS::GCPtr
Matthew Olsson
2023-04-30
Lagom: Enforce GC-allocated fields are visited in LibJSGCVerifier
Matthew Olsson
2023-04-30
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
Matthew Olsson
2023-04-30
Lagom: Enforce uniform calls to Base::visit_edges in LibJSGCVerifier
Matthew Olsson
2023-04-30
LibWeb: Add missing JS::GCPtr wrappers in HTMLLinkElement
Matthew Olsson
2023-04-30
Kernel/VirtIO: Use proper error propagation from the get_config method
Liav A
2023-04-30
Kernel/VirtIO: Improve error handling during device initialization
Liav A
2023-04-30
Kernel/VirtIO: Move declarations and definitions to a separate file
Liav A
2023-04-30
LibVideo/VP9: Make inter-prediction fast path accumulators 32-bit
Zaggy1024
2023-04-30
icc: Add a --measure flag that prints color difference in profile
Nico Weber
2023-04-30
ICC: Mark Profile::to_pcs() and to_lab() const
Nico Weber
2023-04-30
TestICCProfile: Don't capture sRGB by value
Nico Weber
2023-04-30
LibGfx: Add DeltaE() function
Nico Weber
2023-04-30
LibGfx: Move CIELAB to its own file
Nico Weber
2023-04-30
LibWeb: Parse `grid-template` property
martinfalisse
2023-04-30
LibWeb: Change name of GridTrackSizeListStyleValue
martinfalisse
2023-04-30
LibWeb: Resolve horizontal auto margins for images with `display: block`
Andreas Kling
2023-04-30
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
thankyouverycool
2023-04-30
LibGUI: Remove Label icons and replace instances with ImageWidget
thankyouverycool
2023-04-30
LibGUI: Don't fix ImageWidget's size when disabling auto_resize()
thankyouverycool
2023-04-30
LibGUI: Propagate construction errors in LinkLabel
thankyouverycool
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-04-30
LibGfx: Return StringView for SystemTheme Roles
thankyouverycool
2023-04-30
AK: Add count() helper to String
thankyouverycool
2023-04-30
ICC: Add Profile::to_lab()
Nico Weber
2023-04-30
LibTest: Add a EXPECT_APPROXIMATE_WITH_ERROR macro with custom error
Nico Weber
2023-04-30
Ladybird: Let WebContent know if the current system theme is dark
Andreas Kling
2023-04-30
PixelPaint: Clip the gradient tool preview to the active layer rect
Tim Ledbetter
2023-04-29
Chess: Don't attempt to update the board when clicking out of bounds
Tim Ledbetter
[next]