summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-19LibJS: Add the remaining generator objectsMatthew Olsson
2021-06-19LibCrypto: Fix Hash::MD5's movabilityDexesTTP
2021-06-18LibJS: Add and use the ArraySpeciesCreate abstract operationIdan Horowitz
2021-06-18LibJS: Bring FlattenIntoArray closer to the specificationIdan Horowitz
2021-06-18LibJS: Implement the 'Hashbang Grammar for JS' proposalLinus Groh
2021-06-18LibJS/Tests: Use eval() for toEvalTo(), not Function()Linus Groh
2021-06-18LibJS: Throw on detached viewed ArrayBuffer when validating TypedArraysIdan Horowitz
2021-06-18LibJS: Add the TypedArray.prototype.toString propertyIdan Horowitz
2021-06-18LibJS: Add the TypedArray.prototype.join methodIdan Horowitz
2021-06-18LibJS: Add the TypedArray.prototype[Symbol.toString] getter accessorIdan Horowitz
2021-06-18LibJS: Do not trim whitespace from property names when they're numberssin-ack
2021-06-18LibJS: Add %TypedArray%.prototype.someLuke
2021-06-18LibJS: Add %TypedArray%.prototype.forEachLuke
2021-06-18LibJS: Add %TypedArray%.prototype.findIndexLuke
2021-06-18LibJS: Add %TypedArray%.prototype.findLuke
2021-06-18LibJS: Add %TypedArray%.prototype.everyLuke
2021-06-18WindowServer: Move key event handling to its own functionAndreas Kling
2021-06-18WindowServer: Make various functions take MouseEvent by const referenceAndreas Kling
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