summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer
AgeCommit message (Expand)Author
2021-03-03WindowServer: Mark screen dirty when changing highlighted windowTom
2021-03-03WindowServer: Use active shadow for highlighted windowTom
2021-03-03WindowServer: Prepare dirty rects if only the frame was invalidatedTom
2021-02-24AK: Make dbgln_if() avoid evaluating the arguments when disabledAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-22WindowServer: Don't close context menus when hovering over menu barTom
2021-02-22WindowServer: Reset menu position when opened by the menu barTom
2021-02-21WindowServer: Re-evaluate the mouse cursor when alpha hit-testingTom
2021-02-21WindowServer: Allow changing frameless state after a window is createdTom
2021-02-20WindowServer: Improve small tooltips/windows shadows a bitTom
2021-02-19WindowServer: Restore cursor when marking window as responsiveSahan Fernando
2021-02-18WindowServer: Ignore other button presses while moving/resizing windowsTom
2021-02-18WindowServer: Apply the backing bitmap's scale when alpha hit-testingTom
2021-02-17WindowServer: Unbreak "pick new active window" algorithmAndreas Kling
2021-02-16WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindowAndreas Kling
2021-02-16WindowServer, LibGUI: Variable minimum window sizesNick Vella
2021-02-15WindowServer: Add support for alpha channel based hit testingTom
2021-02-15WindowManager: Fix default menu item on key downJean-Baptiste Boric
2021-02-15WindowManager: Select top-level menus with left/right keysJean-Baptiste Boric
2021-02-15WindowManager: Make the Logo key open the system menuJean-Baptiste Boric
2021-02-15WindowServer: Fix double click handling while using cursor trackingTom
2021-02-13WindowServer: Improvements to support alpha channel in window framesTom
2021-02-12WindowServer: Recompute occlusions when changing window's alpha channelTom
2021-02-11WindowServer: Allow different shadows for active/inactive windowsTom
2021-02-11WindowServer: Fix compositing of fullscreen windowLinus Groh
2021-02-11WindowServer: Blit backing bitmap with transparency for hung windowsTom
2021-02-11WindowServer: Fix clearing area not covered by backing bitmapTom
2021-02-10WindowServer: Don't re-render the window frame when not neededTom
2021-02-10WindowServer: Fix switching between shadows and no shadows with themesTom
2021-02-10WindowServer: Occlusion calculation fixesTom
2021-02-09WindowServer: Allow specifying different shadows for menus and tooltipsTom
2021-02-09WindowServer: Vertically maximize windowCamisul
2021-02-09WindowServer: Recompute occlusions and re-render shadows on theme changeTom
2021-02-09WindowServer: Don't render shadow for frameless windowsTom
2021-02-09WindowServer: Try harder to avoid re-rendering window shadowTom
2021-02-09WindowServer: Implement simple window shadowsTom
2021-02-08WindowServer: Cache rendered window frame in bitmapTom
2021-02-08WindowServer: Calculate transparent frame occlusionsTom
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-08Everywhere: Add semantically-missing includesBen Wiederhake
2021-02-07WindowServer: Don't close menu when clicking on item with submenu (#5239)DragonAlex98
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-02-01LibGUI+WindowServer: Don't use a WM IPC to initiate own window resizeAndreas Kling
2021-01-30WindowManager: Restore a window's geometry when untiling itetaIneLp
2021-01-29WindowServer: Constrain geometry label on move/resize to desktopBen Wiederhake
2021-01-29WindowServer: Split double-duty Window::normalize_rect()Ben Wiederhake
2021-01-29WindowServer: Allow superdrags to hide the titlebarBen Wiederhake
2021-01-29WindowServer: Count titlebar towards visible/grabbable areaBen Wiederhake
2021-01-29WindowServer: Properly determine where a window may beBen Wiederhake
2021-01-25WindowServer: Fix client unresponsiveness detectionLinus Groh