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
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
2021-01-20
Conway: Don't run misleading srand()
Ben Wiederhake
2021-01-20
LibGfxScaleDemo: Add coverage for blit_with_alpha
Nico Weber
2021-01-20
Run: Fix newline in info label
Linus Groh
2021-01-20
LibCore: Try to fix fuzzer build
Nico Weber
2021-01-20
WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors
Nico Weber
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-20
WindowServer: Rename WallpaperMode::{Scaled => Stretch}
Linus Groh
2021-01-19
Shell: Don't spam perror() on kill_job()
AnotherTest
2021-01-19
Shell: Make tests use PASS/FAIL instead of exit codes
AnotherTest
2021-01-19
Shell: Make 'if' expressions return the unevaluated value of blocks
AnotherTest
2021-01-19
Shell: Add a `not` builtin
AnotherTest
2021-01-19
Shell: Mark control structures to be executed in the current process
AnotherTest
2021-01-19
Shell: Implement `for_each_entry()` for syntactic list nodes
AnotherTest
2021-01-19
Shell: Consider numbers as word characters too
AnotherTest
2021-01-19
Shell: Actually return the exit code of the file when running a file
AnotherTest
[next]