summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-05-12DisplaySettings: Set window modified stateSam Atkins
2022-05-12TerminalSettings: Set window modified stateSam Atkins
2022-05-12MouseSettings: Set window modified stateSam Atkins
2022-05-12LibGUI: Add AllowCallback parameter to ComboBox::set_text()Sam Atkins
2022-05-12MouseSettings: Update the cursor theme preview when restoring defaultsSam Atkins
2022-05-12WindowServer: Save config file when mouse cursor theme is changedSam Atkins
2022-05-12MailSettings: Set window modified stateSam Atkins
2022-05-12KeyboardSettings: Set window modified stateSam Atkins
2022-05-12ClockSettings: Set window modified stateSam Atkins
2022-05-12BrowserSettings: Set window modified stateSam Atkins
2022-05-12LibGUI: Support "modified" window state in SettingsWindowSam Atkins
2022-05-12LibGUI: Run TextEditor::on_change callback immediatelySam Atkins
2022-05-11LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlaneRKBethke
2022-05-11WindowServer: Make window frame flashing use the highlight colorkleines Filmröllchen
2022-05-11LibSoftGPU: Clamp polygon depth values to `0.f - 1.f`Jelle Raaijmakers
2022-05-11LibGUI: Try use layout's preferred size for the content sizeKarol Kosek
2022-05-11LibGUI: Always use widget's minimum size in ScrollableContainerWidgetKarol Kosek
2022-05-11LibGUI: Reuse common parts in ScrollableContainerWidgetKarol Kosek
2022-05-11LibGUI: Take only valid sizes when calculating BoxLayout preferred sizeKarol Kosek
2022-05-11Userland: Set tab-widget properties in GML instead of codeSam Atkins
2022-05-11Base: Document new TabWidget properties, and extend the example a bitSam Atkins