summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-25WindowServer: Default to Desktop when picking a new active windowthankyouverycool
2022-08-25WindowServer: Invalidate new and previous active input window framesthankyouverycool
2022-08-25WindowServer: Restore modal chains from the Taskbar and Switcherthankyouverycool
2022-08-25WindowServer: Use nearest modeless window for modal Taskbar rectsthankyouverycool
2022-08-25WindowServer: Don't move child windows in unison with their parentsthankyouverycool
2022-08-25WindowServer: Don't let modals minimize themselvesthankyouverycool
2022-08-25WindowServer: Replace modal stacks with modal chainsthankyouverycool
2022-08-25LibGUI+WindowServer+Apps: Replace Accessory Windowsthankyouverycool
2022-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
2022-08-25LibGUI+WindowServer: Introduce WindowModesthankyouverycool
2022-08-25WindowServer: Add modeless_ancestor() helperthankyouverycool
2022-08-25WindowServer: Remove m_unmaximized_rect from Windowthankyouverycool
2022-08-25LibGfx+WindowServer: Remove set_size_around() from Rect and Windowthankyouverycool
2022-08-25WindowServer: Remove nudge_into_desktop() from Windowthankyouverycool
2022-08-25WindowServer: Fix typo 'reminder' -> 'remainder' in WindowManagerthankyouverycool
2022-08-25WindowServer: Get taskbar height from TaskbarWindow directlythankyouverycool
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