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-06-19
LibJS: Add the remaining generator objects
Matthew Olsson
2021-06-19
LibCrypto: Fix Hash::MD5's movability
DexesTTP
2021-06-18
LibJS: Add and use the ArraySpeciesCreate abstract operation
Idan Horowitz
2021-06-18
LibJS: Bring FlattenIntoArray closer to the specification
Idan Horowitz
2021-06-18
LibJS: Implement the 'Hashbang Grammar for JS' proposal
Linus Groh
2021-06-18
LibJS/Tests: Use eval() for toEvalTo(), not Function()
Linus Groh
2021-06-18
LibJS: Throw on detached viewed ArrayBuffer when validating TypedArrays
Idan Horowitz
2021-06-18
LibJS: Add the TypedArray.prototype.toString property
Idan Horowitz
2021-06-18
LibJS: Add the TypedArray.prototype.join method
Idan Horowitz
2021-06-18
LibJS: Add the TypedArray.prototype[Symbol.toString] getter accessor
Idan Horowitz
2021-06-18
LibJS: Do not trim whitespace from property names when they're numbers
sin-ack
2021-06-18
LibJS: Add %TypedArray%.prototype.some
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.forEach
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.findIndex
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.find
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.every
Luke
2021-06-18
WindowServer: Move key event handling to its own function
Andreas Kling
2021-06-18
WindowServer: Make various functions take MouseEvent by const reference
Andreas Kling
2021-06-18
WindowServer: Don't include frame when determining hovered window
Andreas Kling
2021-06-18
WindowServer: Simplify handling of the window resize candidate
Andreas Kling
2021-06-18
WindowServer: Reorder and annotate the mouse event processing code
Andreas Kling
2021-06-18
WindowServer: Simplify how we determine the hovered window
Andreas Kling
2021-06-18
WindowServer: Simplify processing of window-specific mouse events
Andreas Kling
2021-06-18
WindowServer: Unify hit testing between fullscreen/regular windows
Andreas Kling
2021-06-18
WindowServer: Move titlebar button mouse event handling to a function
Andreas Kling
2021-06-18
WindowServer: Make deliver_mouse_event() perform coordinate translation
Andreas Kling
2021-06-18
WindowServer: Preserve all members in MouseEvent::translated()
Andreas Kling
2021-06-18
LibGUI: Don't restart AbstractView drag on mousemove after escape key
Andreas Kling
2021-06-18
WindowServer: Don't let super key open system menu while tracking input
Andreas Kling
2021-06-18
WindowServer: Always send mouse events to active input tracker first
Andreas Kling
2021-06-18
WindowServer: Remove an unnecessary temporary variable
Andreas Kling
2021-06-18
WindowServer: Split up WindowFrame::handle_mouse_event()
Andreas Kling
2021-06-18
WindowServer: Add WindowStack::window_at() and use it a bunch
Andreas Kling
2021-06-18
WindowServer: Make hit test results richer
Andreas Kling
2021-06-18
WindowServer: Remove weird feature where Ctrl+Wheel changed opacity
Andreas Kling
2021-06-18
WindowServer: Allow each WindowStack to have an active window
Andreas Kling
2021-06-18
WindowServer: Keep track of which WindowStack a Window is part of
Andreas Kling
2021-06-18
WindowServer: Convert WindowManager to east-const style
Andreas Kling
2021-06-18
WindowServer: Add WindowStack concept
Andreas Kling
2021-06-18
LibUSBDB: Fix vendor id decoding
Jesse Buhagiar
2021-06-18
LibC: Add definition for PRIuPTR
Gunnar Beutner
2021-06-18
Userland/Libraries: Add LibUSBDB library
Jesse Buhagiar
2021-06-18
Userland: Add `lsusb` :^)
Jesse Buhagiar
2021-06-18
LibJS: Add Number.parseInt
Luke
2021-06-18
LibJS: Use existing attributes if any are missing in the new descriptor
Idan Horowitz
2021-06-18
LibJS: Add missing exception check in Date.prototype.toJSON
Luke
2021-06-18
Browser: Add setting to change homepage URL
Marco Cutecchia
2021-06-17
PixelPaint: Add new selection moving modes
Elliot Maisl
2021-06-17
passwd: Do not allow empty passwords
brapru
2021-06-17
passwd: Provide more verbose output regarding status of changed passwd
brapru
[next]