summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-25LibGUI: Remember size and position of hidden Windowsthankyouverycool
2022-08-25Apps+Demos+Dialogs: Remove unnecessary minimum window sizesthankyouverycool
2022-08-25LibGUI+WindowServer: Initialize minimum window size to zerothankyouverycool
2022-08-24LibCrypto: Implement a (mostly) proper to_double for UnsignedBigIntegerdavidot
2022-08-24LibCrypto: Make a VERIFY a static_assert since it only uses constantsdavidot
2022-08-24LibJS: Allow BigInts as destructuring property namesdavidot
2022-08-24LibJS: Fix that leftshift for BigInts did not round downdavidot
2022-08-24LibJS: Use the new BigInt compare_to_double algorithm :^)davidot
2022-08-24LibCrypto: Add a way to compare a SignedBigInteger with a doubledavidot
2022-08-24Ports: Update gcc to version 12.2.0Brian Gianforcaro
2022-08-24Ports: Update binutils to version 2.39Brian Gianforcaro
2022-08-24Toolchain: Update GDB to version 12.1Brian Gianforcaro
2022-08-24Toolchain: Update binutils to version 2.39Brian Gianforcaro
2022-08-24Toolchain: Update gcc to version 12.2.0Brian Gianforcaro
2022-08-24Tests/Kernel: Make sure inaccessible area in TestEFault is actually thatAndreas Kling
2022-08-24Kernel: Use RefPtr instead of LockRefPtr for PhysicalPageAndreas Kling
2022-08-24Kernel: Make PhysicalPage::ref() use relaxed memory orderAndreas Kling
2022-08-24Meta: Only include headings for populated groups/subgroups in emoji.txtRyan Liptak
2022-08-24Kernel: Remove unnecessary forward declaration of s_mm_lockAndreas Kling
2022-08-24Kernel: Don't take MM lock in ~PageDirectory()Andreas Kling
2022-08-24Kernel: Don't take MM lock in MemoryManager::dump_kernel_regions()Andreas Kling
2022-08-24Kernel: Don't take MM lock in MemoryManager::enter_address_space()Andreas Kling
2022-08-24Kernel: Update comment about what the MM lock protectsAndreas Kling
2022-08-24Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtectedAndreas Kling
2022-08-24Kernel: Make file-backed memory regions remember description permissionsAndreas Kling
2022-08-24Kernel: Simplify the File memory-mapping APIAndreas Kling
2022-08-24Kernel: Wrap process address spaces in SpinlockProtectedAndreas Kling
2022-08-24Kernel: Don't hog the MM lock while unmapping regionsAndreas Kling
2022-08-24Kernel: Wrap RegionTree objects in SpinlockProtectedAndreas Kling
2022-08-24WindowServer+DisplaySettings: Capitalize display mode dropdownJames Bellamy
2022-08-24Base: Add more emojiselectrikmilk
2022-08-24Ports: Set correct path in `.la` files for libvorbisJelle Raaijmakers
2022-08-24PixelPaint: Add more iconselectrikmilk
2022-08-24Ports: Select right config tools for SDL_mixerJelle Raaijmakers
2022-08-24Ports: Update stress-ng to version 0.14.03Brian Gianforcaro
2022-08-24Documentation: Remove execute bit from image fileBrian Gianforcaro
2022-08-23LibJS: Use __builtin_isnan in static_assert instead of isnandavidot
2022-08-23PixelPaint: Add simple "Crop Image to Content" featureAndreas Kling
2022-08-23PixelPaint: Make the default empty image transparent by defaultAndreas Kling
2022-08-23PixelPaint: Avoid division-by-zero in HistogramWidgetAndreas Kling
2022-08-23Kernel: Remove big lock from sys$socketJames Bellamy
2022-08-23SQLStudio: Reset status bar and menu actions when closing a tabJose Flores
2022-08-23LibC: Add missing sys/cdefs.h includeEmily Trau
2022-08-23LibWeb: Don't grow Wasm memory again after initialisationAli Mohammad Pur
2022-08-23CI: Bust the macOS Lagom ccache and reduce its sizeTimothy Flynn
2022-08-23Meta: Only run the emoji generator for Serenity buildsTimothy Flynn
2022-08-23Meta: Ensure the emoji generator depends on its own scriptTimothy Flynn
2022-08-23Userland: Consolidate most PATH resolving into a single implementationTim Schumacher
2022-08-23Userland: Rely on a single authoritative source for the default `PATH`Tim Schumacher
2022-08-23LibWeb: Restore realm retrieval from 'this' in activate_event_handler()Linus Groh