summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2021-01-20LibGfxScaleDemo: Add coverage for blit_with_alphaNico Weber
2021-01-20Run: Fix newline in info labelLinus Groh
2021-01-20LibCore: Try to fix fuzzer buildNico Weber
2021-01-20WindowServer: In HighDPI mode, load high-res window buttons and high-res cursorsNico Weber
2021-01-20LibGfx: Give Bitmap a scale factorNico Weber
2021-01-20WindowServer: Rename WallpaperMode::{Scaled => Stretch}Linus Groh
2021-01-19Shell: Don't spam perror() on kill_job()AnotherTest
2021-01-19Shell: Make tests use PASS/FAIL instead of exit codesAnotherTest
2021-01-19Shell: Make 'if' expressions return the unevaluated value of blocksAnotherTest
2021-01-19Shell: Add a `not` builtinAnotherTest
2021-01-19Shell: Mark control structures to be executed in the current processAnotherTest
2021-01-19Shell: Implement `for_each_entry()` for syntactic list nodesAnotherTest
2021-01-19Shell: Consider numbers as word characters tooAnotherTest
2021-01-19Shell: Actually return the exit code of the file when running a fileAnotherTest