summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-01-16LibGfx: Fix fuzzer build (put anon_create() behind __serenity__)Andreas Kling
2021-01-15CrashReporter: Show CPU register state for all threadsLinus Groh
2021-01-15CrashReporter: Show arguments and environmentLinus Groh
2021-01-15LibCoreDump: Expose arguments and environmentLinus Groh
2021-01-15LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specificLinus Groh
2021-01-15CrashReporter: Put backtrace TextEditor in a TabWidgetLinus Groh
2021-01-15Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfoLinus Groh
2021-01-15LibGUI: Fix OpacitySlider hairline disappearing towards the leftAndreas Kling
2021-01-15LibGUI: Window icons no longer need to be backed by shbufsAndreas Kling
2021-01-15WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmapAndreas Kling
2021-01-15LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufsAndreas Kling
2021-01-15LibGfxScaleDemo: Add Emoji to window title barNico Weber
2021-01-15WindowServer: Add a "scale" parameter to the SetResolution message and plumb ...Nico Weber
2021-01-15WindowServer: Don't reallocate the cursor back bitmap all the time in HighDPI...Nico Weber
2021-01-15Utilities: Add "chres", a way to change the screen resolution from the comman...Nico Weber
2021-01-15Http[s]Download: Make the constructor's initialization DRYLenny Maiorani
2021-01-15FileManager: Added label "Location" to BreadcrumbBar (#4924)Cypher87
2021-01-15DisplaySettings: Fix a comment typoNico Weber
2021-01-15DisplaySettings: Rename wallpaper setting "scaled" to "stretch"Nico Weber
2021-01-15LibGfx: Make Painter::draw_rect() scale-awareNico Weber
2021-01-15Shell: Add formatter for history eventsAnotherTest
2021-01-15Shell: Add (basic) support for history event designatorsAnotherTest
2021-01-15Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new testsBrendan Coles
2021-01-15WindowServer: Make HighDPI awareNico Weber
2021-01-15WindowServer: Delete dead set_screen parameterNico Weber
2021-01-15Demos+Games: Pledge "sendfd" in demos and gamesTheMorc
2021-01-15UserspaceEmulator: Support the anon_create, sendfd and recvfd syscallsAndreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-15LibGUI+WindowServer: Use anonymous files for window backing stores :^)Andreas Kling
2021-01-15LibGfx: Allow creating a Gfx::Bitmap backed by an anonymous fileAndreas Kling
2021-01-15Kernel: Add anonymous files, created with sys$anon_create()Andreas Kling
2021-01-15LibGUI: Add a WindowBackingStore classAndreas Kling
2021-01-15Http[s]Protocol: Make the code start_download DRYLenny Maiorani
2021-01-15Tests: Test set uid/gid not dropped upon file renameBrendan Coles
2021-01-15LibGUI: Hold on to notification icon until NotificationServer respondsAndreas Kling
2021-01-14SpaceAnalyzer: Fix TreeMapWidget layout issue for small rects.Mart G
2021-01-14Tests: Add LibC stdlib mktmp function tests for unique filenamesBrendan Coles
2021-01-14LibIPC: Add an expressive way to close an IPC::File after sending itAndreas Kling
2021-01-14LibIPC: Close received IPC::File fd's by default unless takenAndreas Kling
2021-01-14IPCCompiler: Use move semantics in generated IPC message constructorsAndreas Kling
2021-01-14DHCPClient: handle /proc/net/adapters invalid JSON gracefullyBrendan Coles
2021-01-14LibJS: Rename ErrorType::ProxyGetOwnDescriptor{Undef => Undefined}ReturnLinus Groh
2021-01-14LibJS: Rename ErrorType::ToObjectNullOr{Undef => Undefined}Linus Groh
2021-01-13LibCore: Include fcntl.h in more places that we use fcntl for LagomAndrew Kaster
2021-01-13LibCore: Include fcntl before using it for non-linux lagom buildsAndrew Kaster
2021-01-12LibLine: Use StringView::find() to find '::' in history entriesAnotherTest
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12LibGfx: Make it possible to apply an (integer) scale to a PainterNico Weber
2021-01-12LibGfx: Make Painter::draw_pixel() with thickness = 1 work with RGBALinus Groh
2021-01-12Shell: Use lstat instead of access to check if glob target existsAnotherTest