index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-16
Website: Bounty: Add rule for user interaction/social engineering (#4974)
bcoles
2021-01-16
Kernel: Fix inverted logic in KResultOr
Ben Wiederhake
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
AK: Add enabled template parameter to dbgln.
asynts
2021-01-16
ProtocolServer: Fix null dereference in HTTP/HTTPS job finish callback
Andreas Kling
2021-01-16
LibC: Bump FD_SETSIZE to 1024
Andreas Kling
2021-01-16
LibGfx: Short-circuit ShareableBitmap construction in IPC decoder
Andreas Kling
2021-01-16
LibGfx: Make sure Bitmap::create_with_anon_fd() always closes if needed
Andreas Kling
2021-01-16
LibGfx: Don't expose anon_fd inside Gfx::ShareableBitmap
Andreas Kling
2021-01-16
WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmap
Andreas Kling
2021-01-16
LibGfx: Don't encode invalid Gfx::ShareableBitmap as IPC::File
Andreas Kling
2021-01-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass drag&drop bitmaps via Gfx::ShareableBitmap
Andreas Kling
2021-01-16
ShutdownDialog: refresh system theme on instantiation.
Nick Vella
2021-01-16
WindowServer, LibGUI: RefreshSystemTheme implementation
Nick Vella
2021-01-16
Shell: use exit code 127 on command not found
Nick Vella
2021-01-16
Shell: return the exit code of a '-c' command execution
Nick Vella
2021-01-16
SystemMenu: add Run to system menu above About
Nick Vella
2021-01-16
Run: initial implementation of Run app
Nick Vella
2021-01-16
LibGfx: Fix fuzzer build (put anon_create() behind __serenity__)
Andreas Kling
2021-01-15
CrashReporter: Show CPU register state for all threads
Linus Groh
2021-01-15
CrashReporter: Show arguments and environment
Linus Groh
2021-01-15
LibCoreDump: Expose arguments and environment
Linus Groh
2021-01-15
Kernel: Store process arguments and environment in coredumps
Linus Groh
2021-01-15
LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specific
Linus Groh
2021-01-15
Kernel: Prevent threads from being destructed between die() and finalize()
Linus Groh
2021-01-15
CrashReporter: Put backtrace TextEditor in a TabWidget
Linus Groh
2021-01-15
Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfo
Linus Groh
2021-01-15
AK: Add String::join() helper function
Linus Groh
2021-01-15
AK: Add JsonArray(const Vector<T>) constructor
Linus Groh
2021-01-15
LibGUI: Fix OpacitySlider hairline disappearing towards the left
Andreas Kling
2021-01-15
LibGUI: Window icons no longer need to be backed by shbufs
Andreas Kling
2021-01-15
WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap
Andreas Kling
2021-01-15
LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufs
Andreas Kling
2021-01-15
LibGfxScaleDemo: Add Emoji to window title bar
Nico Weber
2021-01-15
WindowServer: Add a "scale" parameter to the SetResolution message and plumb ...
Nico Weber
2021-01-15
WindowServer: Don't reallocate the cursor back bitmap all the time in HighDPI...
Nico Weber
2021-01-15
Utilities: Add "chres", a way to change the screen resolution from the comman...
Nico Weber
2021-01-15
Documentation: Make serenity.includes more easily copyable
Ben Wiederhake
2021-01-15
Documentation: Recommend ninja by default
Ben Wiederhake
2021-01-15
Http[s]Download: Make the constructor's initialization DRY
Lenny Maiorani
2021-01-15
FileManager: Added label "Location" to BreadcrumbBar (#4924)
Cypher87
2021-01-15
DisplaySettings: Fix a comment typo
Nico Weber
2021-01-15
DisplaySettings: Rename wallpaper setting "scaled" to "stretch"
Nico Weber
2021-01-15
LibGfx: Make Painter::draw_rect() scale-aware
Nico Weber
2021-01-15
Base: Add manpage entry for history events
AnotherTest
[next]