summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer
AgeCommit message (Expand)Author
2021-08-08WindowServer: Fix Clang crash when compiling Compositor.cppDaniel Bertalan
2021-08-08WindowServer: Fix 'use of GNU old-style field designator'Daniel Bertalan
2021-08-02LibGUI, WindowServer: Greatly simplify menubar logicsin-ack
2021-08-01Services: Remove unused header includesBrian Gianforcaro
2021-07-28WindowServer: Don't draw separator between pin window & close for modalsLuK1337
2021-07-25WindowServer: Remove debug spam in MenuManager::refresh()Andreas Kling
2021-07-22WindowServer: Fix rendering overlays when there's no desktop windowTom
2021-07-22WindowServer: Reuse config variable from the class on theme changeKarol Kosek
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-21WindowServer: Re-use existing Screen instances and improve fallbacksTom
2021-07-19WindowServer: Add set_virtual_dekstop WindowManager messagePeter Elliott
2021-07-19WindowServer: Fix crash rendering fullscreen windowTom
2021-07-18WindowServer: Fix menu over-drawingTom
2021-07-18WindowServer: Fix compositor overdraw issues related to transparencyTom
2021-07-18WindowServer: Recompute occlusions when removing an overlayTom
2021-07-18WindowServer: Let clients mark windows as stealable by specific clientsTimothy
2021-07-18WindowServer: Add WindowServer::get_window_rect_from_client()Timothy
2021-07-18WindowServer: Add WindowServer::async_set_window_parent_from_client()Timothy
2021-07-18LibGUI+WindowServer: Expose WindowServer client id to the clientTimothy
2021-07-14WindowServer: Don't use GNU-style designatorDaniel Bertalan
2021-07-10WindowServer: Flush display buffer when flashingTom
2021-07-09WindowServer: Paint background when a fullscreen window is transparentAziz Berkay Yesilyurt
2021-07-09Revert "Userland: Add ability to screenshot rectangular region in `shot` (#85...Ali Mohammad Pur
2021-07-09Userland: Add ability to screenshot rectangular region in `shot` (#8515)Aziz Berkay Yesilyurt
2021-07-08WindowServer: Add missing minimize check to highlighted window callbacknetworkException
2021-07-08WindowServer: Remove rect behind window icon in WindowSwitchernetworkException
2021-07-08WindowServer: Add a new IPC to set the cursor positionAndrea Martinelli
2021-07-08Everywhere: Forward declare structs as structsDaniel Bertalan
2021-07-08IPCCompiler+WindowServer: Fix deleted function warningDaniel Bertalan
2021-07-08WindowServer: Don't use old GNU-style designatorDaniel Bertalan
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-07-08WindowServer: Make descending into submenu make the submenu currentAndrew January
2021-07-08WindowServer: When "flash flush" enabled, flash transparent rects greenAndreas Kling
2021-07-08WindowServer: Allow partial repaints in window frame & menubarsAndreas Kling
2021-07-08WindowServer: Close submenus when hovering over separatorsAndrew January
2021-07-07WindowServer+wsctl: Add a simple utility for toggling "flash flush"Andreas Kling
2021-07-07WindowServer: When "flash flush" is enabled, stretch flash to 10 msAndreas Kling
2021-07-07WindowServer: Add WindowFrame::invalidate_menubar() and use itAndreas Kling
2021-07-07LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer moreAndreas Kling
2021-07-07WindowServer: Allow windows to be pinnable (always on top)Andres Crucitti
2021-07-05WindowServer: Fix crash removing modal windowsTom
2021-07-05WindowServer: Improve screen invalidation on window state changesTom
2021-07-04WindowServer: Query driver for framebuffer offsetTom
2021-07-04WindowServer: Implement support for combined buffer flipping + flushingTom
2021-07-04WindowServer+LibGUI: Add a way to force a window to have a drop shadowAndreas Kling
2021-07-04WindowServer: Make most remaining WindowServer IPC calls asyncAndreas Kling
2021-07-04WindowServer: Only run window animation for windows on current desktopTom
2021-07-04WindowServer: Toggling desktop should only toggle current desktopTom
2021-07-04WindowServer: Add show desktop toggle IPC callForLoveOfCats
2021-07-03WindowServer: Rename Window::outer_stack -> Window::window_stackTom