summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-11-30Flood: Return a Color from Board::cellimplicitfield
2022-11-30LibVideo/VP9: Apply higher optimization levels to Decoder and ParserZaggy1024
2022-11-29LibWeb: Use span value if given in the grid-*-end propertymartinfalisse
2022-11-29LibWeb: Remove outdated FIXME regarding application cache selectionTimothy Flynn
2022-11-29profile: Pass the command to run using positional argumentsSam Atkins
2022-11-29HackStudio: Remove FindWidgetthankyouverycool
2022-11-29TextEditor: Change Find/Replace shortcut to Ctrl+Shift+Fthankyouverycool
2022-11-29LibGUI: Setup IncrementalSearchBanners for TextEditorsthankyouverycool
2022-11-29LibGUI: Add IncrementalSearchBannerthankyouverycool
2022-11-29LibGUI: Add Banner concept to AbstractScrollableWidgetthankyouverycool
2022-11-29LibC: Treat argument "-" the same as arguments that don't start with "-"Brendan Kelly
2022-11-29LibWeb: Return the position at end-of-line in TextCursor hit-testAndreas Oppebøen
2022-11-29shuf: Support the output of a limited number of linesBaitinq
2022-11-29LibCore: Add Core::System::posix_fallocate()Andreas Kling
2022-11-29LibC: Negate kernel errors before returning them in posix_fallocate()Andreas Kling
2022-11-29LibGfx: Handle alpha in color distanceMacDue
2022-11-29LibGfx: Don't bother painting transparent linesMacDue
2022-11-29LibGfx: Don't write blended pixel if the alpha is zeroMacDue
2022-11-29LibELF: Add stack guard hardeningKeegan Saunders
2022-11-29LibC: Use uintptr_t for __stack_chk_guardKeegan Saunders
2022-11-29LibJS: Allow specifying only roundingIncrement in NumberFormat optionsTimothy Flynn
2022-11-28LibWeb: Treat unresolvable percentage width on inline-block as autoAndreas Kling
2022-11-28js: Make console.log() print to stdout againAli Mohammad Pur
2022-11-28LibCore: Add %l conversion specification to DateTimethankyouverycool
2022-11-28LibJS: Enable commented out tests in Math.asindavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.tanhdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.sinhdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.log10davidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.log2davidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.logdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.atanhdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.atanhdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.asinhdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.asindavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.acoshdavidot
2022-11-27TextEditor: Add keyboard shortcut to (un)comment a range of linesKyle Lanmon
2022-11-27TextEditor: Add UndoCommands for commenting and uncommenting linesKyle Lanmon
2022-11-27TextEditor: Add utility to keep a range of text within a lineKyle Lanmon
2022-11-27LibSyntax: Teach each highlighter about it's comment syntaxKyle Lanmon
2022-11-27PixelPaint: Fix lasso tool preview when zoomed inMacDue
2022-11-27PixelPaint: Don't scale preview thickness for polygonal select toolMacDue
2022-11-27PixelPaint: Make antialiasing the default for toolsMacDue
2022-11-27LibGfx: Preseve original alpha when applying tint filterMacDue
2022-11-27LibGfx: Allow float thickness lines and fix fill path glitchesMacDue
2022-11-27LibJS: Remove m_first_invalid_property_range from ObjectExpressiondavidot
2022-11-27LibJS: Remove is_use_strict_directive for all StringLiteralsdavidot
2022-11-27LibVideo: Don't crash when a decoder error is encountered while seekingZaggy1024
2022-11-27LibWeb: Support box-sizing in flex formatting contextAliaksandr Kalenik
2022-11-27LibJS: Use the source offset to sort imports in moduledavidot
2022-11-27LibJS: No longer assume there is a cycle root when module failed beforedavidot