summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-08-23LibWeb: Remove done TODO and fix typoMacDue
2022-08-23LibWeb: Avoid infinite loops in background paintingMacDue
2022-08-23LibGUI: Call on_segment_change handler from on_{click,focus_change}networkException
2022-08-23LibGUI: Don't call on_segment_change handler if the index did not changenetworkException
2022-08-23LibCore: Fix deadlock in SharedSingleProducerCircularQueuekleines Filmröllchen
2022-08-23LibWeb: Resolve double-position `linear-gradient()` color stopsMacDue
2022-08-23LibWeb: Don't regenerate linear gradient data unless size changesMacDue
2022-08-23LibWeb: Add missing checks to LinearGradientStyleValue::equals()MacDue
2022-08-23LibWeb: Parse double-position `linear-gradient()` color stopsMacDue
2022-08-22PixelPaint: Disambiguate layer vs image actions in their namesAndreas Kling
2022-08-22PixelPaint: Add actions for flipping and rotating an individual layerAndreas Kling
2022-08-22PixelPaint: Relayout ImageEditor immediately when image rect changesAndreas Kling
2022-08-22PixelPaint: Create undo items for more editing actionsAndreas Kling
2022-08-22PixelPaint: Restore image size from snapshotsAndreas Kling
2022-08-22ChessEngine: Don't throw away useful branches from last treeLucas CHOLLET
2022-08-22ChessEngine: Use reduced Board objects in MCTSTreeLucas CHOLLET
2022-08-22ChessEngine: Limit MCTSTree expansionLucas CHOLLET
2022-08-22GamesSettings: Add a preview for the current card-game settings :^)Sam Atkins
2022-08-22GamesSettings: Add a setting for the card-back imageSam Atkins
2022-08-22LibCards: Remove card-back-image scalingSam Atkins
2022-08-22LibCards: Make the card back image configurableSam Atkins
2022-08-22LibCards: Centralise card bitmap creationSam Atkins
2022-08-22LibCards+Games: Replace card "value" int with a Rank enumSam Atkins
2022-08-22Spider: Migrate to CardGameSam Atkins
2022-08-22Hearts: Migrate to CardGameSam Atkins
2022-08-22Solitaire: Migrate to CardGameSam Atkins
2022-08-22LibCards: Add a CardGame base classSam Atkins
2022-08-22GamesSettings: Introduce a new GamesSettings application :^)Sam Atkins
2022-08-22PixelPaint: Push layer creation onto the undo stackRoberto Bampi
2022-08-22HexEditor: Fix utf16 validationJannis Weis
2022-08-22LibGUI: Clear selected index of Breadcrumbbar if segment is removedJannis Weis
2022-08-22FileManager: Disable open_child_directory_action if no child existsJannis Weis
2022-08-22FileManager: Respond to all selection changes in the BreadcrumbbarJannis Weis
2022-08-22LibGUI: Add on_segment_change handler to BreadcrumbbarJannis Weis
2022-08-21PixelPaint: Show more specific Undo/Redo action textAndreas Kling
2022-08-21PixelPaint: Add Tool::tool_name() as a single-point-of-truthAndreas Kling
2022-08-21PixelPaint: Make Filter::filter_name() constAndreas Kling
2022-08-21WindowServer: Redraw menu items after client updates them somehowAndreas Kling
2022-08-21PixelPaint: Fix tool preview positions after moving a layerMacDue
2022-08-21PixelPaint: Make outline ellipse the same size as other ellipsesMacDue
2022-08-21SystemMonitor: Don't unveil /boot/Kernel.debug if it does not existLiav A
2022-08-21LibWeb: Make window.performance replaceable and configurableLuke Wilde
2022-08-20LibJS: Use a synthetic constructor if class with parent doesn't have onedavidot
2022-08-20LibJS: Add special cases for Math.cosh and add spec commentsdavidot
2022-08-20LibGfx: Always lookup emojis without emoji presentation specifiersRyan Liptak
2022-08-20Kernel+LibC: Enforce a limit on the number of supplementary group IDsAndreas Kling
2022-08-20strace: Pledge `rpath` for searching binariesTim Schumacher
2022-08-20LibJS: Make IsHTMLDDA non-constructibledavidot
2022-08-18FileManager: Add "open child directory" action (Alt+Down)Andreas Kling
2022-08-18LibGUI: Make Breadcrumbbar remember the selected segment indexAndreas Kling