summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-27Ports/bc: Update bc to version 6.5.0Cameron Youell
2023-03-27Ports/bash: Update bash to version 5.2.15Cameron Youell
2023-03-27Ports/binutils: Update binutils to version 2.40Cameron Youell
2023-03-27Ports/freetype: Update freetype to version 2.13.0Cameron Youell
2023-03-27Ports/grep: Update grep to version 3.10Cameron Youell
2023-03-27Ports/git: Update git to version 2.40.0Cameron Youell
2023-03-27LibWeb: Stop returning the left padding for resolved padding-bottomSam Atkins
2023-03-27LibTLS: Check if certificate is self signed before importing it as CAFabian Dellwing
2023-03-27LibTLS: Add self signage information to our parsed certificatesFabian Dellwing
2023-03-27Browser: Remove unused variables in `BookmarksBarWidget`Kemal Zebari
2023-03-26Browser: Show current zoom level in view menuMacDue
2023-03-26LibGUI: Allow updating the names of menus and submenusMacDue
2023-03-26WindowServer: Allow updating the name of a menuMacDue
2023-03-26WindowServer: Rename menu_title to name in IPC APIMacDue
2023-03-26Ladybird: Show current zoom level in view menuMacDue
2023-03-26LibWebView: Expose getter for current zoom levelMacDue
2023-03-26LibWeb: Check for empty name in is_in_same_radio_button_group()MacDue
2023-03-26LibWeb: Don't force relayout whole page on programmatic scrollAndreas Kling
2023-03-26Ladybird: Open target _blank links in new tabCoderdreams
2023-03-26LibWeb/WebDriver: Wait for more data to arrive if request is incompleteAliaksandr Kalenik
2023-03-26LibHTTP: Return error if request is incompleteAliaksandr Kalenik
2023-03-26LibHTTP+WebDriver+WebServer: Return error from HTTP request parserAliaksandr Kalenik
2023-03-26LibWeb: Run XML parser input through encoding decoderAliaksandr Kalenik
2023-03-26LibTimeZone: Update to TZDB version 2023bTimothy Flynn
2023-03-26LibWeb: Declare overflow_value_makes_box_a_scroll_container as staticTimothy Flynn
2023-03-26LibWeb: Fix non return in overflow value checkCameron Youell
2023-03-26Tests/LibWeb: Test flex column item with auto height and max-widthAndreas Kling
2023-03-26Tests/LibWeb: Add test for flex item auto height with `flex-wrap: wrap`Andreas Kling
2023-03-26LibWeb: Don't compute main axis "auto min-size" for flex item cross axisAndreas Kling
2023-03-26LibWeb: Use zero automatic minimum size for scroll-container flex itemsAndreas Kling
2023-03-26LibWeb: Add Layout::Box::is_scroll_container()Andreas Kling
2023-03-26LibWeb: Remove unnecessary repeat of partial flex layout algorithmAndreas Kling
2023-03-26Base: Use radio button groups on accent-color demo pageMacDue
2023-03-26Base: Add two more radio buttons to HTML input test pageMacDue
2023-03-26LibWeb: Check all conditions of radio button groupsMacDue
2023-03-26PixelPaint: Correctly set default layer nameJelle Raaijmakers
2023-03-26LibWeb: Fix mistype in `LayoutState`Cameron Youell
2023-03-26PixelPaint: Remove unused function definition from ImageTim Ledbetter
2023-03-26PixelPaint: Use new String to format error messagesTim Ledbetter
2023-03-26PixelPaint: Include possible errno description in error messagesTim Ledbetter
2023-03-26PixelPaint: Add a Duplicate Layer actionTim Ledbetter
2023-03-26PixelPaint: Make wand tool work when layer and image rects differTim Ledbetter
2023-03-25LibPDF: Load replacements for TrueTypeFonts without an embedded fontJulian Offenhäuser
2023-03-25LibPDF: Actually return an error when failing to load replacement fontsJulian Offenhäuser
2023-03-25LibPDF: Ask OpenType font programs for glyph widths if neededJulian Offenhäuser
2023-03-25LibPDF: Remove the subroutine length limit for PS1 font programsJulian Offenhäuser
2023-03-25LibPDF: Scale vector paths with the viewJulian Offenhäuser
2023-03-25LibPDF: Accept floats as line dash pattern phasesJulian Offenhäuser
2023-03-25LibPDF: Allow the page rotation to be inheritedJulian Offenhäuser
2023-03-25LibPDF: Allow pages with no specified contentsJulian Offenhäuser