summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-02LibWeb: Remove vestigial resolve_definite_width/height helper functionsAndreas Kling
2023-05-02SoundPlayer: Fix glitchy visualization on pause/stopJoel Petersson
2023-05-02SoundPlayer: Introduce buffer_reset api to VisualizationWidgetJoel Petersson
2023-05-02LibGUI: Only clear `TreeView::m_view_metadata` when requiredCaoimhe
2023-05-01LibWeb: Make XMLDocumentBuilder create elements with the HTML namespaceAli Mohammad Pur
2023-05-01LibWeb: Support getting the grid-template-areas from resolved styleAndreas Kling
2023-05-01Userland+Base: Treat ".webp" files as images :^)Andreas Kling
2023-05-01CertificateSettings: Add missing ellipsis on import/export buttonsAndreas Kling
2023-04-30nc: Fix overflow in port and local_port argumentFabian Dellwing
2023-04-30LibCore: Implement integral ArgsParser positionals through a templateFabian Dellwing
2023-04-30LibCore: Add support for short integral type to ArgsParserFabian Dellwing
2023-04-30Ports: Add ssmtp portFabian Dellwing
2023-04-30LibELF: Report file path for unimplemented `DYNAMIC` tagsJelle Raaijmakers
2023-04-30LibGUI: Use Variant's built-in equality operator in Window and WidgetAndreas Kling
2023-04-30HackStudio: Move around execution order and prevent crashingiyush
2023-04-30AK: Replace linear exponentiation by binary in MinimalBigIntDan Klishch
2023-04-30AK: Use helpers from BigIntBase.h in MinimalBigIntDan Klishch
2023-04-30AK: Add benchmarks for floating point parsingDan Klishch
2023-04-30AK: Move taint_for_optimizer to StdLibExtras.hDan Klishch
2023-04-30LibJS+LibWeb: Explicitly mark ignored members in visit_edges methodsMatthew Olsson
2023-04-30LibJS+LibWeb: Add missing visit calls in visit_edges implementationsMatthew Olsson
2023-04-30LibWeb: Fix incorrect usage of JS::GCPtrMatthew Olsson
2023-04-30Lagom: Enforce GC-allocated fields are visited in LibJSGCVerifierMatthew Olsson
2023-04-30LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objectsMatthew Olsson
2023-04-30Lagom: Enforce uniform calls to Base::visit_edges in LibJSGCVerifierMatthew Olsson
2023-04-30LibWeb: Add missing JS::GCPtr wrappers in HTMLLinkElementMatthew Olsson
2023-04-30Kernel/VirtIO: Use proper error propagation from the get_config methodLiav A
2023-04-30Kernel/VirtIO: Improve error handling during device initializationLiav A
2023-04-30Kernel/VirtIO: Move declarations and definitions to a separate fileLiav A
2023-04-30LibVideo/VP9: Make inter-prediction fast path accumulators 32-bitZaggy1024
2023-04-30icc: Add a --measure flag that prints color difference in profileNico Weber
2023-04-30ICC: Mark Profile::to_pcs() and to_lab() constNico Weber
2023-04-30TestICCProfile: Don't capture sRGB by valueNico Weber
2023-04-30LibGfx: Add DeltaE() functionNico Weber
2023-04-30LibGfx: Move CIELAB to its own fileNico Weber
2023-04-30LibWeb: Parse `grid-template` propertymartinfalisse
2023-04-30LibWeb: Change name of GridTrackSizeListStyleValuemartinfalisse
2023-04-30LibWeb: Resolve horizontal auto margins for images with `display: block`Andreas Kling
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-30LibGUI: Remove Label icons and replace instances with ImageWidgetthankyouverycool
2023-04-30LibGUI: Don't fix ImageWidget's size when disabling auto_resize()thankyouverycool
2023-04-30LibGUI: Propagate construction errors in LinkLabelthankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-30LibGfx: Return StringView for SystemTheme Rolesthankyouverycool
2023-04-30AK: Add count() helper to Stringthankyouverycool
2023-04-30ICC: Add Profile::to_lab()Nico Weber
2023-04-30LibTest: Add a EXPECT_APPROXIMATE_WITH_ERROR macro with custom errorNico Weber
2023-04-30Ladybird: Let WebContent know if the current system theme is darkAndreas Kling
2023-04-30PixelPaint: Clip the gradient tool preview to the active layer rectTim Ledbetter
2023-04-29Chess: Don't attempt to update the board when clicking out of boundsTim Ledbetter