summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12Docs: Add design doc and implementation plan for highdpiNico Weber
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-12Ports: Remove some no-longer-needed patches for git :^)Andreas Kling
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-12Lagom: Add Userland/ to include pathsAndreas 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
2021-01-12Shell: Move to Userland/Shell/Andreas Kling
2021-01-12Demos: Remove "DynamicLink" and "DynamicObject"Andreas Kling
2021-01-12Demos: Remove "WebView" demoAndreas Kling
2021-01-12LibCrypto: Reduce use of ByteBuffer in AES codeAndreas Kling
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2021-01-12wc: Remove a memory leak.Emanuele Torre
2021-01-12wc: printf(), fprintf(stderr, ...) -> out(), outln(), warnln().Emanuele Torre
2021-01-12wc: Fix code style.Emanuele Torre
2021-01-12CatDog: Add pledge() and lock unveil stateBrendan Coles
2021-01-12userdel: Use pledge() and unveil()Brendan Coles
2021-01-12useradd: Use pledge()Brendan Coles
2021-01-12FileManager: Show location bar on breadcrumb bar double-click.Nick Vella
2021-01-12LibGUI: Add 'on_doubleclick' event to BreadcrumbBar.Nick Vella
2021-01-12Revert "Themes: Tweak "Sunshine" theme colors slightly"Andreas Kling
2021-01-11Kernel: Remove /proc/mountsAndreas Kling
2021-01-11Kernel: Remove /proc/inodesAndreas Kling
2021-01-11Kernel: Only send SIGTTOU if TTY termios has TOSTOP flagAndreas Kling
2021-01-11strace: Use pledge()Andreas Kling
2021-01-11Kernel: Add dedicated "ptrace" pledge promiseAndreas Kling
2021-01-11LibGfx: Adjust margin between window title/stripes by 1pxAndreas Kling
2021-01-11Kernel: Remove MM_DEBUG debug spam codeAndreas Kling
2021-01-11Kernel: Convert a bunch of String::format() => String::formatted()Andreas Kling
2021-01-11Themes: Tweak "Sunshine" theme colors slightlyAndreas Kling
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-11LibLine: Handle history across multiple concurrent sessions betterAnotherTest
2021-01-11LibCore: Add line iterators to IODeviceAnotherTest
2021-01-11AK: Specialise convert_to_uint<T> and to_uint<T> for 'long' variantsAnotherTest
2021-01-11AK: Enable format string warnings for AK printf wrappersSahan Fernando