summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
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
2021-07-04WindowServer: Add show desktop toggle IPC callForLoveOfCats
2021-07-03WindowServer: Rename Window::outer_stack -> Window::window_stackTom
2021-07-03WindowServer: Improve occlusion calculationsTom
2021-07-03WindowServer: Show window's desktop in window switcher if neededTom
2021-07-03Taskbar: Only show the current desktop's window buttonsTom
2021-07-03WindowServer: Support two window switcher modes: all or current desktopTom
2021-07-03WindowServer: Add API to change virtual desktop settingsTom
2021-07-03WindowServer: Add basic virtual desktop supportTom
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-07-02LibThreading: Add ability to cancel ongoing BackgroundActionsSpencer Dixon
2021-07-02WindowServer: Fix redrawing menu window that already existedTom
2021-07-01InspectorServer: Use LocalSocket method to get pidTimothy
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-29LibWeb+WebContent: Add IPC flow for Inspect DOM TreeAdam Hodgen
2021-06-29SystemServer+Meta: Use the new SysFSLiav A
2021-06-29WindowServer: Fix animations not triggering renderingTom
2021-06-28WindowServer: Change animation time to durationErik Sommer
2021-06-28WindowServer: Fix menu location on screens other than main screenTom
2021-06-28WindowServer: Fix regression flushing scaled displaysTom
2021-06-28WindowServer: Make vertical maximize work on other screensTom
2021-06-28Taskbar: Move 'Assistant' Desktop::AppFile to member for quicker accessSpencer Dixon
2021-06-28Assistant+Taskbar: Use AppFile::spawn() utilitySpencer Dixon
2021-06-28Taskbar: Open 'Assistant' with Super+SpaceSpencer Dixon
2021-06-28LibGUI+WindowServer: Add new WMEvent Super+SpaceSpencer Dixon
2021-06-27WindowServer: Un-tile window if resizing warrants itTom
2021-06-27WindowServer+LibGUI: Allow specifying a "launch origin" for new windowsAndreas Kling
2021-06-27WindowServer: Add a more generic mechanism for animationsAndreas Kling
2021-06-27WindowServer: Try to auto-add unconfigured framebuffer devicesTom
2021-06-27WindowServer: Coalesce flushing buffers into one ioctl() callTom
2021-06-27WindowServer: Use relative coordinates when flushing screen dirty rectsTom
2021-06-27WindowServer: Fix geometry label not updating if it isn't movingTom
2021-06-25WindowServer: Change rendering drag&drop to use the Overlay classTom
2021-06-25WindowServer: Change window geometry label to use the Overlay classTom
2021-06-25WindowServer: Add an Overlay class for flicker-free overlay renderingTom
2021-06-25WindowServer: Enhance simple shadow function to include optional frameTom
2021-06-25WindowServer: Redraw screen when switching back from ttySahan Fernando
2021-06-25Userland: Add FB_FLUSH ioctl for fbdevSahan Fernando
2021-06-25WindowServer: Scale Mouse movementsAlexander
2021-06-24Userland: Disambiguate dependent typesDaniel Bertalan
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
2021-06-22ChessEngine: don't store board in non-leaf nodes in MCTSPeter Elliott
2021-06-22Taskbar: Check if executable in .af exist in filesystemPAUL007
2021-06-22WindowServer: Send events once when global cursor tracking is enabledGunnar Beutner