index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
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
LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specific
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
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
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
Shell: Add formatter for history events
AnotherTest
2021-01-15
Shell: Add (basic) support for history event designators
AnotherTest
2021-01-15
Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new tests
Brendan Coles
2021-01-15
WindowServer: Make HighDPI aware
Nico Weber
2021-01-15
WindowServer: Delete dead set_screen parameter
Nico Weber
2021-01-15
Demos+Games: Pledge "sendfd" in demos and games
TheMorc
2021-01-15
UserspaceEmulator: Support the anon_create, sendfd and recvfd syscalls
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-15
LibGUI+WindowServer: Use anonymous files for window backing stores :^)
Andreas Kling
2021-01-15
LibGfx: Allow creating a Gfx::Bitmap backed by an anonymous file
Andreas Kling
2021-01-15
Kernel: Add anonymous files, created with sys$anon_create()
Andreas Kling
2021-01-15
LibGUI: Add a WindowBackingStore class
Andreas Kling
2021-01-15
Http[s]Protocol: Make the code start_download DRY
Lenny Maiorani
2021-01-15
Tests: Test set uid/gid not dropped upon file rename
Brendan Coles
2021-01-15
LibGUI: Hold on to notification icon until NotificationServer responds
Andreas Kling
2021-01-14
SpaceAnalyzer: Fix TreeMapWidget layout issue for small rects.
Mart G
2021-01-14
Tests: Add LibC stdlib mktmp function tests for unique filenames
Brendan Coles
2021-01-14
LibIPC: Add an expressive way to close an IPC::File after sending it
Andreas Kling
2021-01-14
LibIPC: Close received IPC::File fd's by default unless taken
Andreas Kling
2021-01-14
IPCCompiler: Use move semantics in generated IPC message constructors
Andreas Kling
2021-01-14
DHCPClient: handle /proc/net/adapters invalid JSON gracefully
Brendan Coles
2021-01-14
LibJS: Rename ErrorType::ProxyGetOwnDescriptor{Undef => Undefined}Return
Linus Groh
2021-01-14
LibJS: Rename ErrorType::ToObjectNullOr{Undef => Undefined}
Linus Groh
2021-01-13
LibCore: Include fcntl.h in more places that we use fcntl for Lagom
Andrew Kaster
2021-01-13
LibCore: Include fcntl before using it for non-linux lagom builds
Andrew Kaster
2021-01-12
LibLine: Use StringView::find() to find '::' in history entries
AnotherTest
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
LibGfx: Make it possible to apply an (integer) scale to a Painter
Nico Weber
2021-01-12
LibGfx: Make Painter::draw_pixel() with thickness = 1 work with RGBA
Linus Groh
2021-01-12
Shell: Use lstat instead of access to check if glob target exists
AnotherTest
[next]