summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2020-01-11WSWindowManager: Improve opening and closing the system menuShannon Booth
2020-01-11WSMenuManager: Fix set_current_menu() not setting the current menuShannon Booth
2020-01-11WindowServer: If a menu can't fit on screen, at least put it at y=0Andreas Kling
2020-01-10SystemServer: Expose service socket permissions to RPC clientsAndreas Kling
2020-01-09SystemServer: Allow specifying per-service socket file permissionsAndreas Kling
2020-01-08WindowServer+LibGUI: Paint exclusive actions as radio buttons in menusAndreas Kling
2020-01-08WindowServer: Detach WSMenuManager from WSWindowManagerAndreas Kling
2020-01-08Revert "WSWindowServer: Remove uneccessary special casing"Andreas Kling
2020-01-08WSWindowServer: Only close menubar on a mouse downShannon Booth
2020-01-08WSWindowManager: Use early return to limit nestingShannon Booth
2020-01-08WSMenu: Support menu navigation through key pressesShannon Booth
2020-01-08WSMenuManager: On menu close, close the currently hovered menu itemShannon Booth
2020-01-08WSWindowServer: Remove uneccessary special casingShannon Booth
2020-01-05WindowServer: Stop menu applets from blocking wallpaper updatesAndreas Kling
2020-01-05WindowServer: Move menu related code from WindowManager to MenuManagerShannon Booth
2020-01-04WindowServer: Introduce keyboard shortcuts for fast window managementJami Kettunen
2020-01-04WindowServer: Maximize a window if it is dragged to top of the screenJami Kettunen
2020-01-04WindowServer: Various window pop-up menu fixes & QoL tweaksJami Kettunen
2020-01-04WindowServer+LibGUI: Implement minimizable property to windowsJami Kettunen
2020-01-04WindowServer: Set no active window if no new candidates are availableJami Kettunen
2020-01-04SystemServer: Explicitly open /dev/null for services without StdIOAndreas Kling
2020-01-04SystemServer: Fetch any extra GIDs and call setgroups() before spawnAndreas Kling
2020-01-04TTYServer: Use fork+exec instead of system()Andreas Kling
2020-01-04SystemServer: Don't let services inherit standard in/out and TTYAndreas Kling
2020-01-04WindowServer+LibGUI: Simplify handling of paint event rectsAndreas Kling
2020-01-04WindowServer: Remove some unused WSClientConnection functionsAndreas Kling
2020-01-03SystemServer: Make service sockets owned by the configured userAndreas Kling
2020-01-02SystemServer: Call setgid() before setuid() when dropping privilegesAndreas Kling
2020-01-02WindowServer: Make tiled windows actually centered.Chyza
2020-01-02WindowServer: Close all menus belonging to a client when it disconnectsAndreas Kling
2020-01-02WindowServer: Remove unused WSEvent::WM_DeferredComposeAndreas Kling
2020-01-02WindowServer+LibGUI: Taskbar should show all windows from each processAndreas Kling
2020-01-01WindowServer: Don't tile non-resizable windowsAndreas Kling
2020-01-01WindowServer: Windows tile when moved onto the edge of the screenChyza
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2020-01-01WindowServer: Implement switching windows in reverse orderJami Kettunen
2019-12-31WindowServer: set no menu bar when last window is removedjoshua stein
2019-12-31WindowServer: Don't deactivate windows after moving themAndreas Kling
2019-12-31WindowServer: Set no active windows on a click outside of any windowShannon Booth
2019-12-30WindowServer: Let's boost all threads in the active client processAndreas Kling
2019-12-30WindowServer: Give a thread boost to the currently active windowAndreas Kling
2019-12-30Kernel: Refactor scheduler to use dynamic thread prioritiesAndreas Kling
2019-12-30ProtocolServer: Delete the generated IPC endpoints on "make clean"Andreas Kling
2019-12-30WindowServer: Don't repaint entire menubar on applet updateAndreas Kling
2019-12-29WindowServer: Include minimised windows for switchingShannon Booth
2019-12-29WindowServer: Always fill the menubar with color behind appletsAndreas Kling
2019-12-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-28Build: consider IPCCOMPILER and FORMCOMPILER just for orderingjoshua stein
2019-12-27WindowServer: Remove Clock from server.Hüseyin ASLITÜRK
2019-12-27WindowServer: Use the system theme for the fallback window backgroundAndreas Kling