summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-05-17LibWeb: Remove borders from TemporaryTrack in GFCAliaksandr Kalenik
2023-05-17LibCompress: Add a lot of debug logging to LZMATim Schumacher
2023-05-17LibCompress: Add an LZMA encoderTim Schumacher
2023-05-17LibCompress: Use the variable for LZMA "normalized to real distance"Tim Schumacher
2023-05-17LibCompress: Decode the LZMA match type in a separate functionTim Schumacher
2023-05-17LibCompress: Make LzmaHeader a POD-like typeTim Schumacher
2023-05-17LibCompress: Extract the LZMA state to a separate classTim Schumacher
2023-05-17LibWeb: Use auto minimimum size while resolving flexible tracks in GFCAliaksandr Kalenik
2023-05-17LibWeb: Skip non-spanning items sizing if there are no such itemsAliaksandr Kalenik
2023-05-17LibWeb: Rename flexible_length to flex_factor in GridSizeAliaksandr Kalenik
2023-05-17LibWeb: Implement more of "Expand Flexible Tracks" in GFCAliaksandr Kalenik
2023-05-17LibWeb: Support flex-basis: calc(...)Andreas Kling
2023-05-17LibWeb: Fix off-by-one in CSS calc() "negate" operationAndreas Kling
2023-05-16LibWebView: Remove the DumpLayoutTree programTimothy Flynn
2023-05-16LibWeb: Make text justification work between floatsAndreas Kling
2023-05-16LibWeb: Rewrite calculation of available space between floatsAndreas Kling
2023-05-16LibGfx: Make FontDatabase lookups case insensitiveAndreas Kling
2023-05-16LibWeb: Fix for absolutely positioned elements with specified heightAndi Gallo
2023-05-16LibGUI: Actually set the first allowed file extension list in FilePickerKarol Kosek
2023-05-16LibWeb+WebContent: Add APIs to control video playback stateTimothy Flynn
2023-05-16Browser+LibWeb+WebContent: Broadcast video element context menu requestsTimothy Flynn
2023-05-16LibWeb: Propagate non-primary mouse button clicks on video elementsTimothy Flynn
2023-05-16LibCore: Support the WebM file extension when determining MIME typeTimothy Flynn
2023-05-16LibVT: Correctly wrap text when the scrollbar is hiddennetworkException
2023-05-16LibJS/Bytecode: Implement initial support for super member expressionsLuke Wilde
2023-05-16LibWeb: Implement location.assignLuke Wilde
2023-05-16LibWeb: Skip frozen tracks while distributing space in GFCAliaksandr Kalenik
2023-05-16LibWeb: Reset item_incurred_increase before distributing space in GFCAliaksandr Kalenik
2023-05-15LibWeb: Basic support for CSS `text-indent: <length-percentage>`Andreas Kling
2023-05-15LibWeb: Make `processBodyError` take an optional exceptionSam Atkins
2023-05-15LibWeb: Do not layout grid items during grid container intrinsic sizingAliaksandr Kalenik
2023-05-15LibWeb: Fix specified_size_suggestion to use size of dimensionAliaksandr Kalenik
2023-05-15LibWeb: Fix UBSAN issue caused by invalid TemporaryTrack pointer in GFCAliaksandr Kalenik
2023-05-15LibGUI: Fix bad title alignment in GroupBoxAndreas Kling
2023-05-15LibWeb: Cache state of the contenteditable attribute on HTMLElementAndreas Kling
2023-05-15LibWeb: Fix iframes flickering on window resizeAndreas Kling
2023-05-15LibGUI: Put a governor on Action activationthankyouverycool
2023-05-15LibGUI+FileSystemAccessServer: Avoid using dummy windowsthankyouverycool
2023-05-15LibGUI: Simplify Dialog::ScreenPosition and allow Dialogs to opt outthankyouverycool
2023-05-15LibGUI: Add Window::constrain_to_desktop() helperthankyouverycool
2023-05-15LibGfx: Reverse coordinate subtraction in Rect::constrained_to()thankyouverycool
2023-05-15Ladybird+LibWebView: Move backing store management code to LibWebViewAndreas Kling
2023-05-15Ladybird+LibWebView: Remember the size of the last paintAndreas Kling
2023-05-15Userland: Silence or resolve new GCC 13 warningsDaniel Bertalan
2023-05-15LibCore: Remove DeprecatedFile::read_linkBen Wiederhake
2023-05-15LibGUI+Userland: Store column names in JsonArrayModel as StringKarol Kosek
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-05-15LibGUI: Increase the min width of the vertical opacity sliderMacDue
2023-05-15LibGUI: Ensure final stop of the opacity slider gradient has 255 alphaMacDue
2023-05-15LibCore: Use StringView in Object::find_{child,descendant}_of_type_namedKarol Kosek