index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-22
LibCards: Add a CardGame base class
Sam Atkins
2022-08-22
GamesSettings: Introduce a new GamesSettings application :^)
Sam Atkins
2022-08-22
Base: Add a 32x32 version of the Games icon
Sam Atkins
2022-08-22
PixelPaint: Push layer creation onto the undo stack
Roberto Bampi
2022-08-22
HexEditor: Fix utf16 validation
Jannis Weis
2022-08-22
LibGUI: Clear selected index of Breadcrumbbar if segment is removed
Jannis Weis
2022-08-22
FileManager: Disable open_child_directory_action if no child exists
Jannis Weis
2022-08-22
FileManager: Respond to all selection changes in the Breadcrumbbar
Jannis Weis
2022-08-22
LibGUI: Add on_segment_change handler to Breadcrumbbar
Jannis Weis
2022-08-22
Kernel: Use Process::credentials() and remove user ID/group ID helpers
Anthony Iacono
2022-08-22
Documentation: Change spelling error in CLionConfiguration.md
Skye Sprung
2022-08-22
Base: Add more emoji
Xexxa
2022-08-22
Meta: Generate emoji.txt at build time from Unicode's emoji-test.txt
Ryan Liptak
2022-08-22
Base: Move Serenity-specific emoji from emoji.txt to emoji-serenity.txt
Ryan Liptak
2022-08-21
PixelPaint: Show more specific Undo/Redo action text
Andreas Kling
2022-08-21
PixelPaint: Add Tool::tool_name() as a single-point-of-truth
Andreas Kling
2022-08-21
PixelPaint: Make Filter::filter_name() const
Andreas Kling
2022-08-21
WindowServer: Redraw menu items after client updates them somehow
Andreas Kling
2022-08-21
Kernel: Make sys$recvfrom() with MSG_DONTWAIT not so racy
Andreas Kling
2022-08-21
Kernel: Make Socket::connect() take credentials as input
Andreas Kling
2022-08-21
Kernel: Make Socket::bind() take credentials as input
Andreas Kling
2022-08-21
Kernel: Make LocalSocket do chown/chmod through VFS
Andreas Kling
2022-08-21
Kernel: Make Inode::resolve_as_link() take credentials as input
Andreas Kling
2022-08-21
Kernel: Make File::{chown,chmod} take credentials as input
Andreas Kling
2022-08-21
Kernel: Make VirtualFileSystem functions take credentials as input
Andreas Kling
2022-08-21
Kernel: Use credentials object in Socket set_origin/acceptor
James Bellamy
2022-08-21
Kernel: Use credentials object in LocalSocket constructor
James Bellamy
2022-08-21
Kernel: Use credentials object in VirtualFileSystem
James Bellamy
2022-08-21
Kernel: Use credentials object in Coredump:try_create_target_file
James Bellamy
2022-08-21
PixelPaint: Fix tool preview positions after moving a layer
MacDue
2022-08-21
PixelPaint: Make outline ellipse the same size as other ellipses
MacDue
2022-08-21
Kernel: Make sys$getppid() not take the big lock
Andreas Kling
2022-08-21
Kernel: Guard Process "protected data" with a spinlock
Andreas Kling
2022-08-21
Kernel: Use RefPtr instead of LockRefPtr for Custody
Andreas Kling
2022-08-21
Kernel/Syscall: Make anon_create to not use Process::allocate_fd method
Liav A
2022-08-21
SystemMonitor: Don't unveil /boot/Kernel.debug if it does not exist
Liav A
2022-08-21
Base: Update Chillychilly theme use calming background
djwisdom
2022-08-21
LibWeb: Make window.performance replaceable and configurable
Luke Wilde
2022-08-20
LibJS: Use a synthetic constructor if class with parent doesn't have one
davidot
2022-08-20
LibJS: Add special cases for Math.cosh and add spec comments
davidot
2022-08-20
LibGfx: Always lookup emojis without emoji presentation specifiers
Ryan Liptak
2022-08-20
Base: Fix all emoji filenames according to check-emoji rules
Ryan Liptak
2022-08-20
Meta: Add check-emoji script to validate emoji filenames
Ryan Liptak
2022-08-20
Kernel: Get GID from credentials object in sys$setgroups()
Andreas Kling
2022-08-20
Kernel+LibC: Enforce a limit on the number of supplementary group IDs
Andreas Kling
2022-08-20
Kernel: Mark syscalls that get/set user/group ID as not needing big lock
Andreas Kling
2022-08-20
Kernel: Add Credentials to hold a set of user and group IDs
Andreas Kling
2022-08-20
Kernel: Move InodeMetadata methods out of line
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
[next]