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-07-07
WindowServer: Add WindowFrame::invalidate_menubar() and use it
Andreas Kling
2021-07-07
LibJS: Add thousands separators to nanoseconds multiplier value
Linus Groh
2021-07-07
LibGfx: BitmapFont: Handle '\r' and '\n' when calculating text width
LuK1337
2021-07-07
Userland: Add pledge to less
Ralf Donau
2021-07-07
js: Implement pretty-printing of Temporal.Instant objects
Linus Groh
2021-07-07
LibJS: Implement Temporal.now.instant()
Linus Groh
2021-07-07
LibJS: Start implementing Temporal.Instant
Linus Groh
2021-07-07
LibJS: Add error message for invalid time zone in Temporal.TimeZone()
Linus Groh
2021-07-07
LibCrypto: Add operator>() to UnsignedBigInteger and SignedBigInteger
Linus Groh
2021-07-07
FileManager: Fix Desktop rubber-banding getting clipped at the edge
Andreas Kling
2021-07-07
LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer more
Andreas Kling
2021-07-07
LibCore: Make Core::AnonymousBuffer moveable
Andreas Kling
2021-07-07
LibGUI: Fix some clang-tidy warnings in Window.cpp
Andreas Kling
2021-07-07
LibGUI: Remove spammy debug message from ColumnsView
Andreas Kling
2021-07-07
LibThreading: Use a condvar to signal the BackgroundAction thread
Andreas Kling
2021-07-07
Userland: Convert delay option to unsigned for shot
Aziz Berkay Yesilyurt
2021-07-07
LibCore: Add unsigned option to ArgsParser
Aziz Berkay Yesilyurt
2021-07-07
Userland: Less: emulate cat when stdout is not a tty
Peter Elliott
2021-07-07
Userland: Add pager option to man and use less by default
Peter Elliott
2021-07-07
Userland: Add more(1) emulation to less(1)
Peter Elliott
2021-07-07
Userland: Add minimal prompt support to less
Peter Elliott
2021-07-07
Userland: Add less, a better terminal pager
Peter Elliott
2021-07-07
test-pthread: Add a mutex test
Sergey Bugaev
2021-07-07
LibC+LibPthread: Use FUTEX_PRIVATE_FLAG in more places
Sergey Bugaev
2021-07-07
GameOfLife: Properly switch between play and pause icon
networkException
2021-07-07
Assistant: Compare two chars instead of StringViews of length 1
Yuval Tasher
2021-07-07
WindowServer: Allow windows to be pinnable (always on top)
Andres Crucitti
2021-07-07
LibGUI: Use east const style in InputBox.{cpp,h}
networkException
2021-07-07
Browser: Show an example url placeholder in the search engine InputBox
networkException
2021-07-07
LibGUI: Allow InputBox to show placeholder
networkException
2021-07-07
LibGUI: Draw the placeholder of a TextEditor also when it is focused
networkException
2021-07-07
PixelPaint: Make SprayTool only invalidate the modified area :^)
Andreas Kling
2021-07-07
PixelPaint: Make BrushTool only invalidate the modified area :^)
Andreas Kling
2021-07-07
LibGfx: Small improvements to fill_rect_with_checkerboard()
Andreas Kling
2021-07-07
PixelPaint: Make PenTool only invalidate the modified area :^)
Andreas Kling
2021-07-07
PixelPaint: Allow partial invalidation of Layer and Image
Andreas Kling
2021-07-07
LibGUI: Make Widget ignore paint events that don't intersect it
Andreas Kling
2021-07-07
LibELF: Fix loading libs with a .text segment that's not page-aligned
Gunnar Beutner
2021-07-07
DynamicLoader: Don't use LibELF to do the initial relocations
Gunnar Beutner
2021-07-07
LibJS: Stop using a native property for Array lengths
Idan Horowitz
2021-07-07
LibJS: Add missing spec link to ValidateAndApplyPropertyDescriptor
Idan Horowitz
2021-07-07
Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl
Edwin Hoksberg
2021-07-07
Kernel: Add keyboard ioctl to get num/caps lock state
Edwin Hoksberg
2021-07-07
LibJS: Throw if the trap result of OwnPropertyKeys contains duplicates
Idan Horowitz
2021-07-07
LibJS: Add a name property to the proxy revoker anonymous function
Idan Horowitz
2021-07-07
js: Implement pretty-printing of Temporal.TimeZone objects
Linus Groh
2021-07-07
LibJS: Implement Temporal.now.timeZone()
Linus Groh
2021-07-07
LibJS: Start implementing Temporal.TimeZone
Linus Groh
2021-07-07
LibJS: Add preparation for Temporal constructors and prototypes
Linus Groh
2021-07-07
LibJS: Add the Temporal.now namespace object
Linus Groh
[next]