summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-28LibCore: Add %l conversion specification to DateTimethankyouverycool
2022-11-28Ports/SDL2: Update window focus event listenerscflip
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-27AK: Fully qualify some usages of AK features outside of the AK namespaceTim Schumacher
2022-11-27AK: Export Details and Concepts into the AK namespaceTim Schumacher
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-27Base: Set transparent rubber band for all themesAndreas Oppebøen
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
2022-11-27LibJS: Remove already resolved FIXMEdavidot
2022-11-27WebDriver: Implement stub for /session/{id}/printBaitinq
2022-11-26LibJS: Switch to bytecode interpreter to run generator functions for ASTLuke Wilde
2022-11-26Browser: Remove previous history entry in History::replace_current()Baitinq
2022-11-26Utilities+Base: Add unveil utilityLiav A
2022-11-26LibCore: Add add_option aggregating the same option multiple timesLiav A
2022-11-26Kernel+LibCore+LibC: Implement support for forcing unveil on execLiav A
2022-11-26Userland: Add the BuggieBox programLiav A
2022-11-26Assistant: Add a context menu for search resultsthankyouverycool
2022-11-26Assistant: Automatically compute Assistant's window dimensionsthankyouverycool
2022-11-26Assistant: Convert ResultRows to Coolbar Buttonsthankyouverycool
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-11-26Base: Add icon for Office application categorythankyouverycool
2022-11-26LibJS: Perform received abrupt generator completions in the generatorLuke Wilde
2022-11-26LibJS/Bytecode: Store unwind contexts inside RegisterWindowLuke Wilde
2022-11-26LibJS/Bytecode: Make `yield` by itself yield undefinedLuke Wilde
2022-11-26LibX86: Use '+' format parameter to include signs for displacementsSimon Wanner
2022-11-26LibX86: Add basic x86-64 supportSimon Wanner
2022-11-26LibX86: Split up the ModRM and SIB bytes into multiple membersSimon Wanner