summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-07WindowServer: Add WindowFrame::invalidate_menubar() and use itAndreas Kling
2021-07-07LibJS: Add thousands separators to nanoseconds multiplier valueLinus Groh
2021-07-07LibGfx: BitmapFont: Handle '\r' and '\n' when calculating text widthLuK1337
2021-07-07Userland: Add pledge to lessRalf Donau
2021-07-07js: Implement pretty-printing of Temporal.Instant objectsLinus Groh
2021-07-07LibJS: Implement Temporal.now.instant()Linus Groh
2021-07-07LibJS: Start implementing Temporal.InstantLinus Groh
2021-07-07LibJS: Add error message for invalid time zone in Temporal.TimeZone()Linus Groh
2021-07-07LibCrypto: Add operator>() to UnsignedBigInteger and SignedBigIntegerLinus Groh
2021-07-07FileManager: Fix Desktop rubber-banding getting clipped at the edgeAndreas Kling
2021-07-07LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer moreAndreas Kling
2021-07-07LibCore: Make Core::AnonymousBuffer moveableAndreas Kling
2021-07-07LibGUI: Fix some clang-tidy warnings in Window.cppAndreas Kling
2021-07-07LibGUI: Remove spammy debug message from ColumnsViewAndreas Kling
2021-07-07LibThreading: Use a condvar to signal the BackgroundAction threadAndreas Kling
2021-07-07Userland: Convert delay option to unsigned for shotAziz Berkay Yesilyurt
2021-07-07LibCore: Add unsigned option to ArgsParserAziz Berkay Yesilyurt
2021-07-07Userland: Less: emulate cat when stdout is not a ttyPeter Elliott
2021-07-07Userland: Add pager option to man and use less by defaultPeter Elliott
2021-07-07Userland: Add more(1) emulation to less(1)Peter Elliott
2021-07-07Userland: Add minimal prompt support to lessPeter Elliott
2021-07-07Userland: Add less, a better terminal pagerPeter Elliott
2021-07-07test-pthread: Add a mutex testSergey Bugaev
2021-07-07LibC+LibPthread: Use FUTEX_PRIVATE_FLAG in more placesSergey Bugaev
2021-07-07GameOfLife: Properly switch between play and pause iconnetworkException
2021-07-07Assistant: Compare two chars instead of StringViews of length 1Yuval Tasher
2021-07-07WindowServer: Allow windows to be pinnable (always on top)Andres Crucitti
2021-07-07LibGUI: Use east const style in InputBox.{cpp,h}networkException
2021-07-07Browser: Show an example url placeholder in the search engine InputBoxnetworkException
2021-07-07LibGUI: Allow InputBox to show placeholdernetworkException
2021-07-07LibGUI: Draw the placeholder of a TextEditor also when it is focusednetworkException
2021-07-07PixelPaint: Make SprayTool only invalidate the modified area :^)Andreas Kling
2021-07-07PixelPaint: Make BrushTool only invalidate the modified area :^)Andreas Kling
2021-07-07LibGfx: Small improvements to fill_rect_with_checkerboard()Andreas Kling
2021-07-07PixelPaint: Make PenTool only invalidate the modified area :^)Andreas Kling
2021-07-07PixelPaint: Allow partial invalidation of Layer and ImageAndreas Kling
2021-07-07LibGUI: Make Widget ignore paint events that don't intersect itAndreas Kling
2021-07-07LibELF: Fix loading libs with a .text segment that's not page-alignedGunnar Beutner
2021-07-07DynamicLoader: Don't use LibELF to do the initial relocationsGunnar Beutner
2021-07-07LibJS: Stop using a native property for Array lengthsIdan Horowitz
2021-07-07LibJS: Add missing spec link to ValidateAndApplyPropertyDescriptorIdan Horowitz
2021-07-07Kernel+KeyboardSettings: Remove numlock syscall and implement ioctlEdwin Hoksberg
2021-07-07Kernel: Add keyboard ioctl to get num/caps lock stateEdwin Hoksberg
2021-07-07LibJS: Throw if the trap result of OwnPropertyKeys contains duplicatesIdan Horowitz
2021-07-07LibJS: Add a name property to the proxy revoker anonymous functionIdan Horowitz
2021-07-07js: Implement pretty-printing of Temporal.TimeZone objectsLinus Groh
2021-07-07LibJS: Implement Temporal.now.timeZone()Linus Groh
2021-07-07LibJS: Start implementing Temporal.TimeZoneLinus Groh
2021-07-07LibJS: Add preparation for Temporal constructors and prototypesLinus Groh
2021-07-07LibJS: Add the Temporal.now namespace objectLinus Groh