summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-22LibCards: Add a CardGame base classSam Atkins
2022-08-22GamesSettings: Introduce a new GamesSettings application :^)Sam Atkins
2022-08-22Base: Add a 32x32 version of the Games iconSam Atkins
2022-08-22PixelPaint: Push layer creation onto the undo stackRoberto Bampi
2022-08-22HexEditor: Fix utf16 validationJannis Weis
2022-08-22LibGUI: Clear selected index of Breadcrumbbar if segment is removedJannis Weis
2022-08-22FileManager: Disable open_child_directory_action if no child existsJannis Weis
2022-08-22FileManager: Respond to all selection changes in the BreadcrumbbarJannis Weis
2022-08-22LibGUI: Add on_segment_change handler to BreadcrumbbarJannis Weis
2022-08-22Kernel: Use Process::credentials() and remove user ID/group ID helpersAnthony Iacono
2022-08-22Documentation: Change spelling error in CLionConfiguration.mdSkye Sprung
2022-08-22Base: Add more emojiXexxa
2022-08-22Meta: Generate emoji.txt at build time from Unicode's emoji-test.txtRyan Liptak
2022-08-22Base: Move Serenity-specific emoji from emoji.txt to emoji-serenity.txtRyan Liptak
2022-08-21PixelPaint: Show more specific Undo/Redo action textAndreas Kling
2022-08-21PixelPaint: Add Tool::tool_name() as a single-point-of-truthAndreas Kling
2022-08-21PixelPaint: Make Filter::filter_name() constAndreas Kling
2022-08-21WindowServer: Redraw menu items after client updates them somehowAndreas Kling
2022-08-21Kernel: Make sys$recvfrom() with MSG_DONTWAIT not so racyAndreas Kling
2022-08-21Kernel: Make Socket::connect() take credentials as inputAndreas Kling
2022-08-21Kernel: Make Socket::bind() take credentials as inputAndreas Kling
2022-08-21Kernel: Make LocalSocket do chown/chmod through VFSAndreas Kling
2022-08-21Kernel: Make Inode::resolve_as_link() take credentials as inputAndreas Kling
2022-08-21Kernel: Make File::{chown,chmod} take credentials as inputAndreas Kling
2022-08-21Kernel: Make VirtualFileSystem functions take credentials as inputAndreas Kling
2022-08-21Kernel: Use credentials object in Socket set_origin/acceptorJames Bellamy
2022-08-21Kernel: Use credentials object in LocalSocket constructorJames Bellamy
2022-08-21Kernel: Use credentials object in VirtualFileSystemJames Bellamy
2022-08-21Kernel: Use credentials object in Coredump:try_create_target_fileJames Bellamy
2022-08-21PixelPaint: Fix tool preview positions after moving a layerMacDue
2022-08-21PixelPaint: Make outline ellipse the same size as other ellipsesMacDue
2022-08-21Kernel: Make sys$getppid() not take the big lockAndreas Kling
2022-08-21Kernel: Guard Process "protected data" with a spinlockAndreas Kling
2022-08-21Kernel: Use RefPtr instead of LockRefPtr for CustodyAndreas Kling
2022-08-21Kernel/Syscall: Make anon_create to not use Process::allocate_fd methodLiav A
2022-08-21SystemMonitor: Don't unveil /boot/Kernel.debug if it does not existLiav A
2022-08-21Base: Update Chillychilly theme use calming backgrounddjwisdom
2022-08-21LibWeb: Make window.performance replaceable and configurableLuke Wilde
2022-08-20LibJS: Use a synthetic constructor if class with parent doesn't have onedavidot
2022-08-20LibJS: Add special cases for Math.cosh and add spec commentsdavidot
2022-08-20LibGfx: Always lookup emojis without emoji presentation specifiersRyan Liptak
2022-08-20Base: Fix all emoji filenames according to check-emoji rulesRyan Liptak
2022-08-20Meta: Add check-emoji script to validate emoji filenamesRyan Liptak
2022-08-20Kernel: Get GID from credentials object in sys$setgroups()Andreas Kling
2022-08-20Kernel+LibC: Enforce a limit on the number of supplementary group IDsAndreas Kling
2022-08-20Kernel: Mark syscalls that get/set user/group ID as not needing big lockAndreas Kling
2022-08-20Kernel: Add Credentials to hold a set of user and group IDsAndreas Kling
2022-08-20Kernel: Move InodeMetadata methods out of lineAndreas Kling
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-08-20AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernelAndreas Kling