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-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
Docs: Add design doc and implementation plan for highdpi
Nico Weber
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
Ports: Remove some no-longer-needed patches for git :^)
Andreas Kling
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
Lagom: Add Userland/ to include paths
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
2021-01-12
Shell: Move to Userland/Shell/
Andreas Kling
2021-01-12
Demos: Remove "DynamicLink" and "DynamicObject"
Andreas Kling
2021-01-12
Demos: Remove "WebView" demo
Andreas Kling
2021-01-12
LibCrypto: Reduce use of ByteBuffer in AES code
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-12
wc: Remove a memory leak.
Emanuele Torre
2021-01-12
wc: printf(), fprintf(stderr, ...) -> out(), outln(), warnln().
Emanuele Torre
2021-01-12
wc: Fix code style.
Emanuele Torre
2021-01-12
CatDog: Add pledge() and lock unveil state
Brendan Coles
2021-01-12
userdel: Use pledge() and unveil()
Brendan Coles
2021-01-12
useradd: Use pledge()
Brendan Coles
2021-01-12
FileManager: Show location bar on breadcrumb bar double-click.
Nick Vella
2021-01-12
LibGUI: Add 'on_doubleclick' event to BreadcrumbBar.
Nick Vella
2021-01-12
Revert "Themes: Tweak "Sunshine" theme colors slightly"
Andreas Kling
2021-01-11
Kernel: Remove /proc/mounts
Andreas Kling
2021-01-11
Kernel: Remove /proc/inodes
Andreas Kling
2021-01-11
Kernel: Only send SIGTTOU if TTY termios has TOSTOP flag
Andreas Kling
2021-01-11
strace: Use pledge()
Andreas Kling
2021-01-11
Kernel: Add dedicated "ptrace" pledge promise
Andreas Kling
2021-01-11
LibGfx: Adjust margin between window title/stripes by 1px
Andreas Kling
2021-01-11
Kernel: Remove MM_DEBUG debug spam code
Andreas Kling
2021-01-11
Kernel: Convert a bunch of String::format() => String::formatted()
Andreas Kling
2021-01-11
Themes: Tweak "Sunshine" theme colors slightly
Andreas Kling
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
LibLine: Handle history across multiple concurrent sessions better
AnotherTest
2021-01-11
LibCore: Add line iterators to IODevice
AnotherTest
2021-01-11
AK: Specialise convert_to_uint<T> and to_uint<T> for 'long' variants
AnotherTest
2021-01-11
AK: Enable format string warnings for AK printf wrappers
Sahan Fernando
[next]