summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-18WindowServer: Don't include frame when determining hovered windowAndreas Kling
2021-06-18WindowServer: Simplify handling of the window resize candidateAndreas Kling
2021-06-18WindowServer: Reorder and annotate the mouse event processing codeAndreas Kling
2021-06-18WindowServer: Simplify how we determine the hovered windowAndreas Kling
2021-06-18WindowServer: Simplify processing of window-specific mouse eventsAndreas Kling
2021-06-18WindowServer: Unify hit testing between fullscreen/regular windowsAndreas Kling
2021-06-18WindowServer: Move titlebar button mouse event handling to a functionAndreas Kling
2021-06-18WindowServer: Make deliver_mouse_event() perform coordinate translationAndreas Kling
2021-06-18WindowServer: Preserve all members in MouseEvent::translated()Andreas Kling
2021-06-18LibGUI: Don't restart AbstractView drag on mousemove after escape keyAndreas Kling
2021-06-18WindowServer: Don't let super key open system menu while tracking inputAndreas Kling
2021-06-18WindowServer: Always send mouse events to active input tracker firstAndreas Kling
2021-06-18WindowServer: Remove an unnecessary temporary variableAndreas Kling
2021-06-18WindowServer: Split up WindowFrame::handle_mouse_event()Andreas Kling
2021-06-18WindowServer: Add WindowStack::window_at() and use it a bunchAndreas Kling
2021-06-18WindowServer: Make hit test results richerAndreas Kling
2021-06-18WindowServer: Remove weird feature where Ctrl+Wheel changed opacityAndreas Kling
2021-06-18WindowServer: Allow each WindowStack to have an active windowAndreas Kling
2021-06-18WindowServer: Keep track of which WindowStack a Window is part ofAndreas Kling
2021-06-18WindowServer: Convert WindowManager to east-const styleAndreas Kling
2021-06-18WindowServer: Add WindowStack conceptAndreas Kling
2021-06-18LibUSBDB: Fix vendor id decodingJesse Buhagiar
2021-06-18LibC: Add definition for PRIuPTRGunnar Beutner
2021-06-18Userland/Libraries: Add LibUSBDB libraryJesse Buhagiar
2021-06-18Userland: Add `lsusb` :^)Jesse Buhagiar
2021-06-18LibJS: Add Number.parseIntLuke
2021-06-18LibJS: Use existing attributes if any are missing in the new descriptorIdan Horowitz
2021-06-18LibJS: Add missing exception check in Date.prototype.toJSONLuke
2021-06-18Browser: Add setting to change homepage URLMarco Cutecchia
2021-06-17PixelPaint: Add new selection moving modesElliot Maisl
2021-06-17passwd: Do not allow empty passwordsbrapru
2021-06-17passwd: Provide more verbose output regarding status of changed passwdbrapru
2021-06-17passwd: Retype password to confirmbrapru
2021-06-17passwd: Prompt for the current password before setting new passwordbrapru
2021-06-17PixelPaint: Update debug message in the copy action to the used method (#8113)Erik Sommer
2021-06-17LibJS: Add the TypedArray.of() methodIdan Horowitz
2021-06-17LibJS: Replace boolean without_side_effects parameters with an enumIdan Horowitz
2021-06-17LibJS: Remove the unused IndexedProperties::append_all methodIdan Horowitz
2021-06-17Spreadsheet: Pledge 'fattr' to avoid crashing after exporting as csvstelar7
2021-06-17Everywhere: Replace the multiple impls of print_buffer() with :hex-dumpAli Mohammad Pur
2021-06-17LibJS: Cast to i64 for is_integral_numbersin-ack
2021-06-17LibJS: Stop overwriting existing accessors in Object::define_propertyIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methodsIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__define{Getter, Setter}__ methodsIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__proto__ native accessor propertyIdan Horowitz
2021-06-17LibJS: Fix .length attributes of various native functionsLinus Groh
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-17SystemServer: Improve error message when execv() failsGunnar Beutner
2021-06-17LibJS: Throw a syntax error when an identifier is a reserved wordIdan Horowitz
2021-06-17LibJS: Add missing to_property_key exception check in ClassExpressionIdan Horowitz