summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer
AgeCommit message (Expand)Author
2022-10-17WindowServer: Add wallpaper backing bitmapChun Ngai Au
2022-10-14WindowServer: Avoid `window` nullptr exceptionleeight
2022-10-13LibGUI+WindowServer: Add Window::set_always_on_top()demostanis
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-11WindowServer+LibGUI: Shrink window edge resize hot-spotsMart G
2022-09-24WindowServer: Fallback to safe mode-setting in case of mapping overflowLiav A
2022-09-24Kernel+Userland: Provide bytes count for a DisplayConnector framebufferLiav A
2022-09-23WindowServer: Fix mapping the correct framebuffer sizeLiav A
2022-09-18WindowServer: Add missing includesBen Wiederhake
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-11WindowServer: Unveil only subdirectories in /dev directoryLiav A
2022-09-11Userland: Move HID input device nodes to /dev/input/{mouse,keyboard}Liav A
2022-09-08WindowServer: Let Windows handle InputLeft events when blockedthankyouverycool
2022-09-08LibGUI+WindowServer: Notify Windows on input preemptionthankyouverycool
2022-09-08WindowServer: Add unadjusted position members to Menuthankyouverycool
2022-09-08WindowServer: Set rendered cache dirty on maximization eventthankyouverycool
2022-09-08Browser+LibGUI+WindowServer: Open Button menus uniformlythankyouverycool
2022-08-31WindowServer: Place drag and drop overlay at the cursor positionKarol Kosek
2022-08-31WindowServer: Include window frames when sending drag eventsKarol Kosek
2022-08-31WindowServer+LibGUI: Change cursor icon if DragEnter event was acceptedKarol Kosek
2022-08-31Base+WindowServer+LibGfx: Add new DragCopy CursorKarol Kosek
2022-08-28WindowServer: Remove misbehavior conditions for modalsthankyouverycool
2022-08-28WindowServer: Continue processing ongoing resizes after tilingthankyouverycool
2022-08-26WindowServer: Always restore modal chain when clicking a windowthankyouverycool
2022-08-26LibGUI+Taskbar+WindowServer: Prevent minimization when blockedthankyouverycool
2022-08-26WindowServer: Ignore modal blocking if capturing inputthankyouverycool
2022-08-25LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbarthankyouverycool
2022-08-25WindowServer: Default to Desktop when picking a new active windowthankyouverycool
2022-08-25WindowServer: Invalidate new and previous active input window framesthankyouverycool
2022-08-25WindowServer: Restore modal chains from the Taskbar and Switcherthankyouverycool
2022-08-25WindowServer: Use nearest modeless window for modal Taskbar rectsthankyouverycool
2022-08-25WindowServer: Don't move child windows in unison with their parentsthankyouverycool
2022-08-25WindowServer: Don't let modals minimize themselvesthankyouverycool
2022-08-25WindowServer: Replace modal stacks with modal chainsthankyouverycool
2022-08-25LibGUI+WindowServer+Apps: Replace Accessory Windowsthankyouverycool
2022-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
2022-08-25LibGUI+WindowServer: Introduce WindowModesthankyouverycool
2022-08-25WindowServer: Add modeless_ancestor() helperthankyouverycool
2022-08-25WindowServer: Remove m_unmaximized_rect from Windowthankyouverycool
2022-08-25LibGfx+WindowServer: Remove set_size_around() from Rect and Windowthankyouverycool
2022-08-25WindowServer: Remove nudge_into_desktop() from Windowthankyouverycool
2022-08-25WindowServer: Fix typo 'reminder' -> 'remainder' in WindowManagerthankyouverycool
2022-08-25WindowServer: Get taskbar height from TaskbarWindow directlythankyouverycool
2022-08-25LibGUI+WindowServer: Initialize minimum window size to zerothankyouverycool
2022-08-24WindowServer+DisplaySettings: Capitalize display mode dropdownJames Bellamy
2022-08-21WindowServer: Redraw menu items after client updates them somehowAndreas Kling
2022-08-16LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffectsthankyouverycool
2022-08-16WindowServer: Remove unused header in SystemEffectsthankyouverycool
2022-08-16WindowServer: Walk the open menu stack in reverse on MouseMove eventsthankyouverycool
2022-08-16WindowServer: Do not pop-up submenus directly atop their ancestorsthankyouverycool