summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-13LibJS+LibUnicode: Generate all styles of currency localizationsTimothy Flynn
2021-11-13LibUnicode: Parse numbers in number formats a bit more lenientlyTimothy Flynn
2021-11-13Base: Add some geometric shapes to Katica10RegularMaciej
2021-11-133DFileViewer: Clean some code for increased readability on MeshPedro Pereira
2021-11-133DFileViewer: Calculate face-normal from vertex-normals of the trianglePedro Pereira
2021-11-133DFileViewer: Add 'normals' to Mesh constructorPedro Pereira
2021-11-133DFileViewer: Add vertex normal parsing to WavefrontOBJLoaderPedro Pereira
2021-11-13WindowServer: Clear active input tracking window on menu popupAndreas Kling
2021-11-13WindowServer: Replace "Pin/Unpin Window" => "Always on Top"Andreas Kling
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas Kling
2021-11-13Tests/LibRegex: Add tests for line end anchors in PosixBasicTim Schumacher
2021-11-13LibRegex: Correctly translate BRE pattern end anchorsTim Schumacher
2021-11-13Meta: Resolve cyclic dependency between LibPthread and libc++Daniel Bertalan
2021-11-13SystemMonitor: Ask user before trying to kill/stop processMaciej
2021-11-13SystemMonitor: Add Delete as alternate shortcut for killing a processMaciej
2021-11-13SoundPlayer: Add keyboard shortcuts for stop and volumeElyse
2021-11-13SoundPlayer: Make 'volume_slider' a member variableElyse
2021-11-13SoundPlayer: Allow volume output of up to 150%Elyse
2021-11-13SystemMonitor: Shrink oversized GroupBox marginsAndreas Kling
2021-11-13Utilities/grep: Implement using multiple patternsTim Schumacher
2021-11-13Utilities/tar: Ignore directory entry if it already existsTim Schumacher
2021-11-13Kernel/Storage: Don't use interrupts when identifying AHCI devicesLiav A
2021-11-13Kernel/Storage: Move all ATA related code to a new subdirectoryLiav A
2021-11-13Kernel+LibC: Pass off_t to pread() via a pointerDaniel Bertalan
2021-11-13LibJS: Implement Temporal.ZonedDateTime.prototype.with()Linus Groh
2021-11-13LibJS: Rename MatchBehavior members back to their old namesLinus Groh
2021-11-13LibWeb: Allow setting the width & height properties on <canvas> elementsAndreas Kling
2021-11-13LibGfx: Remove all load_FORMAT_from_memory() decoder wrappersAndreas Kling
2021-11-13SpiceAgent: Use image decoder plugins instead of deprecated wrappersAndreas Kling
2021-11-13LibGUI: Use PNGImageDecoderPlugin for ELF icon extractionAndreas Kling
2021-11-13Fuzzers: Use ImageDecoders instead of load_FORMAT_from_memory() wrappersAndreas Kling
2021-11-13WindowServer: Ensure menu visibility after pushing menu to the stackTom
2021-11-12Base: Update synopsis of grep(1) and tr(1) manpages as wellLinus Groh
2021-11-12Base: Add missing options to grep(1) and tr(1) manpagesLinus Groh
2021-11-12Utilities/grep: Implement line-counting modeTim Schumacher
2021-11-12Utilities/tr: Implement squeezing repeated charactersTim Schumacher
2021-11-12LibUnicode: Move number formatting code generator to UnicodeNumberFormatTimothy Flynn
2021-11-12LibUnicode: Move (soon-to-be) common code out of GenerateUnicodeLocaleTimothy Flynn
2021-11-12LibJS: Clear exception after running each queued Promise jobLinus Groh
2021-11-12Base: Add /res/icons/16x16/sidebar.png icon for PDFViewerBrendan Coles
2021-11-12Meta: Update the gdb script for the new RefPtr layoutAli Mohammad Pur
2021-11-12LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>Ali Mohammad Pur
2021-11-12LibJS: Implement async functions as generator functions in BC modeAli Mohammad Pur
2021-11-12LibJS: Run the queued promise reaction jobs on bytecode interpreter exitAli Mohammad Pur
2021-11-12LibJS: Make Bytecode::Interpreter return the popped frameAli Mohammad Pur
2021-11-12LibJS: Fix codegen for nodes after try statements without 'finally'Ali Mohammad Pur
2021-11-12LibJS: Use a 'Return' completion for generator object body evaluationAli Mohammad Pur
2021-11-12LibJS: Use the correct prototype for generator functionsAli Mohammad Pur
2021-11-12LibJS: Implement Temporal.ZonedDateTime.prototype.subtractLuke Wilde
2021-11-12LibJS: Implement Temporal.ZonedDateTime.prototype.addLuke Wilde