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-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
2021-01-12
LibCore: Don't create an RPC server when built for lagom
AnotherTest
2021-01-12
LibPthread: Add pthread_equal()
Andreas Kling
2021-01-12
LibPthread: Stub pthread_setcancelstate() and pthread_setcanceltype()
Andreas Kling
2021-01-12
Libraries: Remove LibUnwind
Andreas Kling
2021-01-12
HexEditor: Hide unnecessary scrollbars in the main file view
Andreas Kling
2021-01-12
Demos: Remove HelloWorld demo
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2021-01-12
Games: Move to Userland/Games/
Andreas Kling
2021-01-12
MenuApplets: Move to Userland/MenuApplets/
Andreas Kling
2021-01-12
Demos: Move to Userland/Demos/
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling
[next]