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-22
Build: Use cmake's make_directory utility instead of env(1) and mkdir(1)
Emanuele Torre
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Conway: Add interactivity
Ben Wiederhake
2021-01-22
LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rect
Nico Weber
2021-01-22
LibGfx: Allow comparing Points, Sizes, and Rects of different type
Nico Weber
2021-01-22
Libraries: Add missing headers
Ben Wiederhake
2021-01-22
LibGUI: Resolve cyclic inclusion
Ben Wiederhake
2021-01-22
LibCrypto: Make PEM.h able to stand alone
Ben Wiederhake
2021-01-22
PixelPaint: adding an option to export as PNG
Pierre
2021-01-22
LibGfx: adding a very simple PNG writer
Pierre
2021-01-22
LibGfx: Implement scaling support for draw_tiled_bitmap()
Nico Weber
2021-01-22
su: Drop "id" pledge after switching user
Andreas Kling
2021-01-22
passwd: Drop "rpath" pledge after opening files
Andreas Kling
2021-01-22
LibC: Templatize unique filename enumeration for mkstemp() et al
Andreas Kling
2021-01-22
Kernel+Userland: Remove "dns" pledge promise alias
Andreas Kling
2021-01-22
Everywhere: Fix typos
Linus Groh
2021-01-22
Calculator: Give the '9' button a blue foreground color as well
Linus Groh
2021-01-22
Meta: Get building on NixOS (#5005)
Jonathan Turner
2021-01-22
LibGfx: Implement blit_offset() in terms of blit()
Nico Weber
2021-01-22
LibDebug: Don't assert when running on non-existent executable
Maciej Zygmanowski
2021-01-22
LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scaled_bitmap()
Nico Weber
2021-01-22
LibGfx: Correctly handle source rect offset in draw_scaled_bitmap
Nico Weber
2021-01-22
LibGfx: Compute hscale/vscale inside do_draw_scaled_bitmap instead of passing...
Nico Weber
2021-01-22
Build: Replace explicit use of mv(1) in CMake file with file(RENAME).
Emanuele Torre
2021-01-22
Meta: Fix silly copyright line
Ben Wiederhake
2021-01-22
LibPthread: Fix asserting futex return value
Tom
2021-01-22
passwd: Remove duplicate 'wpath' pledge
Doctor5555
2021-01-21
LibCore: Always fail Account authentication on missing shadow entry
Andreas Kling
2021-01-21
LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open
Andreas Kling
2021-01-21
passwd+LibCore: Make passwd replace /etc files atomically
Andreas Kling
2021-01-20
oss-fuzz: Try harder to fix build
Nico Weber
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-20
LibGfx/Painter: Keep translation and clip_rect in logical coordinates
Nico Weber
2021-01-20
CrashReporter: Show pledge violation in backtrace
Linus Groh
2021-01-20
Kernel: Set "pledge_violation" coredump metadata in REQUIRE_PROMISE()
Linus Groh
2021-01-20
Revert "LibCore: Try to fix fuzzer build"
Nico Weber
2021-01-20
LibJS: Include <typeinfo> in AST.cpp
Nico Weber
2021-01-20
Userland: Implement shuf for basic shuffling
Ben Wiederhake
2021-01-20
Userland: Fix broken newlines in 'sort'
Ben Wiederhake
2021-01-20
LibC: Implement uniform random sampling without modulo bias
Ben Wiederhake
[next]