summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-01-23LibC: Prevent remove from calling rmdir when unlink succeeds.Mart G
2021-01-23LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)Andreas Kling
2021-01-23LibWeb: Add very basic support for IDL constantsAndreas Kling
2021-01-23LibWeb: Move XMLHttpRequest to separate XHR directoryAndreas Kling
2021-01-23Run: Pledge "thread"Andreas Kling
2021-01-23sleep: Support fractional sleep lengthsAndreas Kling
2021-01-23HackStudio: Handle failed fork() in TerminalWrapper a bit betterAndreas Kling
2021-01-23WindowServer: Make dragging maximized windows up no-opBen Wiederhake
2021-01-23WindowServer: Prevent moving a window to inaccessible regionBen Wiederhake
2021-01-23WindowServer: Fix many subtle bugs in tiling/maximizingBen Wiederhake
2021-01-23LibGfx: Implement Rect resizing around a fixed pointBen Wiederhake
2021-01-23WindowServer: Remember the correct untiled rectBen Wiederhake
2021-01-23WindowServer: Normalize preferred rect before applyingBen Wiederhake
2021-01-23WindowServer: Don't crash on wallpapers smaller than the desktop with fill mo...Nico Weber
2021-01-23LibGfx: Make draw_tiled_bitmap() in scaled contexts actually workNico Weber
2021-01-23Vim: Added a Basic Implementation of Visual ModeZac
2021-01-23Shell: Run the command's next chain even when it's emptyAnotherTest
2021-01-23Shell: Block on the existing event loop instead of pushing a new oneAnotherTest
2021-01-23Shell: Make the parser read consecutive sequences without recursingAnotherTest
2021-01-22Build: Use cmake's make_directory utility instead of env(1) and mkdir(1)Emanuele Torre
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