summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Conway: Add interactivityBen Wiederhake
2021-01-22LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rectNico Weber
2021-01-22LibGfx: Allow comparing Points, Sizes, and Rects of different typeNico Weber
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-22LibGUI: Resolve cyclic inclusionBen Wiederhake
2021-01-22LibCrypto: Make PEM.h able to stand aloneBen Wiederhake
2021-01-22PixelPaint: adding an option to export as PNGPierre
2021-01-22LibGfx: adding a very simple PNG writerPierre
2021-01-22LibGfx: Implement scaling support for draw_tiled_bitmap()Nico Weber
2021-01-22su: Drop "id" pledge after switching userAndreas Kling
2021-01-22passwd: Drop "rpath" pledge after opening filesAndreas Kling
2021-01-22LibC: Templatize unique filename enumeration for mkstemp() et alAndreas Kling
2021-01-22Kernel+Userland: Remove "dns" pledge promise aliasAndreas Kling
2021-01-22Everywhere: Fix typosLinus Groh
2021-01-22Calculator: Give the '9' button a blue foreground color as wellLinus Groh
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2021-01-22LibGfx: Implement blit_offset() in terms of blit()Nico Weber
2021-01-22LibDebug: Don't assert when running on non-existent executableMaciej Zygmanowski
2021-01-22LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scaled_bitmap()Nico Weber
2021-01-22LibGfx: Correctly handle source rect offset in draw_scaled_bitmapNico Weber
2021-01-22LibGfx: Compute hscale/vscale inside do_draw_scaled_bitmap instead of passing...Nico Weber
2021-01-22Build: Replace explicit use of mv(1) in CMake file with file(RENAME).Emanuele Torre
2021-01-22Meta: Fix silly copyright lineBen Wiederhake
2021-01-22LibPthread: Fix asserting futex return valueTom
2021-01-22passwd: Remove duplicate 'wpath' pledgeDoctor5555
2021-01-21LibCore: Always fail Account authentication on missing shadow entryAndreas Kling
2021-01-21LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow openAndreas Kling
2021-01-21passwd+LibCore: Make passwd replace /etc files atomicallyAndreas Kling
2021-01-20oss-fuzz: Try harder to fix buildNico Weber
2021-01-20Kernel+LibC: Turn errno codes into a strongly typed enumAndreas Kling
2021-01-20LibGfx/Painter: Keep translation and clip_rect in logical coordinatesNico Weber
2021-01-20CrashReporter: Show pledge violation in backtraceLinus Groh
2021-01-20Kernel: Set "pledge_violation" coredump metadata in REQUIRE_PROMISE()Linus Groh
2021-01-20Revert "LibCore: Try to fix fuzzer build"Nico Weber
2021-01-20LibJS: Include <typeinfo> in AST.cppNico Weber
2021-01-20Userland: Implement shuf for basic shufflingBen Wiederhake
2021-01-20Userland: Fix broken newlines in 'sort'Ben Wiederhake
2021-01-20LibC: Implement uniform random sampling without modulo biasBen Wiederhake
2021-01-20Conway: Don't run misleading srand()Ben Wiederhake