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-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
2021-06-17
passwd: Retype password to confirm
brapru
2021-06-17
passwd: Prompt for the current password before setting new password
brapru
2021-06-17
PixelPaint: Update debug message in the copy action to the used method (#8113)
Erik Sommer
2021-06-17
LibJS: Add the TypedArray.of() method
Idan Horowitz
2021-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-17
LibJS: Remove the unused IndexedProperties::append_all method
Idan Horowitz
2021-06-17
Spreadsheet: Pledge 'fattr' to avoid crashing after exporting as csv
stelar7
2021-06-17
Everywhere: Replace the multiple impls of print_buffer() with :hex-dump
Ali Mohammad Pur
2021-06-17
LibJS: Cast to i64 for is_integral_number
sin-ack
2021-06-17
LibJS: Stop overwriting existing accessors in Object::define_property
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methods
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__define{Getter, Setter}__ methods
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__proto__ native accessor property
Idan Horowitz
2021-06-17
LibJS: Fix .length attributes of various native functions
Linus Groh
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-17
SystemServer: Improve error message when execv() fails
Gunnar Beutner
2021-06-17
LibJS: Throw a syntax error when an identifier is a reserved word
Idan Horowitz
2021-06-17
LibJS: Add missing to_property_key exception check in ClassExpression
Idan Horowitz
[prev]
[next]