index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-01-17
SpaceAnalyzer: Change tabs to spaces in GML file
Linus Groh
2021-01-17
LibGfx: Let PNGLoader handle failed chunk decoding gracefully
Linus Groh
2021-01-17
DisplaySettings: Add more resolution choices
Nico Weber
2021-01-17
DisplaySettings: Add UI for switching the scale factor
Nico Weber
2021-01-17
Kernel: Remove sys$shbuf_seal() and userland wrappers
Andreas Kling
2021-01-17
Clipboard+LibGUI: Move clipboard service to anonymous files
Andreas Kling
2021-01-17
Everywhere: Remove more <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-17
LibGfx: Remove remaining SharedBuffer support in Gfx::Bitmap
Andreas Kling
2021-01-16
ImageDecoder: Use Core::AnonymousBuffer and Gfx::ShareableBitmap
Andreas Kling
2021-01-16
LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettes
Andreas Kling
2021-01-16
LibWeb+WebContent: Use anonymous files for OOPWV backing stores
Andreas Kling
2021-01-16
LibGfx: Make Gfx::Bitmap::create_shareable() use an anonymous file
Andreas Kling
2021-01-16
LibVT: Convert dbgprintf() => dbgln() and remove some debug code
Andreas Kling
2021-01-16
SoundPlayer: Added 'shared_buffer' to pledge
Marco Cutecchia
2021-01-16
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
Andreas Kling
2021-01-16
LibC: Test behavior around overlong paths
Ben Wiederhake
2021-01-16
Kernel+LibC: Make sys$getcwd truncate the result silently
Ben Wiederhake
2021-01-16
UserlandEmulator: Fix data loss in realpath/readlink
Ben Wiederhake
2021-01-16
LibC: Avoid silent truncation after overlong realpath
Ben Wiederhake
2021-01-16
LibCore: Fix invalid errno
Ben Wiederhake
2021-01-16
LibC: Fix memory leak in getcwd
Ben Wiederhake
2021-01-16
LibC: Fix memory leak in realpath
Ben Wiederhake
2021-01-16
LibELF: validate_program_headers: Validate PT_INTERP header p_filesz > 1
Brendan Coles
2021-01-16
TextEditor: Add help documentation
Brendan Coles
2021-01-16
LibGUI: Don't bubble window events up to parent windows
Tom
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-16
LibWeb: Port the WebContent service to Core::AnonymousBuffer for themes
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
Andreas Kling
2021-01-16
LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class
Andreas Kling
2021-01-16
Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism
Andreas Kling
2021-01-16
Kernel: Remove unused syscall sys$minherit()
Andreas Kling
2021-01-16
Kernel: Remove sys$shbuf_set_volatile() and userland wrappers
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
ProtocolServer: Fix null dereference in HTTP/HTTPS job finish callback
Andreas Kling
2021-01-16
LibC: Bump FD_SETSIZE to 1024
Andreas Kling
2021-01-16
LibGfx: Short-circuit ShareableBitmap construction in IPC decoder
Andreas Kling
2021-01-16
LibGfx: Make sure Bitmap::create_with_anon_fd() always closes if needed
Andreas Kling
2021-01-16
LibGfx: Don't expose anon_fd inside Gfx::ShareableBitmap
Andreas Kling
2021-01-16
WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmap
Andreas Kling
2021-01-16
LibGfx: Don't encode invalid Gfx::ShareableBitmap as IPC::File
Andreas Kling
2021-01-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass drag&drop bitmaps via Gfx::ShareableBitmap
Andreas Kling
2021-01-16
ShutdownDialog: refresh system theme on instantiation.
Nick Vella
2021-01-16
WindowServer, LibGUI: RefreshSystemTheme implementation
Nick Vella
2021-01-16
Shell: use exit code 127 on command not found
Nick Vella
2021-01-16
Shell: return the exit code of a '-c' command execution
Nick Vella
2021-01-16
SystemMenu: add Run to system menu above About
Nick Vella
[next]