summaryrefslogtreecommitdiff
path: root/Services/WindowServer/WindowManager.h
AgeCommit message (Expand)Author
2021-01-12Services: Move to Userland/Services/Andreas Kling
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2021-01-08WindowServer: is_blocked_by_modal_window() => blocking_modal_window()Andreas Kling
2020-12-30WindowServer: Added configurable mouse acceleration and scroll lengthIdan Horowitz
2020-12-19WindowServer: Put tooltip windows above notification windowsAndreas Kling
2020-12-17WindowServer: Add the ability to animate cursorsTom
2020-11-08LibGUI+WindowServer: Make DragOperation hold a MimeData instanceAnotherTest
2020-11-02WindowServer+LibGfx: Add Gfx::StandardCursor::Hidden cursorBrendan Coles
2020-10-30WindowServer+LibGfx: Added Crosshair cursorUma Sankar Yedida
2020-08-19WindowServer: Find parent taskbar rect for minimize animationTom
2020-08-18WindowServer: Fix flickeringTom
2020-08-01LibGUI+WindowServer: Provide default placement to windowsPeter Elliott
2020-07-16WindowServer: Fix traversing modal stackTom
2020-07-16WindowServer: Expose window parent information and more modal improvementsTom
2020-07-16WindowServer: Fixes for modal windowsTom
2020-07-15WindowServer: Make Menus the input window when showing themTom
2020-07-15WindowServer: Add accessory windowsTom
2020-07-11WindowServer: Add support for default MenuItemTom
2020-07-07WindowServer+LibGUI: Add "wait" cursorLinus Groh
2020-07-07WindowServer+LibGUI: Add "help" cursorLinus Groh
2020-07-07WindowServer+LibGUI: Add "resize row/column" cursorsLinus Groh
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-01WindowServer: Remove keyboard shortcut for toggling the system menuAndreas Kling
2020-05-30WindowServer+LibGUI: Add per-window progressAndreas Kling
2020-05-20WindowServer: Remove WindowManager::invalidate(Window) API'sAndreas Kling
2020-05-20WindowServer: Move occlusion things from WindowManager to CompositorAndreas Kling
2020-05-18WindowServer: Rename WindowManager wm_config() to config()Shannon Booth
2020-05-18WindowServer: Make some WindowManager member functions constShannon Booth
2020-05-09WindowServer: Cancel any ongoing input tracking when a menu pops upAndreas Kling
2020-05-08Services: Renamed from ServersAndreas Kling