summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-06-22ChessEngine: don't store board in non-leaf nodes in MCTSPeter Elliott
2021-06-22Taskbar: Check if executable in .af exist in filesystemPAUL007
2021-06-22WindowServer: Send events once when global cursor tracking is enabledGunnar Beutner
2021-06-22LaunchServer: Fix regression in opening files with TextEditorbitwitch
2021-06-21LaunchServer: Make all file handlers configurable including directoriesbitwitch
2021-06-21LaunchServer: Check if handler programs exist when registering thembitwitch
2021-06-21WindowServer: Fix animated cursor regressionTom
2021-06-21WindowServer: Focus windows blocked by a modal windowMax Wipfli
2021-06-20WindowServer: Reload icons on scale changesTom
2021-06-20WindowServer: Update compositor reference to cursor on reloadTom
2021-06-20WindowServer: Enable screen capture to span multiple screensTom
2021-06-20WindowServer: Load multiple scaled versions of Bitmaps and CursorsTom
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-06-20WindowServer: Validate that all screens can be reachedTom
2021-06-20WindowServer: Fix artifacts after window resize in some casesTom
2021-06-20WindowServer: Constrain rendering windows to one screen in some casesTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-20LaunchServer: Correctly open file URLs with line numbersAdam Hodgen
2021-06-19LibCoreDump: Include source locations of inlined functions in backtraceItamar
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-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-17Everywhere: Add component declarationsGunnar Beutner
2021-06-17SystemServer: Improve error message when execv() failsGunnar Beutner
2021-06-16WindowServer: Simplify WindowFrame shadow logic a little bitAndreas Kling
2021-06-16WindowServer: Fix unnecessary local variable shadowing in WindowFrameAndreas Kling
2021-06-16AudioServer: Put the m_zero_filled_buffer variable into the .bss segmentGunnar Beutner
2021-06-16WindowServer: Remove unused AK::InlineLinkedList header includesBrian Gianforcaro
2021-06-12WindowManager: Close tooltip child_windows of previously active windowSreelakshmi
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-12WindowServer+LibGUI: Make window creation asynchronous :^)Andreas Kling