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-23
LibC: Prevent remove from calling rmdir when unlink succeeds.
Mart G
2021-01-23
LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)
Andreas Kling
2021-01-23
LibWeb: Add very basic support for IDL constants
Andreas Kling
2021-01-23
LibWeb: Move XMLHttpRequest to separate XHR directory
Andreas Kling
2021-01-23
Run: Pledge "thread"
Andreas Kling
2021-01-23
sleep: Support fractional sleep lengths
Andreas Kling
2021-01-23
HackStudio: Handle failed fork() in TerminalWrapper a bit better
Andreas Kling
2021-01-23
WindowServer: Make dragging maximized windows up no-op
Ben Wiederhake
2021-01-23
WindowServer: Prevent moving a window to inaccessible region
Ben Wiederhake
2021-01-23
WindowServer: Fix many subtle bugs in tiling/maximizing
Ben Wiederhake
2021-01-23
LibGfx: Implement Rect resizing around a fixed point
Ben Wiederhake
2021-01-23
WindowServer: Remember the correct untiled rect
Ben Wiederhake
2021-01-23
WindowServer: Normalize preferred rect before applying
Ben Wiederhake
2021-01-23
WindowServer: Don't crash on wallpapers smaller than the desktop with fill mo...
Nico Weber
2021-01-23
LibGfx: Make draw_tiled_bitmap() in scaled contexts actually work
Nico Weber
2021-01-23
Vim: Added a Basic Implementation of Visual Mode
Zac
2021-01-23
Shell: Run the command's next chain even when it's empty
AnotherTest
2021-01-23
Shell: Block on the existing event loop instead of pushing a new one
AnotherTest
2021-01-23
Shell: Make the parser read consecutive sequences without recursing
AnotherTest
2021-01-22
Build: Use cmake's make_directory utility instead of env(1) and mkdir(1)
Emanuele Torre
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Conway: Add interactivity
Ben Wiederhake
2021-01-22
LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rect
Nico Weber
2021-01-22
LibGfx: Allow comparing Points, Sizes, and Rects of different type
Nico Weber
2021-01-22
Libraries: Add missing headers
Ben Wiederhake
2021-01-22
LibGUI: Resolve cyclic inclusion
Ben Wiederhake
2021-01-22
LibCrypto: Make PEM.h able to stand alone
Ben Wiederhake
2021-01-22
PixelPaint: adding an option to export as PNG
Pierre
2021-01-22
LibGfx: adding a very simple PNG writer
Pierre
2021-01-22
LibGfx: Implement scaling support for draw_tiled_bitmap()
Nico Weber
2021-01-22
su: Drop "id" pledge after switching user
Andreas Kling
2021-01-22
passwd: Drop "rpath" pledge after opening files
Andreas Kling
2021-01-22
LibC: Templatize unique filename enumeration for mkstemp() et al
Andreas Kling
2021-01-22
Kernel+Userland: Remove "dns" pledge promise alias
Andreas Kling
2021-01-22
Everywhere: Fix typos
Linus Groh
2021-01-22
Calculator: Give the '9' button a blue foreground color as well
Linus Groh
2021-01-22
Meta: Get building on NixOS (#5005)
Jonathan Turner
2021-01-22
LibGfx: Implement blit_offset() in terms of blit()
Nico Weber
2021-01-22
LibDebug: Don't assert when running on non-existent executable
Maciej Zygmanowski
2021-01-22
LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scaled_bitmap()
Nico Weber
[next]