summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-16Website: Bounty: Add rule for user interaction/social engineering (#4974)bcoles
2021-01-16Kernel: Fix inverted logic in KResultOrBen Wiederhake
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-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16AK: Add enabled template parameter to 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
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