summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-15LibSoftGPU: Update coverage bits after alpha testingJelle Raaijmakers
2022-05-15LibSoftGPU: Make `Device` statistics `i64` againJelle Raaijmakers
2022-05-15Ports: Add joe's own editorSnow
2022-05-14Ports: Add thesilversearcher (ag)Raymond Lucke
2022-05-14Meta: Move compiler flags into standalone CMake filesLinus Groh
2022-05-13Ports: Set right launcher command for QuakeJelle Raaijmakers
2022-05-13TextEditor: Allow typing AltGr+letter into editorPaweł Łukasik
2022-05-13LibWeb: Add window.clientInformation propertyReimarPB
2022-05-13LibWeb: Don't treat any empty resources as errorsSam Atkins
2022-05-13PixelPaint: Rebuild FilterGallery tree using TreeViewModelLinus Groh
2022-05-13LibGUI: Add TreeViewModel as a simpler interface for building TreeViewsLinus Groh
2022-05-13Revert "FileManager: Reduce scope of some variables related to context…Sam Atkins
2022-05-13LibGUI: Make Dialog::ScreenPosition an enum classSam Atkins
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-13LibWeb: Make about:blank load correctlySam Atkins
2022-05-13FileManager: Check for write permission before enabling certain actionsofftkp
2022-05-13Base: Add Contrast themeadoni
2022-05-13Meta: Move LibWeb's CMake generation script to its own fileDexesTTP
2022-05-13LibDSP+Piano: Convert DSP APIs to accept entire sample rangeskleines Filmröllchen
2022-05-13LibDSP: Remove Transport's time counter reference APIkleines Filmröllchen
2022-05-13LibDSP: Make the note frequencies an AK::Array instead of a C arraykleines Filmröllchen
2022-05-13LibDSP: Improve const correctnesskleines Filmröllchen
2022-05-13LibDSP: Refactor OOP non-functionallykleines Filmröllchen
2022-05-13LibWeb: Stop inactive requestAnimationFrame() callbacks from runningMacDue
2022-05-12Kernel: Put code in the aarch64 init.cpp file into the Kernel namespaceTimon Kruiper
2022-05-12Kernel: Move __assertion_failed to aarch64/Panic.cppTimon Kruiper
2022-05-12Kernel: Remove PREKERNEL_SOURCES from aarch64 CMakeLists.txtTimon Kruiper
2022-05-12Kernel: Use the Kernel UBSanitizer implementation in the aarch64 KernelTimon Kruiper
2022-05-12Kernel: Remove Prekernel namespace in the aarch64 KernelTimon Kruiper
2022-05-12Kernel: Move the aarch64 boot.S out of the Prekernel directoryTimon Kruiper
2022-05-12Kernel: Move Prekernel{CPU, Exceptions}.cpp out of Prekernel directoryTimon Kruiper
2022-05-12Kernel: Move Prekernel assembly utils to aarch64/ASM_wrapper.hTimon Kruiper
2022-05-12Kernel: Replace Prekernel::halt with Processor::halt in aarch64 buildTimon Kruiper
2022-05-12LibArchive: Use named members for ZIP general purpose flagsTim Schumacher
2022-05-12Ports: Update curl to 7.83.1Luke Wilde
2022-05-12LibCrypto: Add Ed25519stelar7
2022-05-12LibCrypto: Move Curve25519 related code into separate filestelar7
2022-05-12LibC: Add herror() and hstrerror()Michał Lach
2022-05-12LibC: Make h_errno thread-localMichał Lach
2022-05-12Ports/gcc: Update to version 12.1.0Daniel Bertalan
2022-05-12Toolchain: Upgrade to GCC 12.1.0Daniel Bertalan
2022-05-12LibC+Kernel: Prevent string functions from calling themselvesDaniel Bertalan
2022-05-12Kernel: Do not implement VERIFY_NOT_REACHED() as VERIFY(false)Daniel Bertalan
2022-05-12AK+DHCPClient: Fix false positive gcc 12 warningsDaniel Bertalan
2022-05-12PixelPaint: Fix incorrect use of RefCounted CRTPDaniel Bertalan
2022-05-12Tests: Fix new GCC 12 warningsDaniel Bertalan
2022-05-12Ports: Add $STRIP and $HOST_STRIP variablesDaniel Bertalan
2022-05-12Ports/gcc: Install dependencies as portsDaniel Bertalan
2022-05-12Ports: Enable ccache for SERENITY_TOOLCHAIN=ClangDaniel Bertalan
2022-05-12Ports: Add Integer Set Library (isl)Daniel Bertalan