summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-07-15SpiceAgent: Add Clipboard as a build dependencyGunnar Beutner
2021-07-14LibWeb: Add OOPWV IPC for selecting all textTimothy Flynn
2021-07-14LibWeb: Add OOPWV IPC for retrieving selected textTimothy Flynn
2021-07-14WindowServer: Don't use GNU-style designatorDaniel Bertalan
2021-07-14SpiceAgent: Support copying and pasting imagesx-yl
2021-07-14SpiceAgent: Add a new spice agent service :^)x-yl
2021-07-13KeyboardPreferenceLoader: Use correct default Num Lock config valueForLoveOfCats
2021-07-12TaskbarWindow: Redraw start button when default font changesLuK1337
2021-07-11FileSystemAccessServer: Return user_picked_value even on errorAdam Hodgen
2021-07-10WindowServer: Flush display buffer when flashingTom
2021-07-10FileSystemAccessServer: Add service for accessing veiled files nicelyTimothy
2021-07-10Taskbar: Scale window icon bitmap if it's not 16x16LuK1337
2021-07-09LibThreading: Rename Lock => MutexAndreas Kling
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-08Taskbar: Make clicks at the edges and corners work as expectedAndrea Martinelli
2021-07-08WindowServer: Add missing minimize check to highlighted window callbacknetworkException
2021-07-08WindowServer: Remove rect behind window icon in WindowSwitchernetworkException
2021-07-08LibSQL+SQLServer: Build SQLServer system serviceJan de Visser
2021-07-08WindowServer: Add a new IPC to set the cursor positionAndrea Martinelli
2021-07-08ChessEngine: Don't call non-constexpr `sqrt` in a constexpr intiializerDaniel Bertalan
2021-07-08Everywhere: Add braces to aggregate initializersDaniel Bertalan
2021-07-08Everywhere: Add break after the last case label before `default`Daniel Bertalan
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-07Kernel+KeyboardSettings: Remove numlock syscall and implement ioctlEdwin Hoksberg
2021-07-05WindowServer: Fix crash removing modal windowsTom
2021-07-05KeyboardSettings+Kernel: Setting to enable Num Lock on loginForLoveOfCats
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-04Taskbar: Simplify quick launch widget layoutAndreas Kling
2021-07-04Taskbar: Give the "Show/Hide Desktop" button an icon :^)Andreas 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-04Taskbar: Add show desktop button to toggle showing of the desktopForLoveOfCats