summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-08-23LibJS: Fix the prototype of AsyncFunctionDriverWrapper's Promise baseLinus Groh
2022-08-23LibWeb: Fix the prototype of a couple of WebAssembly prototype objectsLinus Groh
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-22ChessEngine: Use reduced Board objects in MCTSTreeLucas CHOLLET
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-22LibCards: Add a CardGame base classSam Atkins
2022-08-22LibGUI: Clear selected index of Breadcrumbbar if segment is removedJannis Weis
2022-08-22LibGUI: Add on_segment_change handler to BreadcrumbbarJannis Weis
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-20LibJS: Make IsHTMLDDA non-constructibledavidot
2022-08-18LibGUI: Make Breadcrumbbar remember the selected segment indexAndreas Kling
2022-08-18TextEditor: Change cursor when reaching the ruler areaThomas Symalla
2022-08-18LibWeb: Support painting `repeating-linear-gradient()`sMacDue
2022-08-18LibWeb: Avoid NaNs from zero-length gradient color stopsMacDue
2022-08-18LibWeb: Parse `repeating-linear-gradient()`MacDue
2022-08-18LibGfx: Skip useless iterations during PNG::FilterType::Sub unfilteringRyan Liptak
2022-08-18LibGfx: Unfilter PNG data before unpacking it to RGBARyan Liptak
2022-08-17LibCore: Make EventLoop's connection to InspectorServer work againkleines Filmröllchen
2022-08-17LibJS: Resolve the correct this value for calls in with statementsdavidot
2022-08-17LibJS: Implement tagged literals evaluation like the specdavidot
2022-08-17LibJS: Allow invalid string in tagged template literalsdavidot
2022-08-17LibJS: Make StringToNumber case sensitive when falling back to strtoddavidot
2022-08-17LibJS: Don't assume a this argument for function.prototype.binddavidot
2022-08-17LibJS: Add the HostEnsureCanAddPrivateElement hookdavidot
2022-08-16LibGUI: Don't let widgets hide tooltips they didn't showDavid Smith
2022-08-16LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffectsthankyouverycool
2022-08-16LibGUI: Put DragOperation dbgln() behind DRAG_DEBUGthankyouverycool
2022-08-16LibCore: Add MIME sniffing for MP3 and WAVkleines Filmröllchen
2022-08-16LibCore: The MIME type is 'audio/flac', not 'extra/flac'kleines Filmröllchen
2022-08-16LibWeb: Render flex line items RTL (reversed items) for FlexEndwatkinsr
2022-08-16LibGUI: Retain the active input tracking widget's cursorAndreas Kling
2022-08-15LibCore: Add Directory::chown() API and use it in Core::AccountAndreas Kling
2022-08-15LoginServer+LibCore: Only create user temp directory from LoginServerAndreas Kling