summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-18Kernel: Make the "in early boot" flag read-only-after-initAndreas 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-18Ports: Add port for DOSBox StagingGunnar Beutner
2021-06-18LibC: Add definition for PRIuPTRGunnar Beutner
2021-06-18CI: Remove discord build status notificationsIdan Horowitz
2021-06-18Userland/Libraries: Add LibUSBDB libraryJesse Buhagiar
2021-06-18Userland: Add `lsusb` :^)Jesse Buhagiar
2021-06-18Kernel: Add /proc/bus/usb to store information about connected devicesJesse Buhagiar
2021-06-18USB: Store device descriptor on enumerationJesse Buhagiar
2021-06-18USB: Store devices in globally accessible arrayJesse Buhagiar
2021-06-18Meta: Ensure long messages fit in commit tweetSam Atkins
2021-06-18Kernel: Fix crash when changing screen resolutionGunnar Beutner
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-18Documentation/WSL: add a workaround for slow emulation on HiDPI screensStéphane Travostino
2021-06-18Browser: Add setting to change homepage URLMarco Cutecchia
2021-06-18Ports: Fix less by disabling wctypeGavin Downard
2021-06-18Tests: Add a test for ProcFS fd interactionKyle Ambroff-Kao
2021-06-18Kernel: Correctly decode proc_file_type from identifierTim Schumacher
2021-06-18Kernel: Fix CPUID usage inside cpu_detect()Jean-Baptiste Boric
2021-06-18Kernel: Use FXSR feature only if supported by CPUJean-Baptiste Boric
2021-06-18Kernel: Detect support for CPUID FXSRJean-Baptiste Boric