summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-03profile: Prevent crash when -p is supplied a non-integer valuePrestonLTaylor
2023-05-03profile: Add -a to warning message when -e, -d, -w xor -f is not setPrestonLTaylor
2023-05-03LibWeb: Implement "create navigation params from a srcdoc resource"Aliaksandr Kalenik
2023-05-03LibWeb: Implement "create navigation params by fetching"Aliaksandr Kalenik
2023-05-03LibWeb: Implement "attempt to populate the history entry's document"Aliaksandr Kalenik
2023-05-03LibWeb: Move document loading into separate fileAliaksandr Kalenik
2023-05-03LibWeb: Reuse ReferrerType from Fetch in HTML::DocumentStateAliaksandr Kalenik
2023-05-03LibWeb: Add fetch_controller property in HTML::NavigationParamsAliaksandr Kalenik
2023-05-03LibWeb: Add navigable property in NavigationParamsAliaksandr Kalenik
2023-05-03LibWeb: Change id to be optional in HTML::NavigationParamsAliaksandr Kalenik
2023-05-03LibWeb: Fix typo in HTML::DocumentStateAliaksandr Kalenik
2023-05-03LibWeb: Add resource property in DocumentStateAliaksandr Kalenik
2023-05-03LibWeb: Add request_body property in HTML::POSTResourceAliaksandr Kalenik
2023-05-03LibWeb: Introduce SourceSnapshotParamsAliaksandr Kalenik
2023-05-03HexEditor: Remember all of the layout options in the configurationCaoimhe
2023-05-03Chess: Spawn new engine process immediately after engine is selectedTim Ledbetter
2023-05-03Chess: Allow stockfish to be used if availableTim Ledbetter
2023-05-03LibChess+ChessEngine: Don't crash on error when reading UCI commandsTim Ledbetter
2023-05-03LibChess: Add optional ponder move to the BestMove commandTim Ledbetter
2023-05-03LibChess: Flesh out InfoCommand implementationTim Ledbetter
2023-05-03LibChess: Use the correct command type for InfoCommandTim Ledbetter
2023-05-02LibWeb: Only change inside value during blockificationEmil Militzer
2023-05-02LibWeb: Support multi-keyword syntax for CSS display propertyEmil Militzer
2023-05-02LibWeb: Expose list_item value in CSS displayEmil Militzer
2023-05-02LibWeb: Set max-values for display CSS propertyEmil Militzer
2023-05-02LibWeb: Add missing inline-grid for display CSS propertyEmil Militzer
2023-05-02LibWeb: Fix intrinsic sizing when min or max width is specifiedAliaksandr Kalenik
2023-05-02ICC: Implement TRC inversion in from_pcs for parametric curvesNico Weber
2023-05-02ICC: Implement some of Profile::from_pcs()Nico Weber
2023-05-02ICC: Use snake_case instead of matching spec's camelCase in to_pcs()Nico Weber
2023-05-02LibGfx: Fix -Wdouble-promotion for float matricesNico Weber
2023-05-02ICC: Make a "not yet implemented" string more preciseNico Weber
2023-05-02ICC: Rename tag_for_rendering_intent()Nico Weber
2023-05-02AK: Accomodate always-32-bit data member pointers in IntrusiveListAli Mohammad Pur
2023-05-02LibJS: Fix mix-up between assignment and comparisonDaniel Bertalan
2023-05-02Everywhere: Make Lagom build with GCC 13Daniel Bertalan
2023-05-02LibVideo/VP9: Revert framebuffer size reduction to allow OOB blocksZaggy1024
2023-05-02LibWeb: Set zero underflow when calculating intrinsic width of blockAliaksandr Kalenik
2023-05-02LibWeb: Account for box-sizing:border-box in layout-less definite sizesAndreas Kling
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