summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-01-15Utilities: Add "chres", a way to change the screen resolution from the comman...Nico Weber
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-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-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-15UserspaceEmulator: Support the anon_create, sendfd and recvfd syscallsAndreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-15LibGUI+WindowServer: Use anonymous files for window backing stores :^)Andreas Kling
2021-01-15LibGfx: Allow creating a Gfx::Bitmap backed by an anonymous fileAndreas Kling
2021-01-15Kernel: Add anonymous files, created with sys$anon_create()Andreas Kling
2021-01-15LibGUI: Add a WindowBackingStore classAndreas Kling
2021-01-15Http[s]Protocol: Make the code start_download DRYLenny Maiorani
2021-01-15Tests: Test set uid/gid not dropped upon file renameBrendan Coles
2021-01-15LibGUI: Hold on to notification icon until NotificationServer respondsAndreas Kling
2021-01-14SpaceAnalyzer: Fix TreeMapWidget layout issue for small rects.Mart G
2021-01-14Tests: Add LibC stdlib mktmp function tests for unique filenamesBrendan Coles
2021-01-14LibIPC: Add an expressive way to close an IPC::File after sending itAndreas Kling
2021-01-14LibIPC: Close received IPC::File fd's by default unless takenAndreas Kling
2021-01-14IPCCompiler: Use move semantics in generated IPC message constructorsAndreas Kling
2021-01-14DHCPClient: handle /proc/net/adapters invalid JSON gracefullyBrendan Coles
2021-01-14LibJS: Rename ErrorType::ProxyGetOwnDescriptor{Undef => Undefined}ReturnLinus Groh
2021-01-14LibJS: Rename ErrorType::ToObjectNullOr{Undef => Undefined}Linus Groh
2021-01-13LibCore: Include fcntl.h in more places that we use fcntl for LagomAndrew Kaster
2021-01-13LibCore: Include fcntl before using it for non-linux lagom buildsAndrew Kaster
2021-01-12LibLine: Use StringView::find() to find '::' in history entriesAnotherTest
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12LibGfx: Make it possible to apply an (integer) scale to a PainterNico Weber
2021-01-12LibGfx: Make Painter::draw_pixel() with thickness = 1 work with RGBALinus Groh
2021-01-12Shell: Use lstat instead of access to check if glob target existsAnotherTest
2021-01-12LibCore: Don't create an RPC server when built for lagomAnotherTest
2021-01-12LibPthread: Add pthread_equal()Andreas Kling
2021-01-12LibPthread: Stub pthread_setcancelstate() and pthread_setcanceltype()Andreas Kling
2021-01-12Libraries: Remove LibUnwindAndreas Kling
2021-01-12HexEditor: Hide unnecessary scrollbars in the main file viewAndreas Kling
2021-01-12Demos: Remove HelloWorld demoAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling
2021-01-12MenuApplets: Move to Userland/MenuApplets/Andreas Kling
2021-01-12Demos: Move to Userland/Demos/Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling