summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-01-17SpaceAnalyzer: Change tabs to spaces in GML fileLinus Groh
2021-01-17LibGfx: Let PNGLoader handle failed chunk decoding gracefullyLinus Groh
2021-01-17DisplaySettings: Add more resolution choicesNico Weber
2021-01-17DisplaySettings: Add UI for switching the scale factorNico Weber
2021-01-17Kernel: Remove sys$shbuf_seal() and userland wrappersAndreas Kling
2021-01-17Clipboard+LibGUI: Move clipboard service to anonymous filesAndreas Kling
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-17LibGfx: Remove remaining SharedBuffer support in Gfx::BitmapAndreas Kling
2021-01-16ImageDecoder: Use Core::AnonymousBuffer and Gfx::ShareableBitmapAndreas Kling
2021-01-16LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettesAndreas Kling
2021-01-16LibWeb+WebContent: Use anonymous files for OOPWV backing storesAndreas Kling
2021-01-16LibGfx: Make Gfx::Bitmap::create_shareable() use an anonymous fileAndreas Kling
2021-01-16LibVT: Convert dbgprintf() => dbgln() and remove some debug codeAndreas Kling
2021-01-16SoundPlayer: Added 'shared_buffer' to pledgeMarco Cutecchia
2021-01-16Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappersAndreas Kling
2021-01-16LibC: Test behavior around overlong pathsBen Wiederhake
2021-01-16Kernel+LibC: Make sys$getcwd truncate the result silentlyBen Wiederhake
2021-01-16UserlandEmulator: Fix data loss in realpath/readlinkBen Wiederhake
2021-01-16LibC: Avoid silent truncation after overlong realpathBen Wiederhake
2021-01-16LibCore: Fix invalid errnoBen Wiederhake
2021-01-16LibC: Fix memory leak in getcwdBen Wiederhake
2021-01-16LibC: Fix memory leak in realpathBen Wiederhake
2021-01-16LibELF: validate_program_headers: Validate PT_INTERP header p_filesz > 1Brendan Coles
2021-01-16TextEditor: Add help documentationBrendan Coles
2021-01-16LibGUI: Don't bubble window events up to parent windowsTom
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16LibWeb: Port the WebContent service to Core::AnonymousBuffer for themesAndreas Kling
2021-01-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling
2021-01-16LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer classAndreas Kling
2021-01-16Kernel+LibC+WindowServer: Remove unused thread/process boost mechanismAndreas Kling
2021-01-16Kernel: Remove unused syscall sys$minherit()Andreas Kling
2021-01-16Kernel: Remove sys$shbuf_set_volatile() and userland wrappersAndreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16ProtocolServer: Fix null dereference in HTTP/HTTPS job finish callbackAndreas Kling
2021-01-16LibC: Bump FD_SETSIZE to 1024Andreas Kling
2021-01-16LibGfx: Short-circuit ShareableBitmap construction in IPC decoderAndreas Kling
2021-01-16LibGfx: Make sure Bitmap::create_with_anon_fd() always closes if neededAndreas Kling
2021-01-16LibGfx: Don't expose anon_fd inside Gfx::ShareableBitmapAndreas Kling
2021-01-16WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmapAndreas Kling
2021-01-16LibGfx: Don't encode invalid Gfx::ShareableBitmap as IPC::FileAndreas Kling
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16WindowServer+LibGUI: Pass drag&drop bitmaps via Gfx::ShareableBitmapAndreas Kling
2021-01-16ShutdownDialog: refresh system theme on instantiation.Nick Vella
2021-01-16WindowServer, LibGUI: RefreshSystemTheme implementationNick Vella
2021-01-16Shell: use exit code 127 on command not foundNick Vella
2021-01-16Shell: return the exit code of a '-c' command executionNick Vella
2021-01-16SystemMenu: add Run to system menu above AboutNick Vella