summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer
AgeCommit message (Expand)Author
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
2022-11-15Userland: Properly define IPC::encode and IPC::decode specializationsTimothy Flynn
2022-11-13WindowServer: Update alt shortcuts for menu items when text changesAlec Murphy
2022-11-13WindowServer: Add "[user]" to titlebar when uid differs from login usermeiskam
2022-11-08WindowServer: Cycle through menu items with the same Alt shortcutSergiy Stupar
2022-11-02LibGUI+WindowServer: Allow programatically minimizing windowsTimothy Flynn
2022-11-01LibGUI+WindowServer: Create and broadcast an event when a window movesTimothy Flynn
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-27LibGfx+Everywhere: Make DisjointRectSet work for non-int RectsSam Atkins
2022-10-26LibGUI: Make sure combobox list windows can't be movedGunnar Beutner
2022-10-25Services: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-23WindowServer: Reset mouse acceleration if out of rangedavidot
2022-10-22LibGfx: Make `Rect<T>` methods work when `T` is not `int` or `float`Sam Atkins
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