summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-01-16Run: initial implementation of Run appNick Vella
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-15Kernel: Store process arguments and environment in coredumpsLinus Groh
2021-01-15LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specificLinus Groh
2021-01-15Kernel: Prevent threads from being destructed between die() and finalize()Linus Groh
2021-01-15CrashReporter: Put backtrace TextEditor in a TabWidgetLinus Groh
2021-01-15Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfoLinus Groh
2021-01-15AK: Add String::join() helper functionLinus Groh
2021-01-15AK: Add JsonArray(const Vector<T>) constructorLinus 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-15Documentation: Make serenity.includes more easily copyableBen Wiederhake
2021-01-15Documentation: Recommend ninja by defaultBen Wiederhake
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-15Base: Add manpage entry for history eventsAnotherTest
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-15Kernel: Make Process::allocate_region*() return KResultOr<Region*>Andreas Kling
2021-01-15Kernel: Make sys$anon_create() require the "stdio" promise if pledgedAndreas Kling
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-15Kernel: Fix bogus negation of alloc_fd() error in sys$anon_create()Andreas Kling
2021-01-15UserspaceEmulator: Support the anon_create, sendfd and recvfd syscallsAndreas Kling